Server Side Scripting using PHP
Basic tutorial for server side scripting using PHP. Good for the starters.
CSS navigation bar with stylish web2.0 elementsMarino from TechSymptom is great web-designer and started a series of Fireworks tutorials on web 2.0 styled navigation bars. The last one inspired me to create this small CSS tutorial.
Create a zip file from folders on the flyTo compress a whole directory with an unknown number of files into one zip file I created some class extension to get this job done.
Integrate RSS feeds to your page with PHPIntegrate RSS feeds to your site with PHP.
SQL Server FAQs - PHP ODBC Functions - Managing Tables and Data RowsPHP ODBC functions to connect to manage tables and data rows. Clear explanations and tutorial exercises are provided on creating tables; inserting multiple data rows; updating and deleting data rows; searching data from multiple tables; looping through result sets; working with dates. Topics included in this collections.
FTP Upload via cURLFTP hosting is often much cheaper than regular web hosting. The upload with an ftp client is for sure the most common way, but could be a problem for people behind a firewall or without enough rights (capabilities) to install a FTP client. For those a upload via a web form is the best solution
URL Variables in PHP: What are they, and how are they used?
Have you ever wondered how to pass variables or arguments to a PHP script? The simple answer lies within URL variables. URL variables are variables appended onto the end of a URL address, allowing them to be used within PHP scripts. Basically, URL variables can be considered external variables that are brought inside the PHP script. This tutorial will provide a very basic example of how URL variables are used within PHP scripts.
Make Dynamic PHP Google SitemapMake Dynamic PHP Google Sitemap at runtime
Send SMS from your website Using PHPSend SMS form your site by using ClickaTell Sms Gateway.
PHP Template Engine for a solid siteThis template engine doesn’t have many features and only barely scratches the surface of what is entirely possible with PHP OOP, but it works never the less. Great for beginners.
Creating RSS documents with the DOM APIThis article illustrates how you can use the PHP5 DOM API to create your own RSS files. When used in conjunction with RSS Parsing with SimpleXML, these articles will help you create and read RSS files by utilizing two of the new PHP5 extensions, SimpleXML and DOM.
RSS Parsing with SimpleXMLThis tutorial will provide a simple example of one method for parsing an XML document, more specifically, an RSS formatted XML document. This tutorial will use the new Simple XML object added to PHP 5.
Learn How to create your own automatic database backup scriptLets get started. First off we need to define our folder that the database backups are going to go into. You are going to change database_backups to whatever the folder you have created for the db backups.
Make your own port checkerIn this tutorial I am going to teach you how to make your own port checker. For an example on when you would use this, take gaming. You want to know whether port 3302 is open for the ‘blah’ game. Simply, using this script you would call: portcheck.php?port=3302 and your result will tell you whether it is open or not.
PHP Breadcrumb Navigation - How to build a breadcrumb Navigation in PHPMartin and Adrian started breadcrumb mania, and I'm continuing the tradition with "Breadcrumbs for PHP Lovers." If you want to know why breadcrumbs make good business, read
Martin's Breadcrumbs for All.
PHP Shopping Cart Tutorial. Learn how to create a profitable online store.PHP Shopping Cart Tutorial offers information on how to build your own online store using PHP and MySQL.
PHP MySQL Shopping Cart Tutorial
This tutorial explains how to create a shopping cart solution using PHP and MySQL.