Bring Your Web Site to Life With PHP

Written by Shelley Lowery


PHP: Hypertext Preprocessor, better known as PHP, is a highly popular, server-side scripting language that can be embedded directly into HTML coding.

PHP can do anything that CGI can do, such as process form data and auto generate dynamic content, but PHP can do much more.

It can be used on all major operating systems and supports most web servers.

PHP is used by inserting PHP code inside your web page's HTML code. Whenrepparttar page is called, your server automatically executesrepparttar 132577 code. What's more, your visitors don't need any special plug-ins forrepparttar 132578 code to run, as it will be displayed just like your HTML coding.

As PHP is a server-side scripting language, although your visitors will not need to install any new software, PHP must be set up on your server.

Following is a very simple script that will test your server to ensure PHP is installed. It is a standard PHP function called phpinfo, which instructsrepparttar 132579 browser to print out information in regard torepparttar 132580 set up of your server.

To userepparttar 132581 script, simply copyrepparttar 132582 following three lines of code and paste them into a plain text editor, such as Note Pad.

Note: To enablerepparttar 132583 code to display properly, a period has been added followingrepparttar 132584 opening bracket. You'll need to remove this period prior to usingrepparttar 132585 code.

<.? phpinfo(); ?>

Saverepparttar 132586 file as phpinfo.php and upload it to your server where you store your HTML files.

To runrepparttar 132587 script, simply point your browser torepparttar 132588 script address. It should look something like this: http://www.yourdomain.com/phpinfo.php

If PHP is installed on your server, you will be presented with a page of information aboutrepparttar 132589 PHP installed on your server.

If PHP isn't installed, you will be prompted to downloadrepparttar 132590 file. In this case, you'll need to contact your web host and ask them to install it, as it is free to download and install.

You can learn more about PHP and download it at http://www.PHP.net.

If you'd like to try some PHP scripts on your site, here are some great scripts to get you started:

PhpAdsNew - Rotating Ads http://phpadsnew.com wo/

If you'd like to have a rotating ad system on your web site, this great script is an open-source ad server that provides a professional ad management and tracking system. Not only can you rotate banner ads, but you can also rotate buttons, pop-ups, text ads, DHTML banners and much more.

PHP Message/Quote ofrepparttar 132591 Day http://www.interaction-design.org/scripts/quote_of_the_day/

Dot Your T's And Cross Your I's

Written by Jeff Colburn


It's imperative that your website look professional. Why is this important? There are several reasons. People who visit a professional site feel: * That they can trustrepparttar website owner * That they can trustrepparttar 132574 website contents and messages * They feel more comfortable about buying your products and services * They are more likely to believe what you say * They are more likely to revisit your site to see what new information, products and services you are offering

So, how do you make a professional site? That's simple, have no mistakes. Your site needs to have good content, design and be easy to use, but you also need to pay attention torepparttar 132575 details. That old saying explains it all, "The devil's inrepparttar 132576 details."

You need to pay close attention torepparttar 132577 small things to make a professional site. Checking, and checking again, forrepparttar 132578 simple errors.

What are these simple errors? Some ofrepparttar 132579 main ones include: * Misspellings, like: "to" instead of "too", or "their" instead of "there" or "they're" * Broken links * Broken graphics * Incorrect indents, paragraphs breaks and bulleted lists

I went to a website last week that offered health information. What I found were several pages of text that had no paragraph breaks, instead, each page was just one long block of text. It was very difficult to readrepparttar 132580 text, and after seeing this small error I wasn't sure how accurate their information was.

I went to another site that same week, and every graphic onrepparttar 132581 main page was broken. I didn't even try to check outrepparttar 132582 rest ofrepparttar 132583 site since I figuredrepparttar 132584 owner didn't care at all about his site or its content.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use