Re: Using PHP to select MySQL record

2005-03-24 Thread Ludwig Pummer
This is not really a MySQL question so much as it is a PHP/HTML question, but it's a quick answer. Replace echo "".$rows['lastname'] With echo "".$rows['lastname'] On the next page, $_REQUEST['person'] contains the selected chairid. Martin Toombs wrote: Sorry if this is simple, but I'm a fairly n

Using PHP to select MySQL record

2005-03-23 Thread Martin Toombs
Sorry if this is simple, but I'm a fairly new user and it's got me stumped. Using PHP and MySql; I want to look up a specific record from a table of people by using a select query to populate a PHP statement. I can do it with one field, but I need to do it with more than one field since I have