[PHP] Cookies

2001-05-14 Thread Sascha Andres
hi, i want to set cookies. cookies can only be set before html and head tags. i think this is because php sends all output immediatly. is there a statement that stops sending immediatly and a statement that tells to send now (at the end of the doc)? ciao sascha -- PHP General Mailing List

[PHP] Form variables

2001-03-21 Thread Sascha Andres
Hi, i want to build up a form dynamicly which posts always to one php script. how can i get all the variavbles - best with name ? sascha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

RE: [PHP] Print in html ?

2001-02-21 Thread Sascha Andres
hi, with ? lt;? readfile(""); ?gt; ? it should run. u could use echo (" readfile(\"\")") as well. sascha -- 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,

[PHP] Session support in PHP

2001-02-19 Thread Sascha Andres
hi, when doing a session_start() followed by session_register(...) before the html header the first call stops with the error 'html header already written'. how can i prevent the html header to be written until the session_start() is called? sascha -- PHP General Mailing List

[PHP] XML Parsing - what's wrong?

2001-02-19 Thread Sascha Andres
hi, i try to parse an xml document. but the function characterData which should process the found data is never called. startElement and endElement are called. it does not fails opening it and it gets te correct number of stories.u can have a look on the output at