PHP Form and Database Help Please

Thread Solved

Join Date: Apr 2007
Posts: 26
Reputation: mattyb15 is an unknown quantity at this point 
Solved Threads: 0
mattyb15 mattyb15 is offline Offline
Light Poster

Re: PHP Form and Database Help Please

 
0
  #21
Sep 16th, 2008
Table Structure:

Field Type
-------------------
name varchar(50)
number int(5)
If I helped +rep please,
Thanks
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 31
Reputation: srilakshmitr7 is an unknown quantity at this point 
Solved Threads: 2
srilakshmitr7's Avatar
srilakshmitr7 srilakshmitr7 is offline Offline
Light Poster

Re: PHP Form and Database Help Please

 
1
  #22
Sep 16th, 2008
If you got the solution then ignore this otherwise
try to update the number filed by adding 1 to it where name will be equal to the selected name from database.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,076
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: PHP Form and Database Help Please

 
0
  #23
Sep 17th, 2008
echo $name;
tell me what it prints....
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 26
Reputation: mattyb15 is an unknown quantity at this point 
Solved Threads: 0
mattyb15 mattyb15 is offline Offline
Light Poster

Re: PHP Form and Database Help Please

 
0
  #24
Sep 17th, 2008
Originally Posted by Shanti Chepuru View Post
echo $name;
tell me what it prints....
Okay, in the text box i typed "Matthew" and then I pressed submit. On the next form echo $name answered "Matthew"... so I guess that's working correctly.
If I helped +rep please,
Thanks
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,076
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: PHP Form and Database Help Please

 
0
  #25
Sep 17th, 2008
please confirm that name(what you typed) is same as name in database....
or post your needed code...
Last edited by Shanti Chepuru; Sep 17th, 2008 at 4:04 am.
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 26
Reputation: mattyb15 is an unknown quantity at this point 
Solved Threads: 0
mattyb15 mattyb15 is offline Offline
Light Poster

Re: PHP Form and Database Help Please

 
0
  #26
Sep 17th, 2008
Originally Posted by Shanti Chepuru View Post
please confirm that name(what you typed) is same as name in database....
or post your needed code...
Thank you very much for your help.

I managed to solve the problem my self.

  1.  
  2. mysql_query("UPDATE turf_table SET number = (number+1)
  3. WHERE name = '$name'");
If I helped +rep please,
Thanks
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,076
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: PHP Form and Database Help Please

 
0
  #27
Sep 17th, 2008
Originally Posted by mattyb15 View Post
Thank you very much for your help.

I managed to solve the problem my self.
tel me what your mistake????
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 26
Reputation: mattyb15 is an unknown quantity at this point 
Solved Threads: 0
mattyb15 mattyb15 is offline Offline
Light Poster

Re: PHP Form and Database Help Please

 
0
  #28
Sep 17th, 2008
Originally Posted by Shanti Chepuru View Post
tel me what your mistake????
No mistake. I just wrote my own code.

Thank you for pointing me in the right direction.
If I helped +rep please,
Thanks
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,076
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: PHP Form and Database Help Please

 
0
  #29
Sep 17th, 2008
then make your thread solved....
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 26
Reputation: mattyb15 is an unknown quantity at this point 
Solved Threads: 0
mattyb15 mattyb15 is offline Offline
Light Poster

Re: PHP Form and Database Help Please

 
0
  #30
Sep 19th, 2008
Originally Posted by Shanti Chepuru View Post
then make your thread solved....
How? LOL
If I helped +rep please,
Thanks
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC