[PHP-DB] Data from a pull down menu

2004-12-10 Thread Jason T. Davidson
I have a pull down menu that gathers a list of people from the database. What I am trying to do from there is after scrolling through and finding the correct record and selecting it, the page will then display that records information. I have done some searching and I am assuming that is right

Re: [PHP-DB] Forms list from database

2004-11-01 Thread Jason T. Davidson
how the query results. --- "Jason T. Davidson" <[EMAIL PROTECTED]> escribió: I am trying to take information from a database and show that info in a forms list. I have been trying this with while(), but it never comes out and displays correctly. Any help would be appreciated. -- J

[PHP-DB] Forms list from database

2004-11-01 Thread Jason T. Davidson
I am trying to take information from a database and show that info in a forms list. I have been trying this with while(), but it never comes out and displays correctly. Any help would be appreciated. -- Jason Davidson -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: h

Re: [PHP-DB] Cookies with databases

2004-10-21 Thread Jason T. Davidson
/manual/en/function.setcookie.php that url should help you From: "Jason T. Davidson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] Cookies with databases Date: Wed, 20 Oct 2004 19:54:54 -0500 MIME-Version: 1.0 Received: from pb1.pair.com (

Re: [PHP-DB] Cookies with databases

2004-10-21 Thread Jason T. Davidson
he first one $cid is working just fine, but it's variable doesn't come from a database. -- Jason Davidson Bastien Koert wrote: Hi Jason, 1. I don't think you need the quotes around the values. 2. is the user cookie set? bastien From: "Jason T. Davidson" <[EMAIL PROTECTED]&g

[PHP-DB] Cookies with databases

2004-10-20 Thread Jason T. Davidson
I am trying to set a cookie with a value from a database. Here is my script: //Table Name $main_tbl = "MAIN" ?> if ($Message == "NoAccess"){ echo("You do not have access to that page!\n"); include ("staff_code/admin_links.php"); } if ($check[PASSWORD] != $_REQUEST[password]){ header("Loc