<?php
$myName = "prodigy"; // This declares my name AS prodigy
echo $myName; // This prints the variable stored for myName, easy right?
?>
<?php
$myName = "prodigy"; // This declares my name AS prodigy
echo "My name is ".$myName."!"; //outputs My name is prodigy!
?>
EvilThoughtz said:This is about the most easiest PHP tutorial i've viewed in my days, If you want to learn some serious PHP . Just PM me.
EvilThoughtz said:This is about the most easiest PHP tutorial i've viewed in my days, If you want to learn some serious PHP . Just PM me.
.sLeepyK0z.. said:Not much of a coder but I'll keep this in mind if I wish to go this way with coding. Nice tut bro
iTool said:.sLeepyK0z.. said:Not much of a coder but I'll keep this in mind if I wish to go this way with coding. Nice tut bro
Err, programming*
You do not codegram, you program! :unsure:
@OP
Yeah, most PHP is basic and simple like this. Hopefully a new member will find it useful.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?