PHP/mySQL
Comments Off
Variables in your CSS via PHP
The sights our eyes behold, Will open up our merging hearts, And feed our empty souls. Variables in your CSS via PHP
Comments Off
PHP Copyright – current year
Copyright © < ?php echo date("Y") ?> © 1996-< ?php echo date("Y") ?>
Comments Off
variable syntax and single quotes
O’Reilly Network Safari Bookshelf – Web Database Application with PHP and MySQL, 2nd Edition We recommend using the braces syntax (use curly braces around variable) when including variables in string literals. It makes your code more readable, and saves you the trouble of remembering to escape characters. Single-quoted strings aren’t parsed in the same way [...]
