M
mPsK84lYfe
Guest
Well, I'm "converting" my site from using html to using php. I recently discovered that my php includes won't work. For example, lets say I have a directory called "Resources". Under that, I have a file that's named "brushes.php". On the sidebar, I want to use a php include to show the updates to the site.
I first used this:
<?include ("latestupdate.php");?>
Then I tried this:
<?include ("http://www.mysite.com/site/latestupdate.php");?>
I was sure the second one would work but no luck. So any help would be greatly appreciated.
I first used this:
<?include ("latestupdate.php");?>
Then I tried this:
<?include ("http://www.mysite.com/site/latestupdate.php");?>
I was sure the second one would work but no luck. So any help would be greatly appreciated.