I would be glad to help, but first.. please post properly formated code; the above is not readable at all, there's way too many line breaks. Also, use the "< >" button in the editor to enclose the code in the appropriate formating tags.
Quote
<?php
global
$wpdb
,
$paypali_membership_vars
,
$posted
;
?>
Should for an example read...
Quote
<?php
global $wpdb,$paypali_membership_vars, $posted;
?>
If you are not familiar with common coding standards for PHP, this guide (click me) will give you a decent intro.
- S.



Find content
Not Telling
Display name history