This article shows you how to create a simple and easy to use file based rating system with PHP.
In this tutorial Combined-Minds.net will teach you the basics of OO-programming in PHP. Don’t know what I’m talking about? Read it! :)
This is the first page of a tutorial that will show you how to create private messaging system.
The general seo rule of thumb is that it is good practice to turn any dynamic URLs with query strings into search engine friendly static URLs. Big search engines like google love simple static URLs.
One ability of PHP is to run a random number generator (RNG) using the rand function. How would one go about telling PHP to select a so-called "random" number? Let's take a look at the simple code
Showing the number of visitors online on your website is a very nice feature. For yourself, and also your visitors. In this tutorial you will create a perfect script that does the job.
In this tutorial you will make 3 pages: config.php - contains database information functions.php - contains search functions search.php - the page that searches.
I came across this while trying to send alerts from my website to my cellphone. It's really quite simple. What you will need is to know your carrier, obviously your cell phone number, and the ability to use PHP's mail() function.
It becomes practical and more useful if the tutorial is written in the form of a funtction. This function will hopefully work anywhere. The basic idea behind this random password is that it will give a different password every time it is called. This can only be done by using the time as the main core input. So we will start of by defining a PHP function which will generate this password for us. There will be one input from the user, the length of the password. When the function will be called, it will return a random password of characters ranging from 0-32 depending on the length given (alphabets and numbers).
As many of you will know, there are two ways which md5 hashes can be decrypted. There's brute forcing, which requires time, and then there's simple databasing, which requires a little bit of luck.
Select a pages
Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Next