Jump to content

revraz

Members
  • Posts

    6,911
  • Joined

  • Last visited

    Never

Everything posted by revraz

  1. Look at your quotes here OwnerID='{$_SESSION['Current_User']}'
  2. Try naming them different.
  3. The test page doesn't help, post the code.
  4. $_POST is an Array, and you need to specify what part of the array you are referencing.
  5. Yes, PHP will not get parsed if the file is called something other than .php unless you add an entry in your .htaccess to include those files be parsed as PHP (which is more effort with the same result).
  6. Hard to help you with just that info. What's not working, DB communications, Sessions, ??
  7. You can either use Pass by Value or Pass by Reference. Functions are a beast, and if you don't understand them, you'll get frustrated.
  8. Is error reporting on in your php.ini?
  9. This is a HTML question, not PHP.
  10. 2nd one
  11. Did you change from Unix/Linux to Windows?
  12. I do it the same way, not much you can do really.
  13. May want to post in the mysql forums http://www.phpfreaks.com/forums/index.php/board,3.0.html If you suspect your php code, then post that instead so it can be reviewed
  14. revraz

    Update

    Refresh your page every x seconds
  15. Just use HTML and do it, it's no different.
  16. Yes
  17. Load the file into a Form.
  18. Not sure what you mean. Only put the header on that one page, if you don't want it to show on others.
  19. It would if it was in the right place. In front of the Variable isn't the right place.
  20. Your entire display relies on $i < $num echo $num to check it's value This line may be returning unexpected results $query="SELECT * FROM weblog WHERE title='$id'";
  21. What happens when you really want to use ' ' ?
  22. I don't see any PHP problems with that code myself. Maybe a missing $i++
  23. Looks like you have a @ at the wrong place @$row = mysql_fetch_row($result);
  24. Change $HTTP_POST_VARS to $_POST
×
×
  • 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.