![]() |
help please! i can't pass the data to views - 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: help please! i can't pass the data to views (/showthread.php?tid=35646) |
help please! i can't pass the data to views - El Forum - 11-05-2010 [eluser]dadamssg87[/eluser] Hi, I'm trying to go through the tutorial and i can not pass the $data variables to views. I have no idea whats going on. I am using MAMP. here is my controller Code: <?php and here is my view Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" and i'm getting this error Quote:<h4>A PHP Error was encountered</h4> any help would be MUCH appreciated! Thanks in advance! help please! i can't pass the data to views - El Forum - 11-05-2010 [eluser]dudeami0[/eluser] Code: function index() That might fix your problem :p Not 100% sure, but its worth a shot. help please! i can't pass the data to views - El Forum - 11-05-2010 [eluser]InsiteFX[/eluser] Code: function index() Make sure also that short tags are turned on! InsiteFX |