Not sure if this is right group for info on...

J

Jack

Hi,

Not exactly sure but I'm looking for assistance in PHP and couldn't
locate any specific PHP newsgroup so I figured next best thing would be web
design.

I'm having trouble with a piece of code that returns an error, if any one
can help I'd greatly appreciate it.

Code on line 69:
if (preg_match ($_SERVER["DOCUMENT_ROOT"] . "/items/home/",
$_SERVER["SCRIPT_FILENAME"])) {
$color = "#000000";
$color2 = "#111111";
}


Error:
Warning: Unknown modifier 'h' in
/home/shares/web/superstore/www/phpinc/banner.php on line 69

Thank you in advance and once again in help in solving this code or leading
me to a proper newsgroup would be appreciated!
 
D

David Bartosik - MS MVP

The Microsoft newsgroups are product specific, this one is for users of
Publisher. More specifically users of Publisher using it for web pages. The
forum titles read left to right, product then functionality. Microsoft has
ASP and ASP.NET so you won't find anything for PHP in the Microsoft
Community.
Suggest you google for PHP forums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top