Jump to content

Gayner

Members
  • Posts

    549
  • Joined

  • Last visited

    Never

Everything posted by Gayner

  1. Gayner

    PHP Game

    ? javascript updates php ? No, AJAX uses Javascript to sent HTTP messages to PHP scripts that send back content so that javascript can update content without refreshing the whole page, theres a whole board dedicated to AJAX on PHPFreaks if you wish to learn more. do u Think I wasn't being starcastic?
  2. Gayner

    PHP Game

    ? javascript updates php ?
  3. easy? name ur form name="test #1" then use $_POST['test #1'] echo else if $_POST['test #2 name form'] echo bla bla.. lol
  4. Yea I edited post i was skimming thru it to fast I am kinda lost on what u said it's not doing? ur saying if &delete=2 then use id 1 to delete? I am confused
  5. eDIT: NVM.. Hmm I'll get back to u in a bit
  6. So your not posting all ur code? lol bro we need to look at it all, sorry to be rude but just it helps alot to see what's going on everywhere u know man? If it getting $_GET correctly then it should work, post all. let's me see. echo that $deleteid variable to see what's it's calling too to make sure.
  7. What is the deleteid variable, u don't have it set .. ?
  8. Show us index2.php, lol.
  9. Changing ur password has nothing to do with this, but yea go ahead change it again!
  10. Instead of us scrambling to try to find what line bla bla, just give us the code and the specific line for us to work on, thanks.
  11. You need to have insertcourse $_Post name on a if function so it knows when's to submit it. Lol something like this: if(isset($_POST['insertcourse'])){ $sql_insert = "INSERT into `golflist` (`name`,`user_email`,`address`,`profile`,`contact`,`country`,`state`,`city`,`tel`,`holes`,`par`,`distance`,`designer`,`fairways`,`greens`,`website`,`date` ) VALUES ('$_POST[name]','$usr_email','$_POST[address]','$_POST[profile]','$_POST[contact]','$_POST[country]','$_POST[state]','$_POST[city]','$_POST[tel]','$_POST[holes]','$_POST[par]','$_POST[distance]','$_POST[designer]','$_POST[fairways]','$_POST[greens]','$_POST[web]' ,now() ) "; mysql_query($sql_insert,$link) or die("Insertion Failed:" . mysql_error()); $user_id = mysql_insert_id($link); } I'm not sure where $link is at? or Change $_POST['whatever your form name here']
  12. Just u will be fine, start debugging the script and post here soon!
  13. Please supply us that line of code, in ur include maybe we can help!
  14. You mean besides him mentioning how he is "...still new to cron jobs but will have to figure out how to set them up to draw the numbers every hour" in his original post? I have no clue. Why would somone use cron jobs on lottery script if user input's to win.. lol Or set time in php to draw it every x minutes....
  15. Ask there admin for some access ^^
  16. MYSQL call it out then echo it.
  17. Awesome thanks. Will have to test it out and do some work on that tomorrow. Any good resources for cron jobs? Why in the world does this have to do with cron jobs?
  18. No that's client side, just people disable it and bam.
  19. Give us the code all of it, were that object get's called.
  20. Seems more then just php issue,.. I could help but i dont see any php issue here, lol maybe u can move this topic or make 1 in the appropriate forum and i bet u will find help
×
×
  • 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.