- Apache, Apachecon and PHP
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP Programming, Maintaining State on a Single Page, Maintaining State Between Multiple Pages, PHP Data Enabled App Using PostgreSQL, and Installing phplib in a Postgres Environment.
Price: Free
http://www.troubleshooters.com/tpromag/200004/200004.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Arrays, HTML, and PHP
This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
Price: Free
http://www.phpbuilder.com/columns/tim19991124.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Back To Class
Classes and objects are powerful OOP concepts - and PHP4 supports them too. This article explains some basic OO entities (including classes, constructors and extensibility) with examples of a table builder and a guestbook.
http://www.devshed.com/Server_Side/PHP/BackToClass/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Best Practices: PHP Coding Style
This article by Tim Perdue at PHPBuilder.com offers helpful guide to some of the best practices in PHP coding style. Topics covered: Indenting, Control Structures, Function Calls, Using Comments, PHP Tags, and Strings.
http://www.phpbuilder.com/columns/tim20010101.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Checking Data
This article discusses three basic steps that can be taken to avoid creating bad code: ensuring that you can trust your input by verifying the input you receive from users, manipulating that input data carefully, and providing the appropriate people with secure, reliable access to that data.
http://www.phpbuilder.com/columns/sporty20001102.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- COM Functions in PHP4 (Windows)
The built-in COM functionality of PHP4 is quite attractive for some of us programming in the win32 environment. So far, there is not much documentation on the subject. This short article will explain how to use COM in real PHP4 programming with three examples using MS office 2000 Word and Excel programs and the Adobe Distiller program.
http://www.phpbuilder.com/columns/alain20001003.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Couch Sessions
Need to build an online shopping cart in a hurry\? This article takes a look at session management, an important component of transaction-based Web sites, and explains the fundamentals of adding session support to your site. Examples in PHP4 and PHP3 with PHPLib.
Price: Free
http://www.devshed.com/Server_Side/PHP/Sessions/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Creating dynamic dropdown lists in mySQL
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually. Main function dealt here is to create a dynamic drop down list populated with usernames in the MySQL database.
Price: Free
http://www.php-scripts.com/php_diary/071400.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Debugging PHP: Did You Remember to "Dot All Your Is and Cross All Your Ts"\?
So youve finally managed to install PHP. Anxious to use your new tool, you find the print function in the manual, write your own hello world, load the page and the dreaded "Parse error: parse error in /usr/local/apache/htdocs/test.php on line 2" error pops up in front of you. You know the scenario, read on to learn the fixes....
http://www.wdvl.com/Authoring/Languages/PHP/Debugging/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|