Link to home
Start Free TrialLog in
Avatar of awarraic
awarraicFlag for United States of America

asked on

PHP page are turning blank and <? disappeared... in Dreamweaver

HP page are turning blank and <? disappeared...
Bookmark:
Hi, I am working on PHP 4 application. When I open the files, I don't see any PHP tags <? anymore. and code turns out to be really weird.
Any thoughts why it's happening?

I have attached sample code how it looks like now.
TY.
Sample code: (no php tags, no formating)
 
register_visitor_actions(new session_visitor()); $client = $cs->load(); $sql = new mysql; $ch = new client_authorization($sql, $client); //$ch->register_admin_callback(new admin_hour_submission_check_callback($sql)); //this is now defined in the privielges block $ch->display_home();

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of vbvb01
vbvb01

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of awarraic

ASKER

Dreamweaver 10.