PHP Learn Course #1

Variables such as numeric value, word, string that we will use in PHP start with a dollar sign ($). It can consist of the characters AZ, az, 0-9, and _.

$variable = "hello"; // string.
$num = 12; integer.
 
Dude, at this pace.. only the basics of php will make you the highest poster here, beating the usual heavyweights like @proxygo.


P.s., this is B.S. If you really want to make a course, have something helpful lol...
 
Dude, at this pace.. only the basics of php will make you the highest poster here, beating the usual heavyweights like @proxygo.
P.s., this is B.S. If you really want to make a course, have something helpful lol...

and im no where near as prolific as i was 2/3 years ago - middle
age got to me, yup i slowed down. but between 2008 - 2019
no1 could touch me -- and that sounds dirty :D
 
Thank you so much for this, I really appreciate it, but how about you make it ONE post and dump everything there instead of multiple posts?
 
Such knowledge, wow! So, can I run it from a .txt file? What should I do? Double click the txt file? Open it in my browser? Is it a client side or a server side language? :D
 
Back
Top