Search found 2 matches
- Sat Nov 17, 2012 12:45 am
- Forum: Beginner Help and Support
- Topic: Several errors in a PHP file(Following tutorial)
- Replies: -1
- Views: 989
Re: Several errors in a PHP file(Following tutorial)
There are a few errors you have done, such as putting $_POST('player') instead of $_POST['player'] easy mistake. Here's how i would code it :) i use $_REQUEST because it can pick up both $_POST and $_GET so it's good but also bad if you like to have different values sent in the same name to the sam...
- Fri Nov 16, 2012 9:27 pm
- Forum: Beginner Help and Support
- Topic: Several errors in a PHP file(Following tutorial)
- Replies: -1
- Views: 989
Several errors in a PHP file(Following tutorial)
Hello there! first of all let me say: THANK YOU to indie-resource... for existing :D and to hallsofValhalla for guiding me here :) I am at his "3b" video in making a browser MMORPG, and I get tons of errors when trying to press the Submit button... Error: Fatal error: Function name must be...