[PHP] record each page

2001-08-15 Thread Andrew Austin
If i select a group of records from a mysql db is there a way to place each record on a separate page. Could I put them in an array which is connected to a session object? Andrew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] does php have a response.flush function

2001-07-15 Thread Andrew Austin
Does php have a funciton like reponse.flush in asp aa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] how would i do this ?

2001-07-12 Thread Andrew Austin
Hi I need to fill a variable a value (writers name) with the data coming from 2 different tables depending on the choice from the previosu page (add a new article or edit an old one). Is their an easier way to do this as the sql is rather ugly that I am using later as itis not clean in its

[PHP] session variable name into form

2001-07-09 Thread Andrew Austin
I have a session variable called auth_user and want to put the variable into a form field. I have tried the following and similar but am not succeeding. INPUT TYPE=HIDDEN NAME=writer VALUE=?php echo $auth_user;? how else might it be done aa -- PHP General Mailing List (http://www.php.net/)

[PHP] session management

2001-07-08 Thread Andrew Austin
Can a web hosting company decide whether or not session control is allowed in their servers. it is something you need to have access top the server to control. ie set up in the php.ini file or similar thanks andrew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] javascript label inside php code.

2001-06-21 Thread Andrew Austin
Warning: Cannot add header information - headers already sent by (output started I understand that one of the reasons for this erro message is if their is a trailing space after a ?. I have some PHP code which produces javascript rollover code. Above this there are a few includes referencing