Useful PHP Functions
I ask myself why type the same thing over and over again when you can just use one function call? I’ve seen a lot of people do that, so stop it! Save yourself the...
lang="en-US">
I ask myself why type the same thing over and over again when you can just use one function call? I’ve seen a lot of people do that, so stop it! Save yourself the...
I got this error when I was trying to add a integer parameter as a varchar parameter, so it was crapping out with this. Another site I read somewhere said it could be because...
In the last lesson I introduced you to functions, reading & writing to a file, some simple javascript and adding features to the game so we could swap in/out maps and move up/down map...
In the last lesson we made some real progress. Now, instead of having a boring page with a click of one button before the game is over, we have a character that can move...
In the last lesson we created a database class to make doing queries quick and easy to handle. Then we converted over the current character file and map editor to use the database when...
Don’t think I’ve forgotten about the game tutorial!! I haven’t. I’ve been really busy at work and trying to get a new site ready for its BETA opening. Blah. Anyways, I’m almost done will...
Hey guys, for anyone whose reading this I want to let you know we’re having some Apache problems with the server. I upgraded it last night and it’s gone all funky for just my...
Games in Culture I’m not a guy, but I have lots of male gamer friends. My experiences amongst them have taught me they like games that are fast paced, action packed, and trigger happy....
Okay, this threw me completely. Turns out I was telling Crystal Reports that I was going to pass 2 parameters and then I only passed one. This can also happen if you’re trying to...
In the last lesson we covered how to create a function, how to use some of php’s built in functions, and how to deal with sessions. Now we’ll take it even a step further....