+ Reply to Thread
Page 1 of 4
1 2 3 ... LastLast
Results 1 to 10 of 36

Thread: PHP Vs AJAX

  1. #1
    Newbie Megrisoft is an unknown quantity at this point Megrisoft's Avatar
    Join Date
    Oct 2007
    Posts
    2

    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. #2
    Lop
    Lop is offline
    Speaks fluent binary Lop has a spectacular aura about Lop has a spectacular aura about Lop's Avatar
    Join Date
    May 2006
    Posts
    1,179
    How can you say PHP vs AJAX when most AJAX developers use PHP to create AJAX?

    What is your question?
    Lop

  3. #3
    Moderator Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan is a splendid one to behold Jaan's Avatar
    Join Date
    Dec 2006
    Location
    Estonia
    Age
    18
    Posts
    2,069
    Blog Entries
    9
    who knows.. who knows...
    Get A Cheap Top Level Domain, COM and NET domains only for $7.95 - Get Yours Now!
    Trill Hosting - Cheap SSL, Cheap Web Hosting, Register Cheap Domains, Cheap Blog Hosting
    www.trillhosting.com | support@trillhosting.com
    Hosting Plans | Write To Us | Support | Client Area | About Us

    CodeCall Blog | CodeCall Wiki

  4. #4
    Learning Programmer fahlyn is an unknown quantity at this point fahlyn's Avatar
    Join Date
    Nov 2007
    Age
    26
    Posts
    35
    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

  5. #5
    Programmer mikelbring is an unknown quantity at this point
    Join Date
    Jul 2008
    Location
    Nebraska
    Posts
    115

    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.

  6. #6
    Lop
    Lop is offline
    Speaks fluent binary Lop has a spectacular aura about Lop has a spectacular aura about Lop's Avatar
    Join Date
    May 2006
    Posts
    1,179

    Re: PHP Vs AJAX

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

  7. #7
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,698
    Blog Entries
    57

    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).
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #8
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    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.

  9. #9
    Newbie adserverexpert is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    20

    Re: PHP Vs AJAX

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

  10. #10
    Newbie Fozzy will become famous soon enough
    Join Date
    Oct 2008
    Posts
    19

    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)!

+ Reply to Thread
Page 1 of 4
1 2 3 ... LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. PHP 4 end of life announcement
    By Jordan in forum News
    Replies: 4
    Last Post: 08-30-2007, 09:55 AM
  2. AJAX Evolved
    By Jordan in forum JavaScript and CSS
    Replies: 0
    Last Post: 09-09-2006, 01:12 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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