A ready-to-use virtual shop with a template-based storefront, unlimited products and categories, and different options for delivery and payment.
(sponsored listing)
MySQL and PHP PHP provides built in functions to access just about every database that exists. We will use the MySQL database in our examples because it is well designed, powerful and, most importantly, free in some situations. For these reasons, there is a likely chance that it will be installed on the machine you are using to host your web pages.
Version:
Platform(s):
Price:
hits: 228
added: 27, Apr 2002
address: http://www.phpworld.com/articles/2000.02/mysql_000.html
PHP vs CGI PHP seems very much in vogue now - with an increasingly greater number of web hosts providing support for it. For those who have only vaguely heard of it and are not too sure what it is, this article discusses PHP and informally compares it with writing CGI scripts in Perl.
Version:
Platform(s):
Price:
hits: 228
added: 05, May 2002
address: http://wsabstract.com/howto/phpcgi.shtml
PHP: Speaking the Language of Enterprise These evolving business and user requirements are putting pressure on developers to rapidly extend and improve their Web application infrastructure, and to quickly develop and deploy new products, features and functionality. A Web scripting language provides this additional functionality, and PHP (PHP: Hypertext Preprocessor) is rapidly gaining popularity among enterprises seeking a Web application infrastructure for the rapid development of dynamic Web solutions.
Version:
Platform(s):
Price:
hits: 228
added: 01, May 2002
address: http://www.zend.com/zend/art/enterprise.php
Session Handling with PHP 4 Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. This tutorial discusses how to open sessions, track session data, and clear the data when you no longer need it.
Version:
Platform(s):
Price:
hits: 229
added: 27, Apr 2002
address: http://www.zend.com/zend/tut/session.php
Using Strings A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely important for PHP programmers. This tutorial starts with the simple constructs used to create strings and moves through to more advanced techniques for string handling.
Version:
Platform(s):
Price:
hits: 229
added: 08, May 2002
address: http://www.zend.com/zend/tut/using-strings.php
An Introduction to Classes This article shows introductory information on the construction of a security-related class that performs some basic security functions for a web site(checking user logons).
Version:
Platform(s):
Price:
hits: 230
added: 27, Apr 2002
address: http://www.zend.com/zend/tut/class-intro.php
The PHP3 Dynamic Loadable Module HOWTO This is the PHP3 Dynamic Loadable Module HOWTO, explaining how to setup PHP to use Dynamic Loadable Modules (DLM) and write your own PHP extension. In this HOWTO Dynamic Loadable Modules are referred to as DLM.
Version:
Platform(s):
Price:
hits: 230
added: 05, May 2002
address: http://www.linuxguruz.org/z.php?id=316
A Simple Sessions Tutorial This tutorial is not meant to be a complete coverage of sessions by far, and I'm sure that there are many other questions not answered here. We will try to give you an idea on how to use sessions effectively and what they are really good for.
Version:
Platform(s):
Price:
hits: 231
added: 01, May 2002
address: http://www.phpbeginner.com/columns/enygma/sessions