Recent content by h123er2

  1. H

    Could somebody share php code for geo-reditect script?

    If you go to my blog webdevtown . c0 m and search for 'location' you'll find exactly what you're after. It's a script I released a while ago that uses an API to detect country and redirect user. If anything else, lemme know.
  2. H

    Does contact us page requires protection?

    Not really well. The only thing that's really needed is prevention from injections : ( And here's a good news. If you're already using PHP extension PDO to communicate with DB, then you're okay. Else, check this little tutorial out here. I explain how PDO works differently than PDO and precents...
  3. H

    easy php console?

    You're lucky unlike other things in PHP it's one of the easiest things to do. When I started off, I too wanted something that I could use on the go, you know like web javascript console? Good news is you can run PHP right from your windows CMD. All you need to do is ser environment variable...
Back
Top