Welcome Guest [Log In] [Register]



Add Reply
Give me something to do.; See in topic
Topic Started: Jun 15 2006, 06:49 PM (621 Views)
dlf


For some strange reason i've gotten into trying to code PHP. All I can do is SIMPLE BASIC PHP. I do want to improve. Could someone give me something EASY to do. But harder than like:

Code:
 
<?php
$german = "Hallo Welt";
$spanish = "Hola mundo";
$text = $german;
if ($text == $german) {
   echo $german;
}
else if ($text == $spanish) {
   echo $spanish;
}
?>
Offline Profile Quote Post Goto Top
 
ToxicZero


Try coding a CMS. :)
Posted Image
Offline Profile Quote Post Goto Top
 
Val3n
Member Avatar


Yeah! CMS's are the most easiest thing for starters in PHP!
Come on, get real.

Try making a calculator, it's the first thing I made in PHP.
~unholybeing.com
Hey, why not?
Offline Profile Quote Post Goto Top
 
rig
1a5a6a4
Administrators
Code:
 
<?php

echo "Try making an uploading one, or a translator script... e-mail, database editor, calculator... up to you.";

gettowork($dlf,$_job["dlf"])

?>
Posted Image
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · PHP · Next Topic »
Add Reply


Theme designed by Sith of Outline