EARN UP TO $370 PLUS $500 MONTHLY BONUSES!!Written by Annette Thomas
Continued from page 1 Quality Web Hosting Company Above all, by referring clients to ThinkHost , you can be assured that you are recommending them a hosting solutions company that will not only meet, but exceed their expectations. Affordable Web Site Hosting Solutions ThinkHost hosting services & packages offer a wide range of standard features including latest Microsoft FrontPage extensions, PHP, MySQL, auto responders, web traffic statistics reporting, PERL - there's something to appeal to all clients you send. Outstanding Affiliate support! ThinkHost have dedicated affiliate managers to ensure that you have best promotional materials and advice you need to make most of your affiliate partnership with company. ThinkHost realizes that best way to attract new clients is through a quality affiliate program which fully supports people that power it with personalized service instead of a "one size fits all" approach. Webmasters of large and small sites welcome. Whether you generate traffic of 10 visitors a day or 10 000, you are able to join this affiliate program, so sign up with ThinkHost today!Copy & Paste URL: http://www.affiliates.thinkhost.com/signup.php?refid=11137

Annette Thomas is a business marketing and management professional.
| | Apache, MySQL & PHP for WindowsWritten by Sanjib Ahmad
Continued from page 1
PHP 1. Get PHP 4.3.10 from here: http://www.php.net/downloads.php 2. Under Windows Binaries section, choose file: PHP 4.3.10 zip package size 7,405Kb dated 15 Dec 2004. 3. Download file and save it on your hard disk. Unzip file and rename extracted folder to "php". Now move this folder "php" and place it under "C:Program Files". 4. Move all files under "C:Program Filesphpdlls" and "C:Program Filesphpsapi" to here: "C:Program Filesphp". 5. Copy file php.ini-recommended to "C:WINDOWS" and rename it to php.ini 6. Edit your Apache "httpd.conf" configuration file located here: "C:Program FilesApache GroupApacheconf". 7. Add following lines in httpd.conf: LoadModule php4_module "C:/Program Files/php/php4apache.dll" AddModule mod_php4.c AddType application/x-httpd-php .php 8. Now stop your server by issuing following command in Windows command prompt: "net stop apache". Then type "net start apache" to start your server. We are now going to test PHP installation. 9. Go to "C:Program FilesApache GroupApachehtdocs" and create a file test.php 10. Edit test.php and add following code: <? php phpinfo(); ?> 11. Point your browser to http://localhost/test.php and you should see a lot of PHP configuration information. Congratulations! You now have Apache, MySQL and PHP installed in your computer. Now you can install your favorite script right on your Windows workstation.

Sanjib Ahmad, Freelance Writer and Product Consultant for www.marc8.com. You are free to use this article in its entirety as long as you leave all links in place, do not modify the content, and include the resource box listed above.
|