Delly Mira Debby

Do the best for all

Create a counter with ad revenue options using PHP

What is a paycounter, well anyone who has built Adult sites will know that a paycounter is a counter which displays small images, these images are about 120×60 in size. These are basically advertisements. There used to be a number of Adult counters that allowed people to sign up and you placed there code on your site and when someone clicked on the counter you generated some income, usually a few cents per click.

Read the rest of this entry »

Site Personalization With PHP

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.

Your HTML files can work as PHP scripts.

Read the rest of this entry »

Autoresponders With PHP

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.

Read the rest of this entry »

How PHP Can Help Save You Time And Mistakes.

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.

Read the rest of this entry »

Developing State-enabled Applications With PHP

Installment 1

Developing State-enabled Applications With PHP
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. The website needs to remember which DVDs the user has selected because the selected items needs to be presented again to the user when the user checks out. In other words, the website needs to remember the State - i.e. the selected items - of the user’s browsing activities.

Read the rest of this entry »