Suppose I want to display
http://xxxxx.com/xxx/phorum/list.php?f=7
At
http://yyyyy.com/webpage.html
Assume that webpage.html is setup so that php commands in webpage.html are executed. (.html is treated as a php script).
What kind of php command can I use? I tried using symbolic links, but couldn't get it to work, as I need to pass the info ?f=7 somehow.
Thanks!