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
_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.