I want to find out if it is possible to pass an entire array via a query
string using php?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I want to design a web application using php ,that allows the user to sign
in once into the mysql database and then over the course of several pages to
perform several queries on the database using their name and password.
My question is how can I do this without asking the user to enter his nam
isdes storing the username and password like storing the
database handle $link_id as a session variable. Is this possible?
"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Quincy
>
> Session variable