Archive | PHP RSS feed for this section

PHP Basics: Replace Characters & Google Maps

Hi All, Generic article greeting input here! Replace Characters with this Easy PHP Script I recently decided that with some enquiry forms that I wanted to send out a link to Google maps so that the person who recieves the enquiry can locate them on the map easily. I didn’t want the hassle of setting up [...]

Continue Reading

PHP Basics: IP Banning Script

At some point or another you’re going to want to know how to do this. You’re in luck, as it’s pretty easy to do. Reasons to ban an IP You may have visitor logging and you notice some unusual behaviour, for safety, it’s a good idea to ban this individual, and you can even give [...]

Continue Reading

What your site searches can tell you

How do you know if your SEO efforts are really working? Are people finding what they’re looking for on your website? Here is the system I use on my sites to keep track of what people expect to find. From the outside … If you don’t have access to server logs, or even if you [...]

Continue Reading

Submit a Game to Be Reviewed

Hi there, Christmas time comes around once per year, personally I’d rather it was like a leap year, once very four, but I don’t write the rules… anyway… If there’s a particularly good game or any particularly bad game, any genre, any platform, let us know in the comments below, and we’ll go out, buy [...]

Continue Reading

PHP: Access Levels in PHP

 Here is a bit of php code and a color-coded menu system for building websites with more than one level of access. I use this system on a three-level subscription website for landlords and property managers. The guest level provides no access to our tenant database. Confirmed landlords and property managers are given a four-digit [...]

Continue Reading

PHP: Submit a Form Automatically or PHP Spam Bot

Hi there, I’m posting you something PHP related, however it wasn’t intially made to be malicious. It was designed for a client who had multiple submission forms and want to test them all at once. In this instance, I have designed and created a little function which allows for re-usable code. PLEASE NOTE THAT THE [...]

Continue Reading

PHP Basics : Get Command – Using URL Queries & Variables

Please Note: The code in this article uses the incorrect quotation marks (“), please subsitute with standard ones on your keyboard them when copying & pasting the code from this article. Hey chaps, it’s time for something useful, lately we’ve been practically pounding you with game reviews, probably to the point you have actually forgotten what [...]

Continue Reading

Fable II – Is it Good or Evil?

Any run of the mill RPG is driven by a fairly rigid storyline, but Fable II encourages you to veer off road and just see how much effort has gone into this game.

Continue Reading

PHP Basics: PHP Functions Explained Tutorial

IMPORTANT NOTE: If you copy code out into your editor, it copies the wrong type of quotation marks “. Please use standard ones or your scripts wont work. (shift 2 gives you normal ones) Functions, are a handy tool in any language, and PHP is no different, so today we’re going to get your php [...]

Continue Reading

PHP Web Applications Design Process

When it comes to designing an application, sometimes the most difficult part is actually starting it, and seeing a means to an end – the finish. I’m going to chat about my method for designing & building applications, it isn’t the 100% suggested method, but quote often with these things you have to go with [...]

Continue Reading