There is a function called ispostback in asp.net. However there isn't one in PHP. You use do it to check if a page is a postback. The snippet of code below will create a PHP ispostback function. Continue reading
The post PHP isPostback Equivalent appeared first on Surfing Success.