Hi... after countless hours I'm STILL a newbie and now I've come here for help...
I'm a web designer NOT a programmer, maybe that's part of my problem 😉
I'm trying to add a SIMPLE PHP include (text and image) with PHP on the hosting server...
#1 do I need to have the server scripts in a "special" folder?
#2 do all the HTML pages and the include page (bottom.php) need to be in the same folder as the PHP scripts, ALL with the PHP extension?
#3 my lame attempts error out with "Parse error: syntax error, unexpected T_STRING in..." What could I be doing wrong??? All I've included on the HTML page is <?php include("bottom.php"); ?>
All help would be greatly appreciated! Thanks!