My code looks like this:
$sql = "SELECT Id, Name, Content FROM ContentMetas";
$res = mysql_query( $sql );
$metas = mysql_fetch_assoc( $res );
return $metas;
So when I use this:
Connected!
Warning: include(): open_basedir restriction in effect. File(/industry/industrydate_21.txt) is not within the allowed path(s): (D:/Inetpub/vhosts/theharlowreport.com\;C:\Windows\Temp\) in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php on line 137
Warning: include(/industry/industrydate_21.txt): failed to open stream: Operation not permitted in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php on line 137
Warning: include(): Failed opening '/industry/industrydate_21.txt' for inclusion (include_path='.;.\includes;.\pear') in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php on line 137
The Harlow Report-GIS
2021 Edition
ISSN 0742-468X Since 1978 On-line Since 2000
GIS News Snippets
For the week of January 1, 1970
Warning: include(news_21.php): failed to open stream: No such file or directory in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php on line 222
Warning: include(): Failed opening 'news_21.php' for inclusion (include_path='.;.\includes;.\pear') in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php on line 222
Industry News
In Government
Fatal error: Uncaught Error: Call to undefined function mysql_query() in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php:251
Stack trace:
#0 {main}
thrown in D:\Inetpub\vhosts\theharlowreport.com\httpdocs\2020\index.php on line 251