php in textblock problem in mozilla / chrome
-
I have to get many content with php, which i want to integrate on different pages (soccerteams).
This content is based on different filters.
How can i execute php within a textblock, i have tried different plugins, it seems that mozilla and have troubles with this, on ie it seems to be good.If i try to put it directly in mozilla or chrome there is a good result, only on my site it has troubles.
Below direct in chrome/mozilla is good.
http://www.wedstrijdprogramma.com/wedstrijden.php?referer=www.unitas59.nl&week=1&integratie=1&no_stats=1&info=Afge@&kolom=datum|team_thuis|team_uitAny suggestions?
This i have to put in, but with many different filters:
<? echo file_get_contents(“http://www.wedstrijdprogramma.com/wedstrijden.php?referer=www.unitas59.nl&week=1&integratie=1&no_stats=1&info=Afge@&kolom=datum|team_thuis|team_uit”);?>
The topic ‘php in textblock problem in mozilla / chrome’ is closed to new replies.