Prev 1 2 3 4 5 6 7 8 9 10 11 Next
|
|
Creating a counter, whether it be graphical or textual, is much easier than it looks. This tutorial will lead you through the various steps, providing sample code along the way. More info |
|
|
|
|
|
First, I want to say this is a beginner tutorial on including files with PHP. However, even if you are an intermediate or slightly beyond user, this tutorial may benefit you in some way because we are going to discuss some security features. More info |
|
|
|
Smarty is a template engine that you can use for your websites. If used properly it is used to separate your PHP code from your HTML code. When a file is called from the web, the php file is parsed and smarty compiles the results from the template files used. When that same page is called and the template files have not been altered smarty will use the compiled version which causes the server to not need to recompile the pages. More info |
|
|
|
Give a professional touch to your site learing how to redirect your website users basing the choice on the language that is set in the browser. More info |
|
|
|
Site with complete script, code snippets, documentation and other PHP related resources. More info |
|
|
|
This tutorial shows the basics of a PHP program. It starts with HTML output and progressively build up to variables and control structures. More info |
|
|
|
This tutorial will show you two methods for file uploading and a nice way to display the progress of a download. More info |
|
|
|
In this tutorial I'll show you a way to make your forms more friendly with PHP, so users don't have to keep filling forms in if they make a mistake -- make your forms more friendly. More info |
|
|
|
SMS (also known as text-messaging) has grown into a very popular method of communication. It has been around in Europe and Asia since the early nineties and its use is steadily increasing in the US as well. More info |
|
|
|
A PHP developers' resource with tutorials and news focusing on OOP, Open Source and freelance. More info |
|
|
| Prev 1 2 3 4 5 6 7 8 9 10 11 Next |