PDA

View Full Version : if statement vbtemplates for...


fearfx
10-31-2008, 01:37 PM
What would this type of if statement looked like for vb 3.7 and up... I need the if statement vB style not php. Thanks!

Say I'm editing the blog templates. And want the user with the id=181 to have a diff design than everybody else..

blog.php?u=181

if (whoever's blog you viewing userID == "181")
{
//Do something
}