| |
OoT2D dev team signup --, -- officially over LOCK PLEASE
Draco Icebane |
|
Standard Member
![Sprite Comp Winner Badge (1) [*]](https://archive.mfgg.net/html/badges/scg1.gif) ![Sprite Comp Top 5 Badge (4) [*]](https://archive.mfgg.net/html/badges/sct4.gif) ![Drawing Comp Top 5 Badge (1) [*]](https://archive.mfgg.net/html/badges/dct1.gif) ![Music Comp Winner Badge (1) [*]](https://archive.mfgg.net/html/badges/ucg1.gif) ![MFGG Awards 2004 Winner [*]](https://archive.mfgg.net/html/badges/award04.gif)

Group: Banned
Posts: 52997
Member No.: 10
Joined: 13-October 03
Status: (71582612m)
![[XX]](style_images/mfgg2_skin/warn_suspend.gif)

|
| QUOTE (OniLink10 @ Jul 9 2008, 01:15 AM) | | Ok. I have heard that PHP is pretty good. I'll try to find a Tutorial on it once I'm better at HTML. |
A tutorial, you say? http://www.php.netThey have a full documentation on every command in PHP -- they made it, after all -- which should be all you need past the basics. Here's some tips: - In order to use PHP, the web host you are developing on has to have the interpreter installed on a compatible web server. The most popular server to run PHP on is the latest Apache.
- PHP will run from the top line to the bottom line one time, and one time only. This is used to generate an HTML page -- or an image -- which is then sent to the browser, who will not be able to tell the difference. The reason for using PHP is to make editing these HTML outputs much, much easier, since PHP can read from and write to text files and SQL databases.
- PHP has a powerful include feature and comments, both of which you can use to organize code. This is very helpful.
- PHP also supports Regular Expressions (Regex.) When you're comfortable with PHP in and of itself, start studying that -- it's very helpful to maniplate text, such as to add tags. (see: this board's bbCode)
This post has been edited by Draco Icebane on Jul 9 2008, 03:22 AM
|
|
|
Razz |
|
![Happy Heart Badge [*]](https://archive.mfgg.net/html/badges/happyheart.gif) ![Sprite Comp Top 5 Badge (1) [*]](https://archive.mfgg.net/html/badges/sct1.gif) ![Secret Santa Badge [*]](https://archive.mfgg.net/html/badges/present.gif)

Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
| QUOTE | | Also, can GameMaker play Module files? |
I'm pretty sure gm7 can, but since I'm using gm6, you have to use a dll such as jbfmod (Which sucks) or BASS (Which is awesome)
| QUOTE | | I have a pack of LttP instruments in Impulse Tracker format (*.xi) if anybody is interested in trying this. |
I'm not much of a musical person, but if I manage to get some sound artists, I'll be sure to contact you
Once again, thanks for your help
--------------------
Allusion - [||-------- ] 25% completeGridLocked - [||||------ ] 45% completemy blog
|
|
|
OniLink10 |
|

C++ Programmer, Unofficial Physicist, and Unofficial Chemist
![Super Happy Heart Badge [*]](https://archive.mfgg.net/html/badges/shappyheart.gif) ![Secret Santa Badge [*]](https://archive.mfgg.net/html/badges/present.gif)

Group: Members
Posts: 3920
Member No.: 4907
Joined: 19-February 08
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
| QUOTE (Draco Icebane @ Jul 9 2008, 01:22 AM) | A tutorial, you say?
http://www.php.net
They have a full documentation on every command in PHP -- they made it, after all -- which should be all you need past the basics.
Here's some tips:
- In order to use PHP, the web host you are developing on has to have the interpreter installed on a compatible web server. The most popular server to run PHP on is the latest Apache.
- PHP will run from the top line to the bottom line one time, and one time only. This is used to generate an HTML page -- or an image -- which is then sent to the browser, who will not be able to tell the difference. The reason for using PHP is to make editing these HTML outputs much, much easier, since PHP can read from and write to text files and SQL databases.
- PHP has a powerful include feature and comments, both of which you can use to organize code. This is very helpful.
- PHP also supports Regular Expressions (Regex.) When you're comfortable with PHP in and of itself, start studying that -- it's very helpful to maniplate text, such as to add tags. (see: this board's bbCode)
|
Wow, that's pretty interesting, and cool. Does PHP work on Freewebs? I think it does, but I want to check, since you seem to be an expert. Edit: Hmm, it says in the Introduction that PHP is Parsed to HTML on the Webserver, THEN sent to your Webbrowser. If this is true(Which it most likely is), then it's just an easier way to make HTML and is Probably not needed to have a good Website, but is helpful.
This post has been edited by OniLink10 on Jul 9 2008, 12:37 PM
--------------------
| QUOTE (Xgoff @ Sep 10 2009 @ 06:11 PM) | did you try hello's engine
make sure to not ****ing change anything before using it! |
|
|
|
Draco Icebane |
|
Standard Member
![Sprite Comp Winner Badge (1) [*]](https://archive.mfgg.net/html/badges/scg1.gif) ![Sprite Comp Top 5 Badge (4) [*]](https://archive.mfgg.net/html/badges/sct4.gif) ![Drawing Comp Top 5 Badge (1) [*]](https://archive.mfgg.net/html/badges/dct1.gif) ![Music Comp Winner Badge (1) [*]](https://archive.mfgg.net/html/badges/ucg1.gif) ![MFGG Awards 2004 Winner [*]](https://archive.mfgg.net/html/badges/award04.gif)

Group: Banned
Posts: 52997
Member No.: 10
Joined: 13-October 03
Status: (71582612m)
![[XX]](style_images/mfgg2_skin/warn_suspend.gif)

|
| QUOTE (OniLink10 @ Jul 9 2008, 10:17 AM) | | Edit: Hmm, it says in the Introduction that PHP is Parsed to HTML on the Webserver, THEN sent to your Webbrowser. If this is true(Which it most likely is), then it's just an easier way to make HTML and is Probably not needed to have a good Website, but is helpful. |
I already mentioned how this works. Obviously, PHP only sends an HTML output to your clients -- that's all they can read (along with Javascript, of course.) It's impossible to send anything legible other than straight HTML / CSS or a straight image to a common web browser.
However, PHP (along with any other SSL) is literally a programming language. PHP is used to deal with variables in general, cookies, sessions, login data, file uploads, and custom tags. They can read from and write to text files and SQL databases, which is the only way to have variable data that doesn't disappear after a page load. (Not counting Javascript, which can be seen by browsers and also disabled, ruining your page instantly.)
In short, PHP is the server's way of allowing dynamic content without requiring manual editing on the part of the webmaster. It is not just "easier HTML". It's the only way you'll be making user accounts, file uploads, or any news posts that don't require manual editing of the core HTML file.
If you intend to have a user-friendly interface on your site -- for instance, letting your site admins post news updates through the site -- you will have the easiest time doing it with PHP. Dong it in anything else is a pain and completely unnecessary.
Also, whether Freewebs supports PHP or not is irrelevant, because Freewebs is a terrible web host. Freehostia does, though, and they give you a free MySQL database in addition.
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
[ Script Execution time: 0.0877 ] [ 15 queries used ] [ GZIP Enabled ] [ Server Load: 0.50 ]
| |