Jump to content

php not parsing?


tservice

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.