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? Quote Link to comment Share on other sites More sharing options...
Azu Posted July 3, 2007 Share Posted July 3, 2007 PHP not being parsed. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.