PDA

View Full Version : Simple If Statement


Booost This
12-01-2010, 06:36 PM
I am trying to make it so that if a user is unregistered then they get forwarded to the forum section of my VB4 page. If they are registered then they get sent to the CMS page.

I already located the code in the index page. Just don't know the variables for the VB back end to write the script.

* Use the CMS as the default script:
*/

require('content.php');


/**
* Use the forum as the default script:
*/

// require('forum.php');

Any help would be appreciated.