arunajasmine 0 Newbie Poster

Hi everyone,

I am doing my application and running it in my browser as

http://localhost/FormBuilder/index.php/controllername/action
eg..
http://localhost/FormBuilder/index.php/forms/view/1/5/Invitee
results the correct page. which is generated bby using the datas in my Database.

But if i tried to use like
http://myipaddress/FormBuilder/index.php/forms/view/1/5/Invitee

only some parts are retrieved from my database.WHy so ?? Please suggest me.. My application is done using Cakephp , Mysql