Helping ordinary people create extraordinary websites!
GET OUR NEWSLETTER
Your Email:
 

Robert Plank

Company: Simple PHP

Author Bio:
Robert Plank is the creator of Lightning Track, Redirect Pro, Rotatorblaze, and others. An easy way to display the content saved by this article's script is explained in chapters 15 and 16 of his book, "Simple PHP": http://www.simplephp.com

Tutorials written by Robert Plank:

Autoresponders With PHP
Today, we're going to learn three easy things: redirection, mail sending, and form submission. 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.
Wednesday, 25th May 2005

Clickbank Security Using PHP
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.
Wednesday, 25th May 2005

Google Suggest With PHP
Google Suggest is an experiment that tries putting an "autocomplete" into search queries. This isn't brand new, I've seen this sort of thing done on sites like PHP.net on and off for about a year. Basically you'd type in the first few letters of a function and it would suggest a bunch to you.
Wednesday, 25th May 2005

HTACCESS Wrappers with PHP
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.
Wednesday, 25th May 2005

More Autoresponders With PHP
Last week, we learned how to make simple text-only, one-shot autoresponders. After the article was published, I was asked to teach a method of creating follow-up responders. You know the type... someone subscribes and receives their initial message. After a few days, or a few weeks, or even months, another message in the autoresponder series is mailed out. This is useful if you're presenting a course that is split it up into many different lessons, which you want to give someone at a certain pace.
Wednesday, 25th May 2005

Password Protection and File Inclusion With PHP
Learn how to password protect your php pages with this simple tutorial with file inclusion.
Wednesday, 25th May 2005

PHP in the Command Line
Ever run commands in DOS? You've used a shell. A "shell" in the computer world is a place where you enter commands and run files by name rather than clicking around different windows. Most web hosts let you operate a shell remotely. This means that you can type commands in window on your computer, that are actually run on your web host, thousands of miles away.
Wednesday, 25th May 2005

Site Personalization With PHP
Your HTML files can work as PHP scripts. Take any HTML file you have and rename it to a PHP extension. (So for example, if your HTML file is named sales.html, rename it to sales.php). Put sales.php on your web server and run it in your browser. You get the exact same result as you did with the HTML page. Now, for the good part.
Wednesday, 25th May 2005

Advertise with Us!


Tutorials Scripts Web Hosting Developer Manuals
Resources