View Single Post
  #4 (permalink)  
Old 11-27-2007, 10:11 AM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,122
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
Quote:
Originally Posted by mikejkellyuk View Post
ive look at the tutorial what i want to be able to do is have a text box and enter a name and then that info is put in to a variable and it search the data base for that name.

thanks
mike
it's not difficult to do this, you basically $_POST['name'] or $_GET['name'] in PHP, then store the name to a variable, then the rest would be an SQL statement that will concatenate $name

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote