Php problem
-
I have a Php problem
I have
<?php if (is_user_logged_in()){
echo “Welcome to RevolutionPicks”;
}
else {}I want something like
<?php if (is_user_logged_in()){
echo “Welcome to RevolutionPicks”;
}
else {
<?php get_loginhere(); ?>
}
loginhere.php is the name of the document i have the form saved to.Let me know if you see what I am doing wrong… thanks.
-
Well, to start with, you’re in the wrong forum. This forum is for blogs hosted at wordpress.COM and we do not have access to the php files here. Head over to http://wordpress.ORG/support/
- The topic ‘Php problem’ is closed to new replies.