A ready-to-use virtual shop with a template-based storefront, unlimited products and categories, and different options for delivery and payment.
(sponsored listing)
SQL Database Wrapper Functions When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query and then close the connection. This article shows how to create functions that will eliminate this redundancy. We will create a Select function to retrieve data, an Insert function to insert data, an Update function to update data and a Delete function to remove data.
Version:
Platform(s):
Price:
hits: 215
added: 27, Apr 2002
address: http://www.phpworld.com/articles/2000.07/sqlwrapper_000.html
Top 21 PHP Programming Mistakes - Part 2: Seven Serious Mistakes In this three part article series, a list of 21 PHP programming mistakes are presented, ranging in severity from non-critical down to those that can break the farm. Solutions, suggestions and/or comments on how to solve and prevent these errors are then offered.
Version:
Platform(s):
Price:
hits: 215
added: 05, May 2002
address: http://www.zend.com/zend/art/mistake1.php
Sending Email in PHP The PHP mail function has up to four parameters. The first parameter is the recipient of the message. The second parameter is the subject of the email message. The third parameter is the body of the message. And the fourth parameter is optional, which will be covered on the next page.
Version:
Platform(s):
Price:
hits: 217
added: 05, May 2002
address: http://www.phpworld.com/articles/2000.02/mail_000.html
The Scoop on PHP So, what is PHP? Right now its developers call it an open source server-side HTML-embedded scripting language, but PHP seems destined to evolve beyond its HTML roots into more advanced services like remote procedure calls (For example, there's already an XML-RPC client and server) PHP can be embedded into an HTML page within XML or even plain text.
Version:
Platform(s):
Price:
hits: 217
added: 05, May 2002
address: http://www.linux-mag.com/online/php_01.html
Parsing XML with PHP This article discusses how you can process XML documents with PHP, using the built-in Expat parser. By way of an example, Expat\'s processing methods are demonstated. The example will also show you how you can: a) Set up your own handler functions; b) Map XML documents to your own PHP data structures.
Version:
Platform(s):
Price:
hits: 218
added: 02, May 2002
address: http://www.zend.com/zend/art/parsing.php
Feedback Form with a Cookie This tutorial teaches you how to process a simple feedback form. It records the date and time that the user logged into the system and saves this information, in addition to the user's name and email address, in several cookies. Upon subsequent logins, the code checks whether the user is a new or repeat user and displays the information accordingly.
Version:
Platform(s):
Price:
hits: 220
added: 05, May 2002
address: http://www.zend.com/zend/tut/feedback.php