Your global declaration looks like:
<?php;
global $patrolUsers;
global $memfullName
?>
it should be:
<?php
global $patrolUsers, $memfullName;
?>
If that still doesn't work, then I'd have to debug it live with FTP access to see why.
Your global declaration looks like:
<?php;
global $patrolUsers;
global $memfullName
?>
it should be:
<?php
global $patrolUsers, $memfullName;
?>
If that still doesn't work, then I'd have to debug it live with FTP access to see why.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.