Posts
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. (More)
The PHP programming language primarily has 4 loops:
* while()
* do{…}while()
* for()
* foreach() (More)
Many people new to websites and / or ecommerce are confused at the in and outs of ecommerce. Even many people who are fairly adept at scripting can set up a store using some popular package such
as OSCommerce and then are left stumped by the idea of making it work
with a payment gateway to...
Associative arrays are those arrays that use string values instead of numbers as the index positions. (More)
A new worm that propagates by exploiting security vulnerabilities in
Web server software is attacking Linux systems, antivirus companies
warned on Monday, according to news.com. (More)
The Big Nerd Ranch announced the PHP 5 Bootcamp, set for January
30th through February 3rd, 2006 in a retreat setting near Atlanta, GA.
The PHP 5 Bootcamp instructor is Mark Fenoglio. It will offer five
days of intensive class covering the ins and outs of PHP 5 development . (More)
Here's some serious news right before the weekend for you PHP develpers who use the Chipmonk Forum software: The PHP based Chipmunk Forum contains a flaw that allows a remote cross site scripting attack. Yeeeeouch.... (More)
Most people on the internet are good, honest people. However, there are some people browsing the internet who derive fun from poking around websites and finding security holes. A few simple tips can help you secure your website in the basic ways. Now, obviously, the subject of data security is...
Are you building themed websites and planning on using Google Adsense or other textual ad tools as your main revenue source? If so, I've got a nice new find for you. (More)
While Dave and I are using this blog as a supplemental tool to our main website, you can use a blog as THE website. Why would you do that? (More)
This is the last tool I'm going to post related to getting Google PR for your website. (More)
As webmasters, we're always looking for nifty and easy to use tools and tricks to help us build a website and grow our traffic to it..... (More)
If you build a website on your server using php here's a useful function you can call to display information about your php setup. phpinfo(); It displays a vast amount of information about PHP and its current state. This includes: PHP compilation options Extensions PHP version Server...
It was only a matter of time. Virus writers have finally started targeting web servers and their hosted software to spread their ill will. This article talks about the Santy virus which initially was aimed at sites that used phpBB, the very popular chat board system used by millions of...
Here is the second part of our PHP script form processor for a visitor to fill out a form on your site to request a reciprocol link. Yesterday's post (part 1) created the actual form a visitor would submit. Today's code is the actual forum processor and confirmation page that the visitor sees...
Following is the html code, with PHP code variables that comprise a simple form that a visitor would fill out to submit a link exchange request to you for. Link exchanges are one way of building up referrals to your website and help grow your search engine rankings. So this is the first...