Jump to content

shaunrigby

Members
  • Posts

    196
  • Joined

  • Last visited

    Never

Everything posted by shaunrigby

  1. www.php.net sit there for an hour and look at functions such as sessions, includes, mysql_connect etc we are here to help you, not do it for you
  2. After all of that lol, please rem,ember to set your thread as resolved, TA
  3. you need to have session_start() at the beginning of every page that u want sessions enabled on
  4. join #php-coding on irc.freenode.net
  5. do you both have an IRC client such as mIRC?
  6. change your updates to: ("UPDATE `surv_member` D'OH!
  7. correct it to memberId so it would read $row['memberId'] your program is underlining that "$row" so it is telling you that the error is that (i think)
  8. but you dnt have an `id` column in your db, it's memberid, have u tried it? did it return the same error?
  9. change row['id'] to $row['memberid']
  10. do you have <?php $server = "localhost"; // usually localhost $db_user = "username"; $db_pass = "password"; $database = "survtask"; mysql_connect($server, $db_user, $db_pass); ?> above it?
  11. try commenting out the second update statement and the or die beneath it, do you still get an error?
×
×
  • 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.