RE: [PHP] Re: simple ?- load page after submit

2004-01-23 Thread Katie Dewees
functions to retrieve the most recent auto-increment value from the database. If you're using MySQL it is mysql_insert_id(). Katie Dewees Web Developer/PHP Programmer [EMAIL PROTECTED] http://www.evans-young.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] simple ?- load page after submit

2004-01-23 Thread Katie Dewees
nt when they hit submit for it to take them to their page > (personalpage.php?id=$id)... > > How do I do this? > > > thanks, > Matt add this instead of the echo: header("Location: personalpage.php?id=$id"); Katie Dewees Web Developer/PHP Programmer [EMA

RE: [PHP] Cookie problem with old browser.

2004-01-21 Thread Katie Dewees
okie_value) with nothing else (no time, etc.). That is the only way that old crappy browser would accept the cookie. Which leaves me to wonder...why are we still programming to support browsers with obvious bugs in them?!?! Katie Dewees Web Developer/PHP Programmer [EMAIL PROTECTED] http://www.evans-young.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sorting multi-dimensional arrays

2004-01-16 Thread Katie Dewees
y sorted by the clinic_name, and then doc_name. Can someone who has more currently active brain cells than me figure out what the array_multisort function call should look like? Thanks in advance for any help proffered! It is greatly appreciated! Katie Dewees Web Developer E-mail: [EMAIL PROT