On Jan 13, 2009, at 1:30 PM, Kyle Terry wrote:



On Tue, Jan 13, 2009 at 10:28 AM, Jason Pruim <japr...@raoset.com> wrote:

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
japr...@raoset.com
616.399.2355




Build yourself a form builder :).
Makes writing a page as east as 1 2 3!

I'm getting there... But it works better for me if I understand how it all works before I try and write software to automate it :)



--
Jason Pruim
japr...@raoset.com
616.399.2355



Reply via email to