Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old March 7th, 2004, 06:06 AM
dandandaniel dandandaniel is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 dandandaniel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
making a query based on the value of a textbox

i have a form and it uses the post method and i need to search for a username in a table...and the value of the textbox is the username..this code wont work..im having some troub, im fairly new to php can someone help me out...

<?php
echo "x_1 = " . $_POST['x_1'];
$db = mysql_connect("localhost", "root");
mysql_select_db("users",$db);
$result = mysql_query("SELECT * FROM info WHERE username = '$_POST['$x_1']' ",$db);

printf("ID: %s<br>\n", mysql_result($result,0,"id"));
printf("Username: %s<br>\n", mysql_result($result,0,"username"));
printf("Password: %s<br>\n", mysql_result($result,0,"password"));

?>

Reply With Quote
  #2  
Old March 7th, 2004, 02:16 PM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
Try:

PHP Code:
 $result mysql_query("SELECT * FROM info WHERE username = '" $_POST['$x_1'] . "' ",$db) or die("DB ERROR: " mysql_error()); 
__________________
Please don't PM me asking for solutions outside the scope of a thread.
Keeping all responses in a thread stands to help others who come along later,
which is after all what this forum's all about.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > making a query based on the value of a textbox


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 3 hosted by Hostway
Stay green...Green IT