hi,
Does anyone know the differences between Php and Python? Server-side scripting language versus just plain scripting language, whats the difference? Do these two languages work the same way? Thankx in advance.
PHP and python are just two different languages. Both are just plain scripting languages. Whether a scripting language is considered client-side depends on the availability of the language on the client-side machine. On web sites, JavaScript is considered a client-side language because it is a fairly safe assumption that the language will be available. "Client-side" and "server-side" are not official classes of languages.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.