Posts Tagged ‘Part’

PHP Tutorials: Unique Visitor Counter (Part 1)

Friday, May 21st, 2010


This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.

PHP Tutorials: MySQL (Part 2)

Friday, May 21st, 2010


Connecting to the database, error handling and selecting your database.

Part 2: How to Build Custom PHP and MySQL CMS Website Software

Friday, May 21st, 2010


In this part we demonstrate table creation and structure methods from inside of PHPMyAdmin. PHPMyAdmin is a great tool if you are not yet comfortable writing custom database structuring scripts using PHP. We make the website system smart enough to use just one file for all display, no matter how many pages or content the site acquires.

Part 1: How to Build PHP and MySQL CMS Website Software

Friday, May 21st, 2010


In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through CSS.

PHP Tutorials: SQL Injection (Part 1)

Friday, May 21st, 2010


Learn what SQL injection is and how to get access to an account without a password.

PHP Tutorials: MySQL (Part 1)

Friday, May 21st, 2010


Using phpMyAdmin to create a new table on a database. The basics!

PHP Tutorial: Using Eclipse+PDT as a PHP IDE (Part 2 of 2)

Friday, May 21st, 2010


PHPDeveloperBlog.com presents: (Part 2 of 2) How to install and use Eclipse–a free, open source platform–as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging, and everything else programmers expect in an IDE are available in a PHP IDE for free! High quality, full length versions of this video can be found on our website: PHPDeveloperBlog.com

PHP Tutorials: Create a Search Engine (Part 1)

Friday, May 21st, 2010


Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.