Re: dynamic boxes problem... JS and PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Apr 9, 2008, at 11:09 AM, Jim Lucas wrote:
Ryan S wrote:
Hey Pete,
**
First, you should reply to the list - that way more people could see the links you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the bottom of this email.
**
It looks like there may be a problem with the form tags - when I look at this code I see <form action="process_ecard1.php" method="post" name="mainform"></ form> That looks like you've closed your "mainform" before defining the inputs
**
can you tell me which line you see this? I did a search using that string on top and I couldnt find it... I even did a "form" search and still didnt find both of the form tags side by side..
Thanks again,
R

While we are on the topic of the <form...>...</form> tags, just a side note. It is invalid HTML syntax to have any tag between your

<table><ILLEGAL><tr><ILLEGAL><td> ok here </td><ILLEGAL></ tr><ILLEGAL></table>

But something like:
<table><TR><TD>stuff here</TD></TR></table> is okay right? Just wanted to double check since that's how all my stuff is and it works... but just because it works doesn't mean it's right :)


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424-9337
www.raoset.com
japruim@xxxxxxxxxx




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux