Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

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

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2009-06-18, 09:25 PM   #1
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
Old 2009-06-18, 10:09 PM   #2
kenny
No matter how good you are at something, there's always about a million people better than you
 
Join Date: Nov 2005
Posts: 233
Quote:
Originally Posted by rooty View Post
php is the easiest thing to learn ever...

I don't know if all of its easy I've been struggling to grasp this stuff about classes and objects:

http://us.php.net/oop

I admit I'm new to PHP and I am no real programmer in any language.. but damn it makes no sense. (Looking at it on and off for a couple days when I have time. Perhaps it will click soon enough I'm usually slow to catch on )

Last edited by kenny; 2009-06-18 at 10:11 PM..
kenny is offline   Reply With Quote
Reply


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 03:14 PM.


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