View Single Post
  #236  
Old April 8th, 2005, 01:16 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: Othaglot and Cane - Story Thread

You can test php functionality by creating a file named "test.php", adding the following code to it, and uploading it to the server:

Code:
<?php
$hello = "Hello ";
$ds = "Dogscoff.";
echo $hello.$ds;
?>


The output should look like this page.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote