I cannot wait~
- Nick likes this
Posted by Ritalicious VIP
on 19 August 2013 - 09:34 PM
Posted by Daanie Staff
on 06 August 2011 - 07:35 PM
Posted by Playstyle MVP
on 06 June 2011 - 11:20 AM
Posted by SonicXVe Admin
on 13 May 2011 - 04:11 PM
How far have WSIWYG editors come? It's been a long time since I tried one, but are they still an utter mess on the coding end?
Posted by Rowro
on 13 May 2011 - 10:23 AM
Posted by Rowro
on 07 May 2011 - 02:33 PM
Posted by Rowro
on 04 May 2011 - 12:52 AM
Posted by Savvy
on 03 May 2011 - 08:23 AM
Hello Savvy,
Welcome to GameOn365! Please let us know if you ever have any questions and we'll be happy to help. We look forward to getting to know you. :)
Posted by SonicXVe Admin
on 02 December 2010 - 04:31 PM
Posted by Zawazuki
on 18 March 2011 - 04:46 PM
Posted by Kenny
on 17 April 2011 - 01:42 PM
Posted by Manuel12345
on 05 April 2011 - 03:36 PM
Posted by jason
on 21 March 2011 - 09:00 PM
<?
echo "Hello";
?>
<?
$myvariable = "Hello";
echo $myvariable; //Echo the variable
?>
<?
$myvar = "Welcome";
$var2 = "Hello";
echo $var2 . " and " . $myvar . " to my site.";
?>
<?
$number = '2';
if($number == '1'){ //Curly Braces used for code to be executed
echo "The number is 1!";
} //Make sure Curly Braces are closed
else
{
echo "The number is NOT 1!";
}
?>
<?
function echo_text(){ //Our Function. Take note of curly braces.
echo "Hello Again";
echo "<br />"; //Line Break
echo "Bye!";
}
echo_text(); //Call to the function
?>
Posted by brarei200
on 15 January 2011 - 10:52 AM
Mine is too crappy but I am currently in the process of building a sweet set up, I have to go get the info haha Ill be sure to update this when I get it.
Community Forum Software by IP.Board
Licensed to: Stormjive Interactive