PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old October 2nd, 2002, 07:41 AM
shewien shewien is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 shewien User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
need help with : form.php?choice=1

My visitors click on 1 out of 10 thumbnails, which I coded like:
a href="form.php?choice=1"

Choice=1 corresponds with sql table 'choice', containing 2 columns: 'number' and 'name'. The data in the table are 10 rows with different names.

After clicking on a thumbnail, I end up in a form page, where I want to state: "You chose ....(name of the person in the table)".

Can anyone tell me how to code this???

Reply With Quote
  #2  
Old October 2nd, 2002, 09:45 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: need help with : form.php?choice=1

php Code:
Original - php Code
  1.  
  2. mysql_connect('localhost','user','pass');
  3. mysql_database_select('yourdb');
  4. $query = "SELECT name FROM choice WHERE number=$choice";
  5. $result = mysql_query($query);
  6. $row = mysql_fetch_assoc($result);
  7. echo "You chose " . $row['name'];

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > need help with : form.php?choice=1


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway