![]() |
Help with simple code!! :) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Help with simple code!! :) (/showthread.php?tid=25005) |
Help with simple code!! :) - El Forum - 11-27-2009 [eluser]ssloxing[/eluser] Hello I'm new to codeigniter and I have just a simple code here blog.php: Code: <?php I use xampp as "home server" and I just get a white page when I running this... Please Need help.. I think this is because of the xampp because it's working with wamp server at another place ![]() /ssloxing Help with simple code!! :) - El Forum - 11-27-2009 [eluser]joeizang[/eluser] ssloxing, why don’t you just do the proper thing and use a view instead of echoing? Code: class Blog extends Controller Help with simple code!! :) - El Forum - 11-27-2009 [eluser]ssloxing[/eluser] [quote author="joeizang" date="1259335938"] Code: class Blog extends Controller I've tryied that to and it doesn't work either :down: ... Help with simple code!! :) - El Forum - 11-27-2009 [eluser]ssloxing[/eluser] Code: <?php ![]() So I don't need any more help, thnx anyway ![]() |