Am writing this post as a result of the frequent message have been receiving from some webmaster new to PHP. This post is aim at explaining how to include Ads or file to a PHP web script/app using include or require function. Follow the few step below to achieve this. Note: Include and require are identical, except upon failure. require will produce a fatal error and stop the script while include will only produce a warning (E_WARNING) and the script will continue So, if you want the … [Read more...]
Php tutorial: How To Create A Simple Hit Counter for your site

Most webmasters and wapmasters do think creating a hit counter has to be complex and database driven. But am going to explain how to create a simple hit counter that is accurate and easy without worry about creating a database. How do i create a simple hit counter? .1. Create a .txt file e.g name hitcounter.txt at the base or root folder of your site or page u wana use the counter .2. Create another file named eg counter.php and put this lines of code. < ?php $count_my_page = … [Read more...]
Basic Step On How To Upload And Install PHP Script
This tutorial is aim at helping aspiring and newbie to PHP who may not know how to upload and install scripts. Am going to try and make it easy and comprehensible as possible. Follow the step below to learn how to upload and install PHP scripts. Log onto your Web space either via FTP software like filezilla or a FTP website like net2ftp.com or wapftp.mobi using your webserver username and password.Browse to the directory where you wish to place your script. It is advisable to choose a folder … [Read more...]
Stop Spam On Your Website By Implementing Google reCAPTCHA PHP Script

A friend of mine complained to me about him getting lots of spam messages and replies in his forum website. He said not only are they annoying, but contain adult and porn links. I decided to implement a simple captcha to help fight spam using google reCAPTCHA. If you are in same problem, follow the steps below to code and implement a captcha to help fight spam in your website. Head over to google reCAPTCHA pageSign up by submitting your website URLYou will be given a public and private … [Read more...]
Adding Scroll to Top & Down Link Using CSS id selector and HTML Link

For the sake of those who don't understand the title of this article and what it's meant for, am going to explain before diving into the coding aspect. I know at one point when browsing, you must have come across a link telling you to scroll to top or down the website. Also you will notice that this scroll links or button doesn't load in your browser unlike other HTML links. Practical Example When you click here, you automatically taken to the bottom of this post. It might note work when … [Read more...]
Bank On PHP! It will make Your Site Resourceful
If you are in process of setting up an impressive website of your business then you should avoid PHP while selecting the programming. PHP is really an interesting programming language. It is an independent programming language. It even outruns the strong contestants like ASP.Net or Java in case of global acceptance. It is the only open source coding language, which beats Microsoft promoted ASP.NET in terms of resourcefulness. You can create an impressive web site using PHP and add all required … [Read more...]


Connect With Me