Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-26-2008, 01:04 PM   #11 (permalink)
 
Newb Techie

Join Date: Sep 2008

Posts: 23

emuobo is on a distinguished road

Default Re: Php help

Quote:
Originally Posted by CrazeD View Post
Unlike HTML, PHP needs a webserver to run its interpreter.

Download a WAMP (preconfigured package containing Apache MySQL and PHP for Windows) such as AppServ or XAMPP or such.

Once you have a webserver installed, make sure Apache is running, put your .php files in the correct folder (for AppServ it is C:\AppServ\www by default) and then go to http://localhost/yourphpfile.php in your browser).
i got wamp to run and i can now run my page locally.U've saved me and my friends the trouble of uploading to our sites to test our php pages and i'am grateful.
emuobo is offline  
Old 12-26-2008, 01:05 PM   #12 (permalink)
 
Newb Techie

Join Date: Sep 2008

Posts: 23

emuobo is on a distinguished road

Default Re: Php help

I'll try to learn as much as possible so that someday i'll understand you all members's gists (u know i'am lost in your discussions)
emuobo is offline  
Old 12-26-2008, 02:34 PM   #13 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,690

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Php help

Quote:
Originally Posted by emuobo View Post
I'll try to learn as much as possible so that someday i'll understand you all members's gists (u know i'am lost in your discussions)
We're basically saying that pre-configured packages such as AppServ and XAMPP are only to be used for development and not for use as for an actual website. There are a lot of options to configure for Apache and for PHP. Most of the WAMP packages have settings on/configured for ease of use and not for security. Therefore, it is bad to use for a real website (but fine for a development tool).

The other route to installing Apache and PHP is to configure it yourself. You have to download everything separately and change a bunch of settings to make it all work with eachother. The advantage is that you can install custom plugins more easily, set it up for specific tasks/security needs, etc. It is a bit more complicated though, and sort of unnecessary for development (unless you just want to learn how to do it, or are bored like me ).
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Tags
php, preview

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP - Search for "X" in multiple PHP files Mathias Programming Discussions 1 09-13-2008 04:35 PM
Removing PHP For Increased Download Speed Rex100 Programming Discussions 4 07-21-2008 03:49 PM
PHP Coding Pat_pet Programming Discussions 8 03-26-2008 06:41 AM