39,316 Topics

Member Avatar for
Member Avatar for sami.asanga

Hi, I was having only one admin in my system.Now I want to add one more,where the new one is having lesser privileges.For that I want to hide some menus from him where he is not aware about that linking pages. Is there anyone who can help me to do …

Member Avatar for vibhaJ
0
82
Member Avatar for raju_boini525

hi all, i want to learn wordpress. where do i start. can anyone tell me the best wordpress tutorial. thanks,

Member Avatar for morkat
0
106
Member Avatar for EvolutionFallen

Hi, I'm somewhat new to jQuery/JavaScript, so any help would be greatly appreciated. I have a few textboxes that need to be populated when a user clicks a hot spot on an image map. Each hot spot has an alt tag representing the ID number of the object I need …

Member Avatar for MooGeek
0
159
Member Avatar for lapunluyang

I was asked to create an adult content filter system as my final project and am actually thinking of using php. So i would like to know how possible this is. Any useful suggestions on how to go about it is welcome as i am new to php itself. Thank …

0
57
Member Avatar for marvolo1300

Hi, I want my script to redirect the visitor to the another script which is in another folder under the same parent directory. And i cannot use the "header()" redirect method. [QUOTE]/www/index.php/ (where i want the visitor to be redirected to)[/QUOTE] [QUOTE]/www/upload/upload.php/ (where i want the visitor to be redirected …

Member Avatar for MooGeek
0
1K
Member Avatar for areese685

Hi everyone I am new here. It has been a few years since I have done any php coding and need help. My website is basically static and constant throughout the entire site except for the main content on the page. I know there is some way to use the …

Member Avatar for chrishea
0
82
Member Avatar for OpenBSD

Hi, I have 2 level for signup memebr . 1-member 2-supermember now i send for each user value 1 or 2 to permission. SQL Table : id | name | lastname | permission | date | desc | username | password so in user profile page i have 6 link …

Member Avatar for CyberSpatium
0
166
Member Avatar for wendeus

Hi everybody, I wanna make a simple leads form in php, this form has three fields. the first field is "code", the second one is Name and third is e-mail. the issue is that i have two tables in my database and i want in one hand store all this …

Member Avatar for CyberSpatium
0
144
Member Avatar for gchurch

hey i desperately need to know the answer for a project if anyone can help... i and retrievin info from a DB and desplayin it in a dynamic table. then if the <select value='1'> in the form i need to send a variable accross to another page. the code is …

Member Avatar for gchurch
0
96
Member Avatar for ceeandcee

Good Afternoon, I have this line of code: echo $sum['PTS1011_wk1']; Earlier in my page, I have set a variable to: $wk="wk1"; What is the syntax to use the Variable $wk instead of spelling out wk1. I want to be able to change $wk once and have it change throughout a …

Member Avatar for Fbody
0
82
Member Avatar for dschuett

Ok, So I found a pagination class fro ma tutorial and decided to try and impliment it into my mysql search query I use here at work to search past Parts Ordered records. I got it working to the point that it only shows 10 results on a page, and …

Member Avatar for CyberSpatium
0
208
Member Avatar for SiobhanyScot

Alright kids, I know next to nothing about PHP but I'm interested in geolocation scripts. A couple of months ago, I got a presentation from a company that can target content down to the zip code level (and much more, but that's beside the point). However, what they charge a …

Member Avatar for chrishea
0
196
Member Avatar for slap01

i code this without the delete function, but when i started using it, there's and error. need help with this code[CODE]<?php $_GET['id']; $username = "root"; $password = '123456'; $hostname = "localhost"; $db = mysql_connect($localhost, $username, $password) or die ("Unable to connect to mySQL".mysql_error()); mysql_select_db('mynewdbase'); $del = "DELETE FORM newdbase WHERE …

Member Avatar for Stefano Mtangoo
0
114
Member Avatar for gchurch

well i have a form on the one page of my site that sends some variables accross using POST to another page. then some other things get calculated however the same variables from the first page need to be sent through to the next page. and when i click a …

Member Avatar for gchurch
0
146
Member Avatar for patrioticcow

hello, i have something like this search:_______ search1:___________ submit btn how can i search for something from the same table in the database considering both search fields? I've tried this code nut it doesn't work. thanks [code=php] if($search == '') { $smarty->assign('Error','Please enter any string!'); $z=1; } elseif($type == 'like') …

Member Avatar for patrioticcow
0
732
Member Avatar for stanley87

hi,guys,i m new to php.now i gonna link a group of check box to mysql database which link among form.php and process.php.my page in to do the search from category that i check with the category,means maybe i can check 1 box,or money box together when i press the search …

0
73
Member Avatar for sugikrish

hi.... I want populate combo box based on another combobox selection in php. for eg: If we select 'tamilnadu' in one combobox then tamilnadu district are displayed in another combobox. If you know send that coding. Thanks in advance

Member Avatar for Daiva
0
76
Member Avatar for sami.asanga

Hi, Can anyone tel me how to get values from the database to work with mail to function?? I mean rather than giving like mailto:xxxxx@xx.com ,I want to take email ids from the database.How should I do it? I did like this.. <a href = "mailto : $row['sup_email']."></a> But its …

Member Avatar for Razer_Thomas
0
129
Member Avatar for zeuz

Hi everyone My intention is to enable NTLM authentification when using the native PHP SOAP client, Most of the code is copied from an php.net manual example and it is said to be working. I'm trying to override the __doRequest function in the SoapClient class and let it use cURL. …

0
137
Member Avatar for designershiv

HI All I am relatively new to PHP and am in the processing of developing a site making use of PHP and MySQL. The problem I am experiencing is that when I refresh Internet Explorer, the data that was processed by a form is resubmitted to the database - can …

Member Avatar for designershiv
0
111
Member Avatar for ceeandcee

Good Evening, I have a table that has a field with 15 entrys in it. I would like to output it from a query in a table that has 3 rows of 5. However, whenever I put a <tr> inside the loop, I get 15 rows. Any idea how I …

Member Avatar for ceeandcee
0
121
Member Avatar for ello

Hey, just a quick question about the following code: [CODE] <input name='name' type='text' class='form' value='<?php echo "" . (isset($_REQUEST['name'])) ? dataClean(ex_clean($_REQUEST['name'])) : FALSE . "";?>' size="40" rows='5' /> [/CODE] Now, if the user has errors in the form details and clicks submit, the page refreshes and it displays what errors …

Member Avatar for ello
0
118
Member Avatar for keavon

Ok, it's really weird. When I test the to see the two variables which will make up the email address <?php $carrier = $_POST['carrier']; $number1 = $_POST['number1']; $number2 = $_POST['number2']; $number3 = $_POST['number3']; $number = $number1.$number2.$number3; $pin = rand(1, 9).rand(0, 9).rand(0, 9); $code = $pin; if($carrier == 1){ $displaycarrier = …

Member Avatar for keavon
0
502
Member Avatar for Dani

What are the differences between Zend PHP Studio and Eclipse for PHP Developers? Why pay for Zend Studio when Eclipse is free?

Member Avatar for fatihpiristine
0
133
Member Avatar for chocopaste

This may be impossible, but I thought I'd give it a shot. I'm using PDO to fetch data from the DB, and use the PDO::FETCH_INTO approach to populate an existing Object (think ORM). What I'm wondering is if I can turn an object into an array of objects of the …

0
51
Member Avatar for awestove

I am trying to create a file upload form on a website and am getting the error: Notice: Undefined index: My code is: [CODE=php] <?php session_start(); if (isset($_GET['submitted'])){ print_r($_FILES); $displayName = $_GET['displayName']; //file name is name of user who uploaded-date-time ie awestove-20100901-0800 $fileName = $_GET['username']."-".date('Ymd-Hi'); $origFileName = $_FILES['fileChooser']['name']; $ext = …

Member Avatar for awestove
0
122
Member Avatar for priyam1309

I am trying to send mail for "Tell a friend" link in my website. I am using Gmail's SMTP Connection settings as Mail() is not working properly for my web host. In the code i am giving my username & password so send mail via my mailbox. But is it …

Member Avatar for svilla
0
139
Member Avatar for gidireich

Hi all, I'm a C developer, familiar Java, C++, C# . I'm into PHP now. Trying to find a good material, I read several which served PHP in do-this-do-that manner. I'm looking for a good book about PHP as a programming language. I mean, for example, really explaining the typing …

Member Avatar for Ezzaral
0
53
Member Avatar for sumit3gupta

I exactly want to integrate a GPS API that can work when the website is opened from a mobile, and we can get the latitude and longitude of a place by using that API which can taken as a input from user of that place where he is ???……!!! Anybody …

0
63
Member Avatar for ivan3510

Hi! Sorry for my bad english. I have one video. I want to make page that will display this video (like youtube), but I don't know how. In youtube there is a original page with video (I think, made with 'header(Content:application/x-shockwave-flash objekt)'). I want to make that too. But I …

Member Avatar for ivan3510
0
202

The End.