![]() |
problem when using form helper with <table> - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: problem when using form helper with <table> (/showthread.php?tid=36263) |
problem when using form helper with <table> - El Forum - 11-26-2010 [eluser]myselfzjp[/eluser] Hi, when I tried to add a login form today, I mixed php code with html as below. The code works perfect on my local server, but doesnot work when I put it on the public server, the web page only loaded the first line of the following code, the rest wasnot loaded at all. I am new to php and codeigniter, hope someone can help. I am using codeigniter 2, local server is appserv 2.5.10. Environment of public server is Apache/1.3.41 (Unix) PHP/5.2.14 with Suhosin-Patch mod_ssl/2.8.31 OpenSSL/0.9.8n Code: <div class="login_form" id="login_form" style="float:right;"> problem when using form helper with <table> - El Forum - 11-27-2010 [eluser]myselfzjp[/eluser] anyone can help? |