Posted: Sun Jun 09, 2002 11:48 pm
problem #2:
You have neiter mysql_connect no mysql_select_db in your code.
tryto see the error.
'Cannot add header information.....', check for any whitspace before <?php and take a look here
You have neiter mysql_connect no mysql_select_db in your code.
try
Code: Select all
$result=mysql_query("SELECT id, tidstampel FROM personer WHERE un='$un' AND pw='$pw'") or die(mysql_error());'Cannot add header information.....', check for any whitspace before <?php and take a look here