A ready-to-use virtual shop with a template-based storefront, unlimited products and categories, and different options for delivery and payment.
(sponsored listing)
Rotating Banner Advertisements with PHP This tutorial provides information for developing a banner advertisement rotation system in PHP. Application scripts are dveloped for a system running PHP 4.0 or higher with a database to store the data (the examples will be using mySQL).
Version:
Platform(s):
Price:
hits: 231
added: 30, Apr 2002
address: http://www.zend.com/zend/tut/banner.php
Optimizing Postgresql For most of our work I use MySQL and will continue to do so, because of its ease of use and unrivaled select query speed, and also because there is no point in trying to mess around with production systems that already work fine. But some new projects suffered greatly from MySQL's table locking feature when I needed to update data (which I do a lot). Here are my adventures in setting up a Postgresql database server.
Version:
Platform(s):
Price:
hits: 232
added: 30, Apr 2002
address: http://www.phpbuilder.com/columns/smith20010821.php3
How to Protect Your Images from Bandwidth Thieves How prevent images from being used on other sites! Some sites were linking directly to others images on their web server using IMG tags. As such, not only were those images being used without the owner's permissions, they were also making the owner pay for their bandwidth!
Version:
Platform(s):
Price:
hits: 233
added: 27, Apr 2002
address: http://www.thesitewizard.com/archive/protectimages.shtml
Including Files Another thing we can do is "include" files. This comes in handy when you have the same information on all your pages, over and over again. For example, connecting to the same database, printing the same HTML at the top or bottom of a page. It can be used for headers or footers, or for simplifying things.
Version:
Platform(s):
Price:
hits: 235
added: 01, May 2002
address: http://www.phpbeginner.com/columns/chris/include
Oracle and PHP PHP provides built in functions to access just about every database that exists, including Oracle. In the following pages, we will illustrate how to use these built in functions to communicate with an Oracle database.
Version:
Platform(s):
Price:
hits: 235
added: 03, May 2002
address: http://www.phpworld.com/articles/2000.03/oracle_000.html
HTML Form Input Input is one of the most important aspects of any program, in any programming language. How do you retrieve the information that a user has entered into your application? In HTML, input is received through forms which contain text fields, buttons and combo boxes. Once a form is complete a user can submit it.
Version:
Platform(s):
Price:
hits: 237
added: 03, May 2002
address: http://www.phpworld.com/articles/2000.02/htmlinput_000.html
Using sockets in PHP PHP can open sockets on remote or local hosts. Here is a hands-on example of using such a socket: getting connected
to a Usenet News Server, talking to this server, and downloading some articles for a precise newsgroup.
Version:
Platform(s):
Price:
hits: 238
added: 30, Apr 2002
address: http://www.phpbuilder.com/columns/armel20010427.php3