Welcome, Guest. Please login or register.
September 09, 2010, 09:37:15 PM
Home Help Search Login Register
News: eduLanka online education web site  | HuhHuh HuhHuh HuhHuh?

+  edulanka online Encyclopedia
|-+  IT Education
| |-+  Web Development and Webby Scripts
| | |-+  PHP from Begining
| | | |-+  PHP ??????
« previous next »
Pages: [1] Print
Author Topic: PHP ??????  (Read 137 times)
sathiska
Guest
« on: March 08, 2010, 01:09:53 AM »



PHP Huh server side scripting language Huh?

Basic Syntax to PHP (HuhHuh)


<?php

// Huh? Huh? Huh? HuhHuh

?>


or



<?

// Your PHP code
?>



-------------------------------------------------------------------------------

Save your PHP file as name.php

*name is any name

--------------------------------------------------------------------------------

Example

<html>
<body>

<?php
//comment


?>

</body>
</html>




Example 2

<html>
<body>

<?php
echo "Hello writing PHP";
?>

</body>
</html>
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!