By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
Here's a way to protect the products you sell with Clickbank, using their built-in protection and by implementing a 30-day expiration, all without having to worry about managing databases or customer lists.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all your images, and more.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
PHP is used by inserting PHP code inside your web page's HTML code. When the page is called, your server automatically executes the code. What's more, your visitors don't need any special plug-ins for the code to run, as it will be displayed just like your HTML coding.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
Say you wanted to personalize one of your sales pages. Let's call that sales.php. Now, if you had a newsletter or wanted to give this "personalized link" to someone, your visitor's name could be added on-the-fly to your sales page.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
First off, if you read last week's article by me (the one about site personalization in PHP), I have one addition to make to make your life a little easier. If you didn't read last week's article, read it. It'll help you. You can find it here: http://jumpx.com utorials/1
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
When we finish with that, you will know how to put those components together and create an autoresponder. Because if you think about it, that's all an autoresponder does. Somebody enters in their e-mail address, are sent an e-mail message, and then are redirected to a new page.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
You can get quite a bit of information about your visitors without having to use a third party tracking software. I'll outline the PHP commands you can use to capture some of this data. The details you capture can be saved into a database, and retrieved later to check your site's performance and user details.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
As your web site grows, so does the problem of maintaining it become more complex. Even a two or three page site can have a lot of detail in it. If you want to make any changes to the links or content you have to do so for each page on the site, and then upload all the new information. All this can be very time consuming and also create the possibility of errors creeping in, which can make your site look less professional.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
Problem A-tec Signs and Sraphics Inc. launched a web site with the idea to sell decals online. To achieve better customers ineterest the website had to integrate online decal builder. The company is offering also decals for vehicles which brought some specific requirements to the builder like having the decal text turning arround 4 types of arcs.
By By Authors | On October 5, 2006 | In PHP Articles and Tutorials | Rated
When a user is browsing through a website and is surfing from one web page to another, sometimes the website needs to remember the actions (e.g. choices) performed by the user. For example, in a website that sells DVDs, the user typically browses through a list of DVDs and selects individual DVDs for check out at the end of the shopping session.
|