Jump to content
php.lv forumi

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


sviesc

Recommended Posts

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

Link to comment
Share on other sites

×
×
  • Create New...