php - Prevent redirection to home page -


i have php website under development. website url http://www.iarlive.in . hosted on net4.in . on righthand side of page, have graphs displayed in iframe when click on links. working few days ago. had checked on 4 august 2016. unfortunately, when click on links graph not shown instead gets redirected home page. have verified problem not related iframe.

can me?

thanks

sachin

you have not mentioned here, whether using php framework or not, on basis of it, here have come below suggestion.

step 1, try undo code did before 4 august or code tested last time on live server , working fine.

step 2, debug using php functions exit(); , etc on each page.

step 3, uncomment javascript files if have header.php or footer.php files ..

hope helps or let me know further.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -