Hello
I am trying to modify a wordpress pluging, so instead of using some iframe tags, to use file use content.
Pls Help. Here - the first commented line is how the script used to be (and working), and the second is what I am trying to build...
Can you pls. advise, or need the whole code?
thank you
// iframe tag zusammen bauen
//$res='<iframe class="wpf-iframe" src="'.plugins_url( 'wp-forecast-show.php?wpfcid='.$id.'&header=1' , __FILE__ );
$res= file_get_contents ("http://http://www.vremeanet.ro/wp-content/plugins/wp-forecast/"'wp-forecast-show.php?wpfcid='.$id.'&header=1' , __FILE__ )');