Xepher.Net Forums

Content => Web Design => Topic started by: Phelerex on September 15, 2005, 04:37:42 AM

Title: php?
Post by: Phelerex on September 15, 2005, 04:37:42 AM
i'm trying to learn php, and i don't have a xepher site yet, and i don't think geocities lets you do php. when i tried, nothing showed up. is there somewhere else i can go to just test stuff out and experiment for free?
Title: php?
Post by: Databits on September 15, 2005, 05:59:49 AM
install an apache server to your computer and install php. Then you simply run the server and write the scripts on your computer.
Title: php?
Post by: Xepher on September 15, 2005, 11:26:28 PM
Installing apache on your own windows computer isn't exactly the easiest thing in the world, but it is doable. Many nifty howtos can be found on google.

As for learning PHP, it's not too difficult if you already know HTML and some basic programming concepts. If you're just worried about having to have a main page here that's PHP (for the newsbox stuff) than don't. It's trivially simple to add a piece of PHP to a regular web page. Anything that's not PHP just gets treated as regular HTML.
Title: php?
Post by: Rindesei on October 02, 2005, 09:01:25 PM
You can create HTML coding on Microsoft Frontpage right, so can you also do PHP with your HTML and still get the preveiw?
Title: php?
Post by: Databits on October 03, 2005, 01:44:19 AM
I wrote a quick installer for Windows Apache and MySQL 4

It will install the software, and services, and works on 98 SE, 2000, and XP. I just need to find a place to put it up.

It has PHP built into it, so all you'd need to do is some minor config changes to the server and you're set.
Title: php?
Post by: otterath on February 22, 2006, 03:14:43 AM
If you have Mac OS X Apache is already conveniently installed.
Title: php?
Post by: yenfa on March 03, 2007, 12:52:51 PM
Why not try EasyPHP software
Title: php?
Post by: fesworks on March 03, 2007, 02:27:52 PM
what's that? like a special program that runs PHP in a virtual state on your computer?
Title: php?
Post by: Databits on March 04, 2007, 10:54:50 PM
No, it's not a virtual anything. You can very well just run the server on your system.