Viewing 1 replies (of 1 total)
  • php variable naming rules:

    PHP Naming Conventions and Rules
    Variable names can contain any combination of letters, numbers and the underscore symbol (_). A variable must begin with either a letter or the underscore symbol and can not contain any blank spaces.

    i.e. $camp-blog_cat_ID is not a valid varaible name; try to rewrite it as $camp_blog_cat_ID

Viewing 1 replies (of 1 total)
  • The topic ‘error w/ displaying post from specific category’ is closed to new replies.