On Jan 13, 2009, at 1:26 PM, Robert Cummings wrote:
On Tue, 2009-01-13 at 13:14 -0500, Jason Pruim wrote:
On Jan 13, 2009, at 9:46 AM, Ashley Sheridan wrote:
On Tue, 2009-01-13 at 09:33 -0500, tedd wrote:
At 2:33 PM +0000 1/13/09, Ashley Sheridan wrote:
On Tue, 2009-01-13 at 09:20 -0500, tedd wrote:
I prefer to be specific in my programming :)
What I typically do with self submitting forms is:
<?PHP
$self = $_SERVER['PHP_SELF'];
echo <<<HTML
<form method="post" action="{$self}">
...
</form>
HTML;
?>
But to each his (Or her) own right?
Wow, that's really low level... I haven't written a <form> tag in
years.
So then the question is begged... How do you write your forms? :) If
there's a better way to do it I'm all ears! Other then using CSS...
My HTML knowledge came from the 90's! :P
--
Jason Pruim
japruim@xxxxxxxxxx
616.399.2355