Jump to content
php.lv forumi

Recommended Posts

Posted

ir scripts

<?
if (sizeof($_POST)>0){
 mysql_query("INSERT INTO coments (name, text, raxta_id, date, ip, email, http) VALUES ('$names','$comments1', '$raxta_id', '$datumsc','$ip','$email','$http')") OR die(mysql_error());
header("Location: read.php?id=$id"); ?>

problēmas ir ar tūlītēju pāraderesāciju

Posted

ta ne tur bij tā proba proba bija tajā ka pēc posta forma pārsūtija uz to pašu failu no kura posts un pēc tam negribēja to header izmantot nācās izmantot divus failus ;)

Posted

nezinu kur tev probleema, bet es personiigi aiz header (location) ielieku veel exit;, jo meedz gadiities ka veel peec headera izpildaas kods un tad nav labi.

×
×
  • Create New...