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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...