alankeys
11-08-2016, 07:48 PM
I have called a php include as follows but it doesnt seem to work...
<?php
include '../cms/blog.php?id=41234';
?>
quite confused because the link within a href works fine... eg
<a href="www.site,com/cms40/blog.php?id=41234">article</a>
Can someone put me right ... Cheers
i tried to use $_GET['id']=
but no success..
any help appreciated.
<?php
include '../cms/blog.php?id=41234';
?>
quite confused because the link within a href works fine... eg
<a href="www.site,com/cms40/blog.php?id=41234">article</a>
Can someone put me right ... Cheers
i tried to use $_GET['id']=
but no success..
any help appreciated.