AverageJoe Posted December 24, 2007 Posted December 24, 2007 I think the w3school web site has php tutorials. I think I started out learning from php.net
Godhand Posted February 5, 2008 Posted February 5, 2008 Well actually every single place theres room for user input theres room for exploit through sql injection or just mere basic code injection. Like for $post make sure you do a function later thats like $post=abs($post). Basically all you have to do is make sure that any input field is secured. One way to do this easily with a clean post function is to make a file called globals.php and define all your "securing" methods. Then within that page just put in include 'globals.php'; Assuming you have local host of course .
JcX Posted April 4, 2008 Posted April 4, 2008 Tizag.com offers simple and easy-learning tutorials My first PHP tutorial is from there, or perhaps suggested to go forum to seek advise from pros.. I'm still new to PHP, most of the time, I can understand how the code functions, but when comes to write, my brain is in blank mode lolz.. Hope all beginners like me put more efforts! Anyway, any active PHP programmers here? I hope I can find someone to guide me here
Frankie Posted April 6, 2008 Posted April 6, 2008 I already have lots of experience in C++ and Java so it didn't take me much time before i was able to start a browser based game in php. I just got myself the mccodes engine and started coding right away, refering to the w3schools tutorials if I ever run into anything i didn't know.
pelytig Posted June 19, 2008 Posted June 19, 2008 I don't like to use PHP because it requires a server to run and you don't always have a server handy during the development process.
Dream Posted June 19, 2008 Posted June 19, 2008 I learned it in 2 weeks. But just the basic things. To master it, I think need more time
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now