Staredit Network

Staredit Network -> Miscellaneous -> Rexy's is learning...
Report, edit, etc...Posted by RexyRex on 2004-11-22 at 22:09:32
Well, I'm finally found a good (and easy happy.gif) book that taught me PHP. I just got MySQL working today...I just though you'd all like to know.
CODE
<?php

   function addup($a=32,$b=32,$c=32)
   {
     $total = $a+$b+$c;
     echo("$a + $b + $c = $total");
   }
?>

<html> <head> <title>Function Arguments</title> </head>
<body>

 <h3><?php addup(8,16,24); ?></h3>

 <h3><?php addup(8,16); ?></h3>

</body> </html>
Report, edit, etc...Posted by Staredit.Net Essence on 2004-11-22 at 22:15:08
Well... you know more than me about it....

*Good thing this is garbage thread*

Do you know any html... I assume so, I'm just wondering.
Report, edit, etc...Posted by RexyRex on 2004-11-22 at 22:16:51
I am very good at HTML and CSS, PHP is the next level (for me).
Report, edit, etc...Posted by Kame on 2004-11-22 at 23:38:14
rock on...I'm learning C#. I used to know CSS pretty well, and if I think about it I could probably remember it but I haven't needed to use it in awhile, so I lost all my knowledge.
Report, edit, etc...Posted by DT_Battlekruser on 2004-11-22 at 23:54:19
C# is such an obsolete language....
Report, edit, etc...Posted by IsolatedPurity on 2004-11-23 at 03:06:59
Omg... you bought a book? Books are like stupid. I bought a few books and they are just a waste of money. Anything you could possibly want to know, you can find online. You can find ebooks or just help sites. www.php.net or www.phpfreaks.com for the main manual. Besides showing you how to print "Hello World", books don't get too much in depth.
Report, edit, etc...Posted by DevliN on 2004-11-23 at 03:13:58
Was it the book with the llama on the cover?

EDIT:
Wait nevermind, that was the guide to Perl. Silly llamas.
Report, edit, etc...Posted by Mr.Camo on 2004-11-23 at 10:56:39
OMFG YOUR LEARNING PHP I DON'T GIVE A CARE!!!
Report, edit, etc...Posted by getaids on 2004-11-23 at 14:27:08
Well Rexy, I'm not going to lie to you and say that I'm a php god, but I know my way around php so if you need any help, contact me wink.gif
Report, edit, etc...Posted by NeoNightmareX on 2004-11-23 at 14:42:32
blink.gif blink.gif eek.gif im still learning html pinch.gif
Report, edit, etc...Posted by LegacyWeapon on 2004-11-23 at 20:09:42
I quit programming tongue.gif
Report, edit, etc...Posted by Shmeeps on 2004-11-24 at 20:19:53
Hehe, you got the
"PHP in easy steps"
didn't you?

That codes in there, i'm pretty sure.

Also:
48
72
Next Page (1)