Jump to content

Recommended Posts

  • 1 month later...
Posted

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 :).

  • 1 month later...
Posted

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

Posted

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.

  • 2 months later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...