Nårh sry.. det er self det der script der er fejl på..
<body bgcolor="#EEEEEE">
<?php
require("config.php");
$uge = &$HTTP_POST_VARS['uge'];
$dato1 = &$HTTP_POST_VARS['dato1'];
$dato2 = &$HTTP_POST_VARS['dato2'];
$dato3 = &$HTTP_POST_VARS['dato3'];
$dato4 = &$HTTP_POST_VARS['dato4'];
$dato5 = &$HTTP_POST_VARS['dato5'];
$dato6 = &$HTTP_POST_VARS['dato6'];
$dato7 = &$HTTP_POST_VARS['dato7'];
$tid1 = &$HTTP_POST_VARS['tid1'];
$tid2 = &$HTTP_POST_VARS['tid2'];
$tid3 = &$HTTP_POST_VARS['tid3'];
$tid4 = &$HTTP_POST_VARS['tid4'];
$mandag11 = &$HTTP_POST_VARS['mandag11'];
$mandag12 = &$HTTP_POST_VARS['mandag12'];
$mandag21 = &$HTTP_POST_VARS['mandag21'];
$mandag22 = &$HTTP_POST_VARS['mandag22'];
$tirsdag11 = &$HTTP_POST_VARS['tirsdag11'];
$tirsdag12 = &$HTTP_POST_VARS['tirsdag12'];
$tirsdag21 = &$HTTP_POST_VARS['tirsdag21'];
$tirsdag22 = &$HTTP_POST_VARS['tirsdag22'];
$onsdag11 = &$HTTP_POST_VARS['onsdag11'];
$onsdag12 = &$HTTP_POST_VARS['onsdag12'];
$onsdag21 = &$HTTP_POST_VARS['onsdag21'];
$onsdag22 = &$HTTP_POST_VARS['onsdag22'];
$torsdag11 = &$HTTP_POST_VARS['torsdag11'];
$torsdag12 = &$HTTP_POST_VARS['torsdag12'];
$torsdag21 = &$HTTP_POST_VARS['torsdag21'];
$torsdag22 = &$HTTP_POST_VARS['torsdag22'];
$fredag11 = &$HTTP_POST_VARS['fredag11'];
$fredag12 = &$HTTP_POST_VARS['fredag12'];
$fredag21 = &$HTTP_POST_VARS['fredag21'];
$fredag22 = &$HTTP_POST_VARS['fredag22'];
$lordag11 = &$HTTP_POST_VARS['lordag11'];
$lordag12 = &$HTTP_POST_VARS['lordag12'];
$lordag21 = &$HTTP_POST_VARS['lordag21'];
$lordag22 = &$HTTP_POST_VARS['lordag22'];
$sondag11 = &$HTTP_POST_VARS['sondag11'];
$sondag12 = &$HTTP_POST_VARS['sondag12'];
$sondag21 = &$HTTP_POST_VARS['sondag21'];
$sondag22 = &$HTTP_POST_VARS['sondag22'];
mysql_connect($mysql_host, $mysql_user, $mysql_pw);
mysql_select_db($mysql_db);
mysql_query("update ugeplan (uge, dato1, dato2, dato3, dato4, dato5, dato6, dato7, tid1, tid2, tid3, tid4, mandag11, mandag12, mandag21, mandag22, tirsdag11, tirsdag12, tirsdag21, tirsdag22, onsdag11, onsdag12, onsdag21, onsdag22, torsdag11, torsdag12, torsdag21, torsdag22, fredag11, fredag12, fredag21, fredag22, lordag11, lordag12, lordag21, lordag22, sondag11, sondag12, sondag21, sondag22) values ('$uge', '$dato1', '$dato2', '$dato3', '$dato4', '$dato5', '$dato6', '$dato7', '$tid1', '$tid2', '$tid3', '$tid4', '$mandag11', '$mandag12', '$mandag21', '$mandag22', '$tirsdag11', '$tirsdag12', '$tirsdag21', '$tirsdag22', '$onsdag11', '$onsdag12', '$onsdag21', '$onsdag22', '$torsdag11', '$torsdag12', '$torsdag21', '$torsdag22', '$fredag11', '$fredag12', '$fredag21', '$fredag22', '$lordag11', '$lordag12', '$lordag21', '$lordag22', '$sondag11', '$sondag12', '$sondag21', '$sondag22') WHERE id='1'")
or die(mysql_error());
print "Vagtplan for $uge er gem!";
?>
<?php
?>
Den første fejl har jeg rettet.. Jeg havde glemt og få scriptet til og logge på mysql databasen som i sagde
Indlæg senest redigeret d. 20.06.2008 23:46 af Bruger #13905