Stupid syntax question: function within if else
-
This produces a syntax error (unexpected T_VARIABLE):
if (... stuff ...) { wpmu_create_blog($domain,?$path,?$title,?$user_id); } else if ...
How do you run a function within if else?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Stupid syntax question: function within if else’ is closed to new replies.