Entries tagged with 'tips'

Your Ad Here

Simplified PHP $_POST data handling

When posting data from a form to a page, the $_POST variable gets set to an array similar to this:
Array ([name] => “daniel”, [state] => “illinois”, [phone] => “630-618-9588″)
Now, one way to process this is to know in advance (which, normally you will), what the values will be, and set them to more usable variables. [...]

Put Ads on Top of Your Ads - Adbrite Ad Network

I’ve used many different ad networks, and even if you have a favorite… you should get on the Adbrite bandwagon. If you’re making.. say… 10 bucks a day with Google Ads, awesome! You should still use Adbrite. It’s genius.
You tell Adbrite how much you’re making, you plug in the code from your favorite ad network, [...]

Value priced web host delivers

Omnis Network, LLC. is an Internet Hosting and domain name registrar all in one package. They have some of the lowest prices on the web, and offer quite a bit for the price. For as low as $5.95 a month, they even guarantee a 99.9% uptime.
There’s quite a bit that they give you for [...]

Exclude certain file types from FTP operations

I put a challenge out there a few weeks ago, and it was not met. I however, stumbled on it myself.
I was trying to “get” an entire site to my local hard drive, but didn’t need to download any of the images, or any of the temp files… and so on. I gave up, scrapped [...]

AJAX Contact form

I did some searching online for a quick and easy AJAX contact form… There isn’t one. The free ones are two years old and don’t work, and the other ones I saw cost money. So I fixed the problem.
Unzip to your directory, modify the two variables in “config.php” to your liking and voila.
Download (ver 1.01): [...]