Author |
Message |
Myst
|
Posted: Wed Jan 23, 2008 8:15 pm Post subject: PHP tool? |
|
|
whats a good (and free) php tool to use for programming? I know its a short question but i've looked around on the internet and all i can find are trial additions. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dan
|
Posted: Wed Jan 23, 2008 8:40 pm Post subject: RE:PHP tool? |
|
|
Do you mean an IDE (integrated development environment) or a complier/interpreter? |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Myst
|
Posted: Wed Jan 23, 2008 8:41 pm Post subject: RE:PHP tool? |
|
|
you know im new to programing; well i have some experience. anyways, do i need both to be able to code in php? |
|
|
|
|
|
Gooie
|
|
|
|
|
Myst
|
Posted: Wed Jan 23, 2008 9:31 pm Post subject: RE:PHP tool? |
|
|
oh ok, thanks ^_^
ummm how do i use the interpretor? or how i install? |
|
|
|
|
|
Myst
|
Posted: Mon Jan 28, 2008 11:59 pm Post subject: RE:PHP tool? |
|
|
*cough*
hate to double post buuut its been at least a few days and i still need some help:
when i try to run the php code onto firefox
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>
all i get is a blank; so any idea's? im just a nub at this kind of a thing. |
|
|
|
|
|
PaulButler
|
Posted: Tue Jan 29, 2008 12:35 am Post subject: RE:PHP tool? |
|
|
FireFox only understands HTML. The PHP code is what generates the server sends to FireFox.
When you open a website (say, compsci.ca) on your computer, FireFox talks to compsci's server and tells it the page it wants, and compsci returns the HTML for that page. The HTML that is sent back is created by a PHP script that runs on the server.
To learn PHP, you will need to either install a web server on your computer (which isn't as hard as it sounds), or get space on someone else's server (who either doesn't mind you messing around, or has adequate security measures in place to stop you from breaking stuff).
If you are running Linux, installing a basic server is a piece of cake on modern distros. If you are running Windows, XAMPP (http://www.apachefriends.org/en/xampp.html) makes it just as easy. |
|
|
|
|
|
Myst
|
Posted: Tue Jan 29, 2008 11:05 am Post subject: RE:PHP tool? |
|
|
i thank you, now i can finally start learning the code ^_^ |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Myst
|
Posted: Thu Feb 07, 2008 8:42 pm Post subject: RE:PHP tool? |
|
|
hate to be a bother but i can't figure out how to use the web server on my computer. So i was wondering where i can register a site for free that can use php. |
|
|
|
|
|
Dragan
|
|
|
|
|
|