Forums / Cotonti / General / PHP

How do i

GypsyGamer
#1 2009-08-02 16:51
How do i make my own PHP Page's?
Trustmaster
#2 2009-08-02 21:59
How about more details of what you want to do?
May the Source be with you!
GypsyGamer
#3 2009-08-03 06:17
l couldn't find where to download the 'SQL' file, so i went in the Sql directory(Did i spell it right?) i clicked on "patch---n---1"(Or something like that) and it said on top "Copy and paste this code
make a page called 'patch.php'" How do i do it?
GHengeveld
#4 2009-08-03 06:51
A .php file is basically a .txt file (you can write it in notepad, dreamweaver or any other flat text editor), which usually starts with <?php and ends with ?>
You save the file with the .php extention (instead of .txt) and upload to your php-enabled webserver to run it. A php file can also contain HTML code (which goes outside of the php starting and ending tags).

Example:
<?php
$text = 'Hello world';
echo $text;
?>
Dyllon
#5 2009-08-03 08:26
it looks like hes more interested in plugin or something along those lines, not so much creating a file himself.

could you explain a little bit more?
We are what we repeatedly do. Excellence then, is not an act, but a habit.
GypsyGamer
#6 2009-08-03 08:57
l don't have a PC so i can't make a page. help me install cotonti, thats all i ask.
Kilandor
#7 2009-08-03 10:13
I'm sorry but, your going to have to have a PC. You can't set it up otherwise, unless your going to pay someone to do it.

Otherwise just look around for a free forum system site