ODBC Socket Server
A commonly faced dilemmas of system administrators is making dissimilar operating systems and tools work with each other. Learn how to make Access and PHP work together using ODBC. 1 Hits |
Comments |
Ratings (0)
PHP: Be Notified When Google Crawls Your Site
Have you ever wanted to know when Google crawls your website? Well now you can using a simple PHP script which emails you everytime GoogleBot crawls your site. 14 Hits |
Comments |
Ratings (0)
PHP: Custom Greetings
Do you display the time on your website and want to add a small greating next to it? Now you can with this simple tutorial. 17 Hits |
Comments |
Ratings (0)
How to Make Clean and Readable Code in PHP
Keeping your code clean is essential. Therefore i will give you some handy tips to increase readability in this tutorial. A must-read for all beginning PHP coders. 14 Hits |
Comments |
Ratings (0)
Practical PHP Performance
When it comes to building web applications in PHP, performance isn't typically a major concern. Learn 10 ways to increase your application's performance. 14 Hits |
Comments |
Ratings (0)
Using Type Juggling/Type Casting to Modify Data Types
Learn to use type juggling for all sorts of things including converting integers to floats, arrays to objects and strings to binary in PHP 5.2.1 and above. 18 Hits |
Comments |
Ratings (0)
Memory Management with Declare
Keep track of how much memory your PHP scripts are consuming and add resource management using ticks and define. 6 Hits |
Comments |
Ratings (0)
PHP Headers Explained
PHP headers can be very useful. Learn to use them for all sorts of things like redirecting a user to another page, telling the browser when to refresh the page, page reloads and more! 4 Hits |
Comments |
Ratings (0)
Smarty Templates for Beginners
Use Smarty Templates to separate logic from design so that your programmers and designers can work in harmony. 4 Hits |
Comments |
Ratings (0)
Shopping Cart
Shopping carts are used in online stores: the user can add items to the cart and manage the quantities of the different items. The solution we outline is scalable and practical. 3 Hits |
Comments |
Ratings (0)
How to Display Categories in Tree Format
This tutorial will show you the basics of recursion abd how to list categories and sub-categories to the nth level in tree format. 4 Hits |
Comments |
Ratings (0)