On Feb 20, 2008, at 8:28 AM, [email protected] wrote:

> I would always write his code the following way:
>
> <form method="POST" action=<?php echo '"'.$_SERVER 
> ['PHP_SELF'].'"'; ?> >

I would do something like:

<?php
var $this_page = $_SERVER['PHP_SELF'];

echo "<form method=\"POST\" action=\" $this_page\">";
?>

Andrew

http://www.andrewmaben.net
[EMAIL PROTECTED]

"In a well designed user interface, the user should not need  
instructions."






[Non-text portions of this message have been removed]

Reply via email to