Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → PHP
PHP
2004-04-23, 4:29 PM #1
How do you do php code our what ever it is.
I thought it is with command prompt

------------------
Ross
Ross
2004-04-23, 4:31 PM #2
Hmmm..? You really need to read the FAQ at www.php.net.

------------------
http://www.mentatmm.com (Status = Down :/)
2004-04-23, 7:05 PM #3
I code it with `echo "code goes here" >> file.php`.... [http://forums.massassi.net/html/wink.gif]

------------------
I used to believe that we must fight the future, lest change come without our consent. I was wrong. The truth is that we must embrace the future, for only with change can we remain the same.
And when the moment is right, I'm gonna fly a kite.
2004-04-23, 7:18 PM #4
Now that's hard core.
2004-04-23, 7:57 PM #5
PHP, or "PHP: Hypertext Preprocessor" (yeah the first letter of the acronym is the acronym itself) is a web-scripting language. What it does is allow you to make webpages that are a lot more interactive than they could be if you just used HTML. Using PHP, you can make news scripts, image uploading scripts, even entire forums if you wanted to.

In order to use PHP on your website, you need a server that supports it. If you are hosting your own website, PHP can be downloaded and installed for both Apache and Windows IIS. If your website is hosted elsewhere, your host should have a FAQ that will tell you if you can use PHP on your site or not.

Webmonkey is a good place to get started if you are looking for PHP tutorials. If you know how to use IRC (Internet Relay Chat) you can visit #php on either irc.efnet.net or irc.holonet.org for help as well.

------------------
And everything under the sun is in tune, but the sun is eclipsed by the moon...
DSettahr's Homepage | Cantina Cloud | Rally NY
2004-04-23, 7:59 PM #6
I've contemplated writing forums in PHP...

I can never bring myself past contemplating it though...

It's a tad bit more of an undertaking than previous stuff I've done like news scripts...
2004-04-23, 8:02 PM #7
The phpBB forums were written in PHP, although they require an external database.

------------------
And everything under the sun is in tune, but the sun is eclipsed by the moon...
DSettahr's Homepage | Cantina Cloud | Rally NY

[This message has been edited by DSettahr (edited April 23, 2004).]
2004-04-23, 8:08 PM #8
Of course any PHP board I'd ever attempt would have to use MySQL.

I use MySQL as the database for my site's news script. I really need to write a MySQL based login system for it too. Right now it just uses a really simple and sloppy cookie-based system. I'm the only one who uses it though, so I'm not in too big of a hurry to bother with changing it.

Oh yeah, and I use YaBBSE(Well, use meaning they're there. They don't get used really, lol) too, which uses PHP and MySQL as well.

[This message has been edited by Darth (edited April 23, 2004).]
2004-04-24, 10:20 AM #9
Perl uses command prompt.


*cough*PHP forums*cough*Zcom2*cough*pwn*

------------------
Sigs are for n00bs.

[1337 FRNDS_Pommy | 3.14 of 14 | ยป And-GTx2]
Half-Life 2 Central - your definitive source for everything HL2!
一个大西瓜
2004-04-24, 11:23 AM #10
Yeah right... are the Zcom2 forums ever going to be finished? [http://forums.massassi.net/html/tongue.gif] [http://forums.massassi.net/html/wink.gif]

------------------
And everything under the sun is in tune, but the sun is eclipsed by the moon...
DSettahr's Homepage | Cantina Cloud | Rally NY

[This message has been edited by DSettahr (edited April 24, 2004).]

↑ Up to the top!