Code: Select all
<input type="text" size="16" name="username" value="Username" onFocus="this.value='';">Code: Select all
<input type="text" size="16" name="username" value="Username" onFocus="this.value='';">Code: Select all
<?php
preg_replace("/not foo/i","hello","one two three foo");
?>Code: Select all
<?php
$out = preg_replace("a","a \\something","aaaaaaaaa");
?>Code: Select all
<?php
extract($_POST);
?>