Posted by Captain Paralytic on 07/13/07 08:34
On 13 Jul, 09:25, bashar <bashar.abdul...@gmail.com> wrote:
> Hi,
>
> I keep getting this error: Warning: session_start() [function.session-
> start]: Cannot send session cookie - headers already sent by (output
> started at c:\wamp\www\testlogin.php:1) in c:\wamp\www\testlogin.php
> on line 2
>
> All people are referring to extra line at the end and related issues,
> but it doesn't seem to be my problem:
>
> Here is the code:
> ====================
> <?php
> session_start();?>
> <html>
> <head>
> <title>Q8Ba7th Admin Login</title>
> </head>
>
> <body>
> <form method="post" action="loginAuth.php">
> Username: <input type="text" name="user"/><br/>
> Password: <input type="password" name="pass"/><br/>
> <input type="submit" value="Submit"/>
> </form>
> </body>
> </html>
> ====================================
>
> Any help is very much appreciated.
Are you sure that the <?php is the very first thing in the file?
[Back to original message]
|