tservice Posted June 28, 2007 Share Posted June 28, 2007 I am using wamp 1.7.2 I have downloaded addressbook 3.1 version 3.1.1 for sourceforge. When I connect the page is not being displayed properly. I have tried all versions of addressbook all have ame problem. Here is some of what I am getting. mobile->work $phone = ($myrow["home"] != "" ? $myrow["home"] : ($myrow["mobile"] != "" ? $myrow["mobile"] : $myrow["work"])); $phone = str_replace("'", "", str_replace('/', "", str_replace(" ", "", str_replace(".", "", $phone)))); if ($alternate == "1") { $color = "#ffffff"; $alternate = "2"; } else { $color = "#efefef"; $alternate = "1"; } echo " Is it php not parsing or a mysql connect problem? Link to comment https://forums.phpfreaks.com/topic/57561-php-not-parsing/ Share on other sites More sharing options...
Azu Posted July 3, 2007 Share Posted July 3, 2007 PHP not being parsed. Link to comment https://forums.phpfreaks.com/topic/57561-php-not-parsing/#findComment-288466 Share on other sites More sharing options...
AndyB Posted July 3, 2007 Share Posted July 3, 2007 Sounds like you're trying to run this directly through the browser, instead of via a localhost address Link to comment https://forums.phpfreaks.com/topic/57561-php-not-parsing/#findComment-288468 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.