InstantRails

Hi

I have installed InstantRails in my localhost. i can able to run ruby on rails apllication. but i saw a folder for php and phpmyadmin in InstantRails.

      i have doubt about php. we can possible to run php and phpmyadmin with rails.(or)       its not possible? why they gave php and phpmyadmin folder in InstantRails. please let me know clearly.

thanks, karthik.

hi,

yes u can surely run php using Instant rails. You have to just create a your project folder in WWW folder present in instant rails. After that , go to the browser and type http://localhost/project-folder name/filename and you will find that your php file working.

For running phpmyadmin you have to write http://localhost/mysql/ in the browser. They have give php option in instant rails because basically when instant rails starts APACHE server also starts working with it and php codes run on apache server.

i hope this will clear your doubt.

Regards, Vivek

Vivek, I would be thrilled to be able to run PHPAdmin on my Windows XP computer and I was hoping this thread would get me closer to that goal. Can you speak to this topic? Thank you, Kathleen

karthik reva wrote:


Hi
I have installed InstantRails in my localhost. i can able to run ruby on
rails apllication. but i saw a folder for php and phpmyadmin in
InstantRails.
i have doubt about php. we can possible to run php and phpmyadmin
with rails.(or)
its not possible? why they gave php and phpmyadmin folder in
InstantRails.
please let me know clearly.
thanks,
karthik.

Phpmyadmin is used in InstantRails for managing the database and it does work. Apache is also there primarily for use by phpmyadmin. I do not know about the php directory but I imagine it is there for support of phpmyadmin.

Norm