Code:
mysql_error()
mysql_error()
<?php define( '_JEXEC', 1 ); // access-protected file include 'included/protected.php';
php > $myArr = array("The boat's anchor is \"heavy\"."); php > echo $myArr[0]; The boat's anchor is "heavy". php > $myArr = array('The boat\'s anchor is "heavy".'); php > echo $myArr[0]; The boat's anchor is "heavy".
var reflection-data = object.get-reflection-data var file-handle = file-path.open-for-writing file-handle.write: reflection-data.class-access class reflection-data.class-name { // etc }
// Some HTML file <a href="logout.php">Log Out</a> // logout.php <?php $user->logOut(); ?>
Leave a comment: