Posted by bashar on 07/13/07 08:25
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.
Navigation:
[Reply to this message]
|