This shouldn't be too hard I hope
I use the format index.php?art=______
where art points to the pathname and file of the selected article, without the extension. I want to take the file and just drop its contents into the output (ie: print("yadda yadda"). I'm not too experienced with PHP, I figured the best way to do this would be to use the file commands. How would I do this, or is there a better way? Thanks
I use the format index.php?art=______
where art points to the pathname and file of the selected article, without the extension. I want to take the file and just drop its contents into the output (ie: print("yadda yadda"). I'm not too experienced with PHP, I figured the best way to do this would be to use the file commands. How would I do this, or is there a better way? Thanks