Posted by Reporter on 07/28/07 16:24
On Jul 28, 9:33 am, Reporter <TruckSaf...@gmail.com> wrote:
> I got the following example fromhttp://www.evolt.org/article/User_Friendly_Forms_in_PHP/20/60144/inde...
> :
>
> echo '<tr><td>First name:</td><td><input type="text" name="first_name"
> value="'.htmlspecialchars($_POST['first_name']).'"></td></tr>';
>
> What purpose do the single quotes serve in
> value="'.htmlspecialchars($_POST['first_name']).'"
>
> I don't mean the single quotes around first_name. I mean the single
> quotes before and after the periods.
Never mind. I figured it out.
Navigation:
[Reply to this message]
|