Jump to content
MakeWebGames

mikey1090

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

mikey1090's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Coding Contests its a good idea, it helps make people better coders and write more efficient secure code
  2. Re: SQL Injections yeah, always validate your input. If using mysql use mysql_real_escape_string to strip '`; etc. If not using mysql use addslashes. trim() any spaces from strings, check the legnth of a string strlength i think, and use preg_match to make sure only nice chars allowed.
  3. Re: Developing locally on your own local PHP/MySQL/Apache server   cronjobs can only be ran from linux/unix machines, not windows!
×
×
  • Create New...