#1
| |||
| |||
PHP Vs AJAX I am software developer. I want to create my own site. But the problem is that I only know C, C++, JAVA, C# and VB.NET. I know I can't develop a website using this all languages and so I am looking for some alternative. While googling I found PHP and AJAX. What is the difference between PHP and AJAX? Which one is better for website creation? |
#2
| |||
| |||
Re: PHP Vs AJAX PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP is free software. On the other hand, AJAX stands for Asynchronous JavaScript and XML. It is based on JavaScript and HTTP requests. It isn't a programming language, but a way to use existing standards. |
#3
| |||
| |||
Re: PHP Vs AJAX PHP PHP, short for Hypertext Preprocessor, is a widely-used open source general-purpose scripting language that is especially designed for web development to produce dynamic web pages and can be embedded into HTML. PHP has evolved to include a command line interface capability and can also be used in standalone graphical applications. AJAX AJAX, short for Asynchronous JavaScript and XML, is a group of interrelated web development techniques used on the client-side to create interactive web applications or rich Internet applications. AJAX is a development technique for dynamically updating the content of a site without doing full page refreshes. |
#4
| |||
| |||
Re: PHP Vs AJAX AJAX depends on the client-side. So it's much more volatile than anything you do server side. You can use both PHP and AJAX for running your website effectively. PHP and Ajax goes hand-in-hand for scalable web development. The only difference is PHP is a server side language and AJAX is a client side language. |
![]() |
|
Tags: ajax, php |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
what is ajax? | carmelmonteverdeinn | Software Development | 1 | 28-07-2010 11:34 AM |
jQuery AJAX vs. Adobe AIR AJAX Class | Agaev | Windows Software | 5 | 06-07-2010 01:59 PM |
AJAX RSS Reader in PHP | Vandam | Software Development | 4 | 25-02-2010 04:16 AM |
What is Ajax DotNet? | Pratim | Software Development | 4 | 06-02-2010 06:09 AM |
What is AJAX in Asp.net ? | Braze | Software Development | 5 | 14-01-2009 06:35 PM |