Jump to content

DeanWhitehouse

Members
  • Posts

    2,527
  • Joined

  • Last visited

Everything posted by DeanWhitehouse

  1. Can you not just set the charset to utf-8, and wouldnt this top any problem?
  2. 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.
  3. So you want us to make it for you , for free?
  4. 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?
  5. but changing it to how i had it , would be more logical.
  6. try running a php info file , and see what happens.
  7. 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 />
  8. As i have said , you store it in the DB. And second if you wrote the code below this should be simple ,and third i am not writing the code for you.
  9. First off use tags and second add error_reporting(E_ALL); to the top of both pages and look for any errors
  10. so we go back to what i said in the first place. why do i bother posting ???
  11. are you checking for the whole URI, or just if the vars are there?
  12. how can i give an example, just store the que number in the db then echo the result.
  13. can i ask, is the statement correct, does the URI equal the same?
  14. if ure right, shouldnt he use .htacess mod rewrite?
  15. for this, if it's in quotes or not wont effect it
  16. you would have there que number stored in the db , and echo it out
  17. i think you will need to use a $_GET statement for the extra vars
  18. 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
×
×
  • Create New...

Important Information

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.