![]() |
print or echo exits page - 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: print or echo exits page (/showthread.php?tid=59455) |
print or echo exits page - El Forum - 10-07-2013 [eluser]Unknown[/eluser] Hello, if I tryes to use print or echo in my controllers or models all output after this line will be blank (probably no more lines are executed). I have used Codeigniter in many sites and never experienced this problem. Now I cannot output any values for test. How can I solve this problem? /Pelle |