How do i achieve do javascript postback with PHP

Discussion in 'PHP' started by parkerproject, Aug 3, 2009.

  1. #1
    Hi
    Am confuse on how to implement javascript _do postback function in my PHP
    I want it to be similar to this http://rentzilla.com/RentalInfo/RentalListing.aspx?AreaID=529

    whereby you can filter data without leaving the page.is this possible ?can someone guide me?
    The site about uses ASP.NET but I want mine to be PHP.

    sorry no code because don't know how to implement it

    cheers
    guys
     
    parkerproject, Aug 3, 2009 IP
  2. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    _doPostback is specific to .NET. It's what their system uses automatically, behind the scenes. There is no easy way to do the same in PHP. Anyway, looks like you're new to PHP, and should just pick up a book of some kind first before trying to create your own scripts.
     
    premiumscripts, Aug 3, 2009 IP