The Daily Click ::. Forums ::. Misc Chat ::. PHP Course
 

Post Reply  Post Oekaki 
 

Posted By Message

Steve Harris

Codito Ergo Sum

Registered
  28/01/2002
Points
  2032

Has Donated, Thank You!VIP MemberGOTM JULY - 2009 - 3RD PLACE!Hasslevania 2!Wii OwnerChristmas Tree!GOTW Winner January 2011!
5th October, 2003 at 10:58:42 -

Hey everyone,

If you wish to learn PHP and MySQL sign up at http://www.klik-academy.com/phpcourse.php

Theres a link at the bottom of the box.... oh and you must be a member of Klik Academy to participate


Neo

 
http://www.create-games.com/project.asp?view=main&id=927

www.steveharris.info
www.useful-by-design.co.uk
www.aellamassemailer.com
www.turningthetide.info

RapidFlash

Savior of the Universe

Registered
  14/05/2002
Points
  2712
5th October, 2003 at 11:16:16 -

I'll sign up. I'm learning PHP via a book by now when I feel like it.

 
http://www.klik-me.com

Deleted User
7th October, 2003 at 04:05:35 -

PHP rules! I have studied it about an year.

 

OneEyedParrot



Registered
  06/10/2003
Points
  174
7th October, 2003 at 20:16:34 -

i attempted to learn it from a book. didnt work out too well. im willing to try again! glad theres something to do... i always feel bad when i give up on a language

Image Edited by the Author.

 
"Wasted Away Again..."

RapidFlash

Savior of the Universe

Registered
  14/05/2002
Points
  2712
7th October, 2003 at 20:43:06 -

I'm going to renew the PHP book I have. PHP is such an awesome language.
<?php
print "PHP is such an awesome language";
$var = 2;
if $var == 2 then
print "I am about to be owned by people who actually know PHP";
?>
I'm sure there's a mistake or two there.

 
http://www.klik-me.com

Steve Harris

Codito Ergo Sum

Registered
  28/01/2002
Points
  2032

Has Donated, Thank You!VIP MemberGOTM JULY - 2009 - 3RD PLACE!Hasslevania 2!Wii OwnerChristmas Tree!GOTW Winner January 2011!
8th October, 2003 at 02:23:01 -

<?php
print "PHP is such an awesome language";
$var = 2;
if ($var == 2) {
print "
I am about to be owned by people who actually know PHP";
};
?>




 
http://www.create-games.com/project.asp?view=main&id=927

www.steveharris.info
www.useful-by-design.co.uk
www.aellamassemailer.com
www.turningthetide.info

Steve Harris

Codito Ergo Sum

Registered
  28/01/2002
Points
  2032

Has Donated, Thank You!VIP MemberGOTM JULY - 2009 - 3RD PLACE!Hasslevania 2!Wii OwnerChristmas Tree!GOTW Winner January 2011!
8th October, 2003 at 02:25:57 -

lol it nicked my html break point (br) and moved it down a line!

 
http://www.create-games.com/project.asp?view=main&id=927

www.steveharris.info
www.useful-by-design.co.uk
www.aellamassemailer.com
www.turningthetide.info

Joshtek

Administrator
The Archivist

Registered
  02/01/2002
Points
  3723

Game of the Week WinnerHas Donated, Thank You!Mr BallPicture Me This Round 50 Winner!
8th October, 2003 at 05:45:50 -

I might do it, cos I am kinda self-taught PHP

 
:: Joshtek ::


Oreos? GO! OREOS!

Deleted User
8th October, 2003 at 06:16:12 -

Hi! Little tip:
If you wish to run PHP files at your own computer, you don't need complicated apache or other server program. Use OmniHTTPd. (http://www.omnicron.ca/) You can define your own virtual server, run PHP, perl and ASP scripts with your own computer. Making PHP scripts is easy with that tool, because you can test them immediately. You don't even need permanent connection!

Image Edited by the Author.

 
   

Post Reply



 



Advertisement

Worth A Click