Re: Php, Rails and ajax

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi,

"rails" is written in the ruby programming language. which has nothing
to do with php. ruby and php are different programming languages that
are used on the server-side of the web. normally you decide on one of them!

ajax in contrast is a way of updating the web browser content without
reloading the currently displayed page; to acheive that, both a client
side and a server-side language are involved.

the client side will be written in javascript (using the xmlhttprequest
object), on the server-side you are free to use any language you want,
php, ruby, java, python, perl, asp, ...

if you want to use php and ajax, maybe check out phpontrax or cakephp.
they are clones of ruby on rails.

phil

---

Jacob Friis Saxberg schrieb:
> Hello again.
> 
> Is it possible to use Php, Rails and ajax via some open source system?
> How do you do it?
> 
> The most important for me is to use Php and ajax.
> 
> Thanks,
> Jacob

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux