richard
Hi, is it possible to use php directly in the code?

I want to use a dynamic call to an url, but it's not working.
I have tried it with <php  ..  ?> and without...

The code works in a different CMS system, but I'd like to change to Microweber. The code is quite simple:

$shopurl = "http://link.togoto.net/$_GET[goto]/";
echo "<iframe height='1085px' width='730px' frameborder ='0'  src='$shopurl'></iframe>";

It gets the [goto] from the referring URL. So the url refers to http://mywebsite/link.php?goto=12923

Any way to get this working?



No comments

You have to log in or register to post a comment: