I am assuming you know how to send an email. The logic is saving a unqiue ID (maybe a session ID),then sending a dynamic URL and use $_GET to check the unqiue ID against the db one.
The error means the post vars are not there
and
$result = socket_read($sock, 255, PHP_NORMAL_READ);
if($result == "Success!\n")
that $result equals that when it has been successful?
You can only run the query once,
why not change it like this
<strong class="red">Reviews</strong><br />';
while(list($id, $title) = mysql_fetch_row($result2)) {
echo '<a href="reviews.php?rtyp=music&id='.$id.'">'.$title.'</a><br />';
echo '<br />
<br />
<strong class="red">Articles</strong><br />';
echo '<a href="reviews.php?rtyp=music&id='.$id.'">'.$title.'</a><br />';
}
echo '<br /><br />
try this
find out what time zone it's running in
http://uk3.php.net/manual/en/function.date-default-timezone-get.php
then set the timezone to how you want it.
http://uk3.php.net/manual/en/function.date-default-timezone-set.php
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.