Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Search Today's Posts Mark Forums Read

View Poll Results: Server-side programming language?
PHP 19 63.33%
ASP 0 0%
RUBY 0 0%
Other - Specify 2 6.67%
Perl 5 16.67%
Python 4 13.33%
Voters: 30. You may not vote on this poll

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2009-06-18, 09:25 PM   #12
rooty
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
rooty's Avatar
 
Join Date: Sep 2008
Posts: 51
php is the easiest thing to learn ever...

as a starter ones you get a hang of loops & database connectivity it becomes very very handy

oh and if you choose to use it please don't be another idiot that do things the stupid way

PHP Code:
<?
$title 
"my sexy title";
$name "rooty";

echo 
"<html>
<head>
<title>"
$title ."</title>
</head>
<body>
blah blah some text and " 
$name " loves php
</body>
<html>"
;

?>
this is so much quicker

PHP Code:
<?

$title 
"my sexy title";
$name "rooty";

?>
<html>
<head>
<title><?=$title?></title>
</head>
<body>
blah blah some text and <?=$name?> loves php
<body>
<html>
__________________
Nothing to see here really - My boring blog
rooty is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:05 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc