|
This tutorial will help you understand the basics of creating an online store. It covers main facilities that one should provide: product and category management, order management, user-friendly storefront, security issues, integration with PayPal and more. Live store demo and free sources download are available. |
|
This tutorial is aimed at those with little or no programming experience. Topics covered include the basics of programming (if statements, operators, condition variables, string manipulation, etc ) as well as PHP only programming tips. |
|
 |
Include() and Require() |
|
Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic.
read more |
 |
Creating an Image Host |
|
This is a very simple script compared to the one I am working on, if you wish to allow other files to be hosted I will point out the part that you need taken out. You c... read more |
 |
Open for Discussion |
| This article / tutorial provides you with information that will let you create a PHP-based message board using NeoBoard or plain PHP. Then you can make a discussion boar... read more |
 |
Basic mySQL Queries And PHP |
| Learn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before issuing them to the database server to prevent possible attacks or unaut... read more |
 |
Installing PHP on Windows |
|
This tutorial is aimed at beginners to setup apache, mysql and php on a Windows 98, 2000 or XP machine. Even if you are a seasoned PHP, MySQL and Apache guru, the check... read more |
 |
Include() and Require() |
|
Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic.
read more |
 |
Creating an Image Host |
|
This is a very simple script compared to the one I am working on, if you wish to allow other files to be hosted I will point out the part that you need taken out. You c... read more |
 |
Paging Results in PHP |
| Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page. read more |
 |
Simple AD Rotator |
| Very simple banner rotation. Done in just 4 lines of code. Useful if you need to quickly put somewhere rotating banners without need of statistics. It uses txt files, wh... read more |
 |
Finding Items in an Array with PHP |
|
This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Oran... read more |
 |
Installing PHP on Windows |
|
This tutorial is aimed at beginners to setup apache, mysql and php on a Windows 98, 2000 or XP machine. Even if you are a seasoned PHP, MySQL and Apache guru, the check... read more |
 |
Include() and Require() |
|
Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic.
read more |
 |
Creating an Image Host |
|
This is a very simple script compared to the one I am working on, if you wish to allow other files to be hosted I will point out the part that you need taken out. You c... read more |
 |
Paging Results in PHP |
| Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page. read more |
 |
Simple AD Rotator |
| Very simple banner rotation. Done in just 4 lines of code. Useful if you need to quickly put somewhere rotating banners without need of statistics. It uses txt files, wh... read more |
 |
Finding Items in an Array with PHP |
|
This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Oran... read more |
|
|