Welcome Guest, Not a member yet? Register   Sign In
variables
#2

Use the equal sign.

$myvar = "Basic php knowledge".
This will set the value of the variable.

To read the value, you can do this:
$myvar2 = $myvar
In php, echo $myvar2; will output the value.
Reply


Messages In This Thread
variables - by darsampath - 11-20-2016, 09:38 PM
RE: variables - by Wouter60 - 11-21-2016, 04:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB