Can't Upload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SergeantJoe
Forum Newbie
Posts: 6
Joined: Thu Jun 29, 2006 9:52 pm

Can't Upload

Post by SergeantJoe »

Ok, I've just downloaded Apache2 and PHP 5. I have a book on the two and have reconfigured and done everything it says. The only problem is that I don't know how to upload it onto my browser. Could someone please help, and be extremely specific, as I'm very new to this. Thanks.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

Upload it onto your browser?? What does that mean?
User avatar
technofreak
Forum Commoner
Posts: 74
Joined: Thu Jun 01, 2006 12:30 am
Location: Chennai, India
Contact:

Post by technofreak »

1. Upload it to my browser ? You mean you donno how to access your .php file through your browser and see how it works ?

If you using win, then place the files in C:\apache2\www\ folder or similar one. If you are using *nix, it shuld be /var/www/html/ or /var/www/ directories.

2. What all configuration changes you did ? If u have installed Apache2 and PHP5, then things should work on the fly without much configurations, atleast for your 'helloworld.php' program.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

For the love of god, please put together coherent questions.

That is the second question you have asked, both of which have hardly make any sense.

Read this - http://www.catb.org/~esr/faqs/smart-questions.html
Post Reply