tip: you dont need php here simply output plain html with only php where your variable content goes this makes it usually more readable.
On 20 Jul., 19:24, Rafael Marques <[email protected]> wrote: > Hi, > > I would like to know how can i create a table with inputs... something > like: > > <table cellspacing=4 border=0 align=center> > <tr> > <td align=center colspan=8><h2>Geomancer - Soluções em > Geotecnia</h2></td> > </tr> > <tr> > <td>Responsável :</td> > <td colspan=7><input type="text" name="projeto" value="" > maxlength=30></td> > </tr> > </table> > > im trying to work with html->tableHeaders + html->tableCells + form- > > >input, but its not working... > > tnx ;) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
