[PHP] Session Problems....HELP!!!!

2001-05-03 Thread Bruno Freire
Hi! my name is bruno, from Brazil and i'm having some problems with sessions. Look my code: html head ... /head body ?php session_start(); session_register(test); ? /body /html The message returned in my browser is: Warning: Cannot send session

RE: [PHP] Session Problems....HELP!!!!

2001-05-03 Thread Johnson, Kirk
To: '[EMAIL PROTECTED]' Subject: [PHP] Session ProblemsHELP Hi! my name is bruno, from Brazil and i'm having some problems with sessions. Look my code: html head ... /head body ?php session_start(); session_register(test

Re: [PHP] Session Problems....HELP!!!!

2001-05-03 Thread Nikhil Goyal
the session_start() should be placed at the top, before the HTML ?php session_start(); ? html head ... ?php session_register(test) ... Nikhil Bruno Freire [EMAIL PROTECTED] wrote in message

RE: [PHP] Session Problems....HELP!!!!

2001-05-03 Thread Altunergil, Oktay
: ?php session_start(); session_register(test); ? html head ... /head body /body /html -Original Message- From: Bruno Freire [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 4:42 PM To: '[EMAIL PROTECTED]' Subject: [PHP] Session