PHP Articles
- Login Script in PHP - Step by Step Guide
- How to quickly install the PHP login script without any hassle in 15 steps.[ Viewed 31635 times, 81 comments ]
- PHP Login Script - FAQ
- Frequently asked and answered questions about the PHP login script and login scripts in general.[ Viewed 57373 times, 52 comments ]
- Add XML News Feeds to Your Site
- A lot of sites now offer news feeds in XML format that you can use to fetch their news - the most common format is RSS (Rich Site Summary). With the help of PHP you can parse such a feed, even without XSLT support, and display it on your site.[ Viewed 13995 times, 29 comments ]
- Creating a Secure PHP Login Script
- Explains how to create a secure PHP login script that will allow safe authentication. Features remember-me function using cookies, validates logins on each request to prevent session stealing.[ Viewed 183502 times, 181 comments ]
- Converting a Database Schema from MySQL to PostgreSQL
- Port your database dump from MySQL to PostgreSQL easily with this PHP script, the article also explains how it works.[ Viewed 16306 times, 18 comments ]
- Remembering Non-Registered Visitors
- Remember visitors' information entered on your site, using cookies, to save time if the same details are needed again.[ Viewed 3599 times, 2 comments ]
- Security Implications on Shared Hosts
- Besides variables coming from query strings ($_GET), posted form data ($_POST), and cookies ($_COOKIE) you should treat session variables as tainted too if your site is on a shared host.[ Viewed 2303 times, 6 comments ]
- Why You Should Disable PHP's session use_trans_sid
- PHP will add a unique PHPSESSID query pair to URIs within your site if cookies are not available and session.use_trans_sid is set. While this helps people who do not accept cookies, search engines will rank your site low.[ Viewed 30719 times, 34 comments ]
- Download Counting with Apache and PHP
- Collect statistics on the popularity of your downloads with Apache's mod_rewrite and PHP.[ Viewed 12432 times, 7 comments ]
- Debug PEAR Based Scripts Easier
- Error handling in PEAR can be used to make error messages on your development machine more verbose, while keeping them short for your visitors without much hassle.[ Viewed 2595 times, 2 comments ]
- Make Your PHP Code Portable
- Make sure your program can run on different PHP setups by distributing a custom environment setup. Expalins how to create the config and how to get your current configuration.[ Viewed 20050 times, 12 comments ]
- Create a Hierarchical Navigation Menu
- How to create a hierarchical navigation menu which expends the current section.[ Viewed 9764 times, 7 comments ]
- PHP Style Switcher
- Separate the content from presentation and let your visitors choose a color scheme for your site; uses PHP sessions.[ Viewed 12582 times, 6 comments ]
- Polls and Comments with PHP and MySQL
- Create a poll voting and comments system with the help of PHP and MySQL. Explains in details the script and database design.[ Viewed 7570 times, 15 comments ]
- Use PHP and JavaScript to Display Local Time
- How to display visitors' localtime using JavaScript and PHP without even asking them to select their timezone.[ Viewed 31538 times, 51 comments ]
Articles 1 - 15 of 15. Previous | 1 | Next Comments
|