want to join us? register, it's easy | help
 

charliepage has submitted 2 links

category icon

Bot Detection with PHP

in PHP added by charliepage, on 21/7/2008 bot detection bots general

Bots or Crawlers, are basically search engines crawling around the internet. This is how you get your pages on search engines (well, a major way). Bot Detection isn't something super vital, but if your CMS or website already has practically everything, then you need Bot Detection.

comment save report
category icon

Welcome to Cookies

in PHP added by charliepage, on 18/2/2008 beginner tutorials cookies

Cookies are just a basic aspect of PHP, but can be used in so many things. From logging in and out a user on your website to keeping the name of the skin they use on your website. Below I will explain how to set (add) a cookie, delete one and then display/check one. I will first show the PHP code and then explain it.

comment save report