Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

academic question

Status
Not open for further replies.

Sidro

MIS
Joined
Sep 28, 2002
Messages
197
Location
US
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.


Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top