Jump to content

Total PHP noob


Lucifrex

Recommended Posts

Ok, I'm just starting the PHP learning process and so far I've downloaded everything the tutorial told me to. My question is: now what? How do I utilize these things I have downloaded? If you have an answer for me, PM it to me, just in case I forget I made this topic. I check back to see what ya'll have said tomorrow.

Link to comment
Share on other sites

You could also instead, try to get a webhost that does already support PHP and MySQL, so that you don't have to download, install and configure them. :)If you do want to, you should have also downloaded Apache webserver for example, to let other people see the site you are serving too. :)

Link to comment
Share on other sites

A lot more easier solution might be XAMPP. It's a all-in-one server pack that includes Apache, PHP, MySQL, FireZillaFTP server, Zend Optimizer and more. Once you install it and start the services, all you need to do is to check your security setting by typing http://localhost in your browser and go to the apropriate menues. After that you may move/delete everything in XAMPP's "htdocs" folder and place all of your PHP files there. They will be accesable by typing http://localhost/*the-name-of-the-file* or http://*yor-IP*/*the-name-of-the-file* in the browser window.Notice: If someone knows your IP they will also be able to see your pages.

Link to comment
Share on other sites

The server package i use is IBserver and works quite well for a personal desktop server. Just install the software, and away you go. Whatever your trying to code will go in the www folder which is created when you install IBserver.

Link to comment
Share on other sites

Then you can do it without installing that stuff. All you need is a browser, prefrably FireFox, and MS notepad. Save the file as .php, open it in a browser, and you can view it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...