[PHP-WIN] Passing and array in a query string

2002-02-20 Thread quincy
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

[PHP-WIN] access database over multiple pages

2002-02-16 Thread quincy
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

[PHP-WIN] Re: access database over multiple pages

2002-02-16 Thread quincy
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