Advertisment
Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build...
Thinking of moving from your old static HTML pages to a dynamic database driven website? Read on, understand database basics, how to retrieve data...
This tutorial will show you the basics of creating a web chat driven by AJAX. This is a great place to get started with AJAX technologies in a real...
This tutorial will show you how to create an AJAX chat system using JSON as the data exchange format rather that the standard HTML. This tutorial...
Many people don't even know that it's possible, but you can query Microsoft's Indexing Server from PHP in almost the exact same...
This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using...
If you've ever wondered how to build a simple forum in PHP/Mysql, this simple tutorial will give you the basics of how to post and reply to...
Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout...
The use of abstraction layers is a controversial topic among the PHP community. This article discusses the advantages and disadvantages of using...
Learn how php sessions work
Turn your (or your customer's) PHP site into a CMS! The ability to edit your site in WYSIWYG fashion is easier than you might think, and that...
Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc.
Views: 810 | | by Ben
PHP - Security
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining...
Learn how unzip .zip files with php and save the extracted files to your server...
4 easy to use function with examples to manipulate images.
This tutorial will show you the basics of recursion abd how to list categories and sub-categories to the nth level in tree format in a directory...
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to...
Using Ajax, this script makes it easy to display RSS feeds from other sites inside DIV containers, by communicating with a versatile PHP RSS parser...
Ever wondered how to calculate the number of days between two dates using PHP. Well, by following this very detailed article you will learn in no...
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform...