This question is probably really dumb, but how do I get a html file to successfully call a php file?
I know my php file works because when I call it directly www.example.com/example.php it works, but when I put it in a html file using <? php include('example.php'); ?> it doesn't work. What am I doing wrong?
Thanks
I know my php file works because when I call it directly www.example.com/example.php it works, but when I put it in a html file using <? php include('example.php'); ?> it doesn't work. What am I doing wrong?
Thanks