Closed Thread
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 36

Thread: PHP Vs AJAX

  1. #1
    Megrisoft's Avatar
    Megrisoft is offline Newbie
    Join Date
    Oct 2007
    Posts
    2
    Rep Power
    0

    Arrow PHP Vs AJAX

    My name is Adam. I am PHP Developer from Megrisoft.com. I just found this forum while searching in google. I hope to take part in discussions and to be active member in this forum.

    There is no such thing as an AJAX server.

    AJAX is a technology that runs in your browser. It uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

    Give me more info if you have dear..

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    How can you say PHP vs AJAX when most AJAX developers use PHP to create AJAX?

    What is your question?

  4. #3
    Jaan Guest
    who knows.. who knows...

  5. #4
    fahlyn's Avatar
    fahlyn is offline Learning Programmer
    Join Date
    Nov 2007
    Posts
    35
    Rep Power
    0
    Quote Originally Posted by Megrisoft View Post
    There is no such thing as an AJAX server.
    Bold statement. This post has lost me. Was there a question in there or was it simply informative?
    Visit My Google Group Here: Web Development Innovation

  6. #5
    mikelbring is offline Programmer
    Join Date
    Jul 2008
    Location
    Nebraska
    Posts
    118
    Rep Power
    0

    Re: PHP Vs AJAX

    I don't know what point this guy is trying to make so I'll make one. A lot of people consider ajax an actual stand alone programming languages but it is not, like stated in his post it is just a way to use different techniques. Ajax uses mostly javascript which is the language. Ajax is just the actual functions and technique of using javascript a certain way.

  7. #6
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    Re: PHP Vs AJAX

    mikelbring, you are absolutely correct. Except AJAX needs to use a little more than JavaScript, for example - PHP.

  8. #7
    Join Date
    Jul 2006
    Posts
    16,466
    Blog Entries
    74
    Rep Power
    143

    Re: PHP Vs AJAX

    PHP is a server-side scripting language. It can fulfill one of the requirements for being able to use AJAX in a website. AJAX is a development technique for dynamically updating the content of a site without doing full page refreshes. It requires a mixture of JavaScript and a server-side scripting language (such as PHP, ASP, ASP.NET, ColdFusion, CGI, etc).
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: PHP Vs AJAX

    It shouldn't be PHP Vs AJAX, it should be PHP and AJAX. PHP works together with JavaScript to create Ajax. It really isn't a language of its own but rather a use of 2 languages working cooperatively to create some nice web 2.0 effects.

  10. #9
    Join Date
    Sep 2008
    Posts
    20
    Rep Power
    0

    Re: PHP Vs AJAX

    ya morefood its correct only. ajax combined fo javascript and xhtml

  11. #10
    Fozzy is offline Newbie
    Join Date
    Oct 2008
    Posts
    19
    Rep Power
    13

    Re: PHP Vs AJAX

    Well, PHP vs AJAX is redundant, as said in an earlier post. AJAX is a somewhat newer version of PHP. It's like you have two toy race-cars, and on the first one, you develop a smooth graphite mixture. Now, you go to the shop and decide to buy some regular graphite. When you get home, you take the graphite mixture and the regular graphite and apply them both onto the same car (the second one). Now, your second car runs just as car one, but since you added another mixture, you boosted it's efficiency.

    Now, AJAX and PHP are just like this: your basic PHP/MSQL page is car one, PHP is the graphite mixture, AJAX is your second car, and Javascript is your regular graphite mixture. When you apply just PHP to AJAX, it's basically PHP with some addons. But, if you apply PHP as well as Javascript, it will become more unique than just a PHP language with addons, etc.....

    Hope this was helpful (and understandable)!

Closed Thread
Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SQL and AJAX
    By Jubal in forum PHP Development
    Replies: 23
    Last Post: 02-02-2009, 01:45 AM
  2. Ajax Pop-Up
    By Divya in forum AJAX
    Replies: 2
    Last Post: 01-07-2009, 08:06 PM
  3. .Net and Ajax
    By smithcarvo in forum ASP, ASP.NET and Coldfusion
    Replies: 2
    Last Post: 08-29-2008, 02:39 AM
  4. Will Ajax still be Ajax?
    By jessje in forum AJAX
    Replies: 3
    Last Post: 08-08-2008, 08:01 PM
  5. Need some AJAX help
    By Perro88 in forum AJAX
    Replies: 4
    Last Post: 02-14-2008, 03:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts