Forum: PHP Feb 6th, 2007 |
| Replies: 5 Views: 1,304 hi,
well for that u plz check first that the id that u have given in the session is passing to 2nd page r not by putting an echo .Then if u get means put an if condition for that session id... |
Forum: PHP Feb 5th, 2007 |
| Replies: 5 Views: 1,304 hi,
when you register in the database you add another field as id and assign that id as autoincrement and pass that id in session
for eg,
$fetch=mysql_fetch_array($exeusid);
... |
Forum: PHP Feb 5th, 2007 |
| Replies: 4 Views: 1,357 Hi,
you can do that functions in a single page itself
without doing two seprate pages.I have altered your code and i have given that below .you check that and if any doubt means ask upto my... |
Forum: PHP Jan 29th, 2007 |
| Replies: 1 Views: 10,817 Hi,
If any body have the auto fill textbox using ajax in php plz send me the function and also give some idea about that.waiting for your kindley posts
Thanks regards,
azarudeen |
Forum: PHP Jan 26th, 2007 |
| Replies: 3 Views: 1,386 hi,
for this error Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/rekor/public_html/admin/top.php on line 6
You are not an administrator
in my... |
Forum: PHP Jan 18th, 2007 |
| Replies: 9 Views: 2,736 http://www.wampserver.com/en/index.php (http://www.wampserver.com/en/index.php)
u can install from this site for php and mysql its good and for learning the above sites are well and also u can... |
Forum: PHP Jan 18th, 2007 |
| Replies: 5 Views: 9,449 hi,
now for that mail funcrion is working in your local host .if u work that paGE IN SERVER MEANS U CAN AVOID THAT ERRORS and functions will work properly u can also send mails also.if u want to... |
Forum: PHP Jan 18th, 2007 |
| Replies: 2 Views: 7,181 hi,
Thank u for your kind reply its working |
Forum: PHP Jan 16th, 2007 |
| Replies: 2 Views: 7,181 hai to all,
i think its a simple only but i am not having clear idea how to pass the value from an page into an popup window in a javascript in php.if any ones knows or get any idea... |
Forum: PHP Dec 23rd, 2006 |
| Replies: 3 Views: 4,469 how to calculate the date of birth by giving the date, month, year in the registration page |