Using this simple tutorial, you can take your existing PHPBB3 member forum, and integrate it with your website to restrict page access to registered and logged in members.
Read more »Protect your script from hackers: SQL injection attack prevention
Anybody that codes a script that accepts user input and inserts data into a sql database must make sure the database's integrity is protected. I have read book that teach PHP that don't even address this necessary, critical subject. Imagine the valuable data in your databases is butchered or even wiped out completely. Is your database safe from SQL injection attacks?
Read more »
PHP Cookies-enabled check in 3 effortless steps
This tutorial should help you get an overall idea of how to check if cookies are enabled. Customize the code to meet your needs. Don't forget to include a cookies test script in all Web applications that handle cookies or sessions in some way.
Read more »
Basic PHP/MySQL One-Page Guestbook Tutorial
Do you want to encourage your visitors to say hi when they visit your friendly Website? This tutorial is divided in 4 phases and will teach you how to create a simple PHP guestbook using only one PHP file.
Read more »
Create Database Search in 3 minutes!
Instead of weeks or even months to develop a full-text search for your data, if you know how to use DBSight, you can easily create the full-text search literally in minutes. See it in Action
Read more »Category: php Tags:

HOW-TO: build a search engine in PHP
No more database-dependent SQL queries, no more external library integration. At last, PHP developers will not dream of Lucene anymore. They can develop their own search engine, with results ordered by relevancy and smart indexing.
Read more »Category: php Tags:

xajax PHP Class Library
xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP.
Read more »Category: php Tags:

How to resize pictures in PHP
A tutorial and guide on how to dynamically resize pictures using PHP. Includes all source code necessary with comments and performance tips
Read more »Category: php Tags:

AutoSuggest: An AJAX auto-complete text field
The AutoSuggest class adds a popdown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the tab key. The values for the suggestion list are to provided as XML (by a PHP script, or similar).
Read more »
How to Create an RSS Feed for Your Site in PHP
An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically. This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
Read more »Category: php Tags:



