Recent content by adam.robertson

  1. A

    I need a web host that allows subdomains and addon domains to have their own

    root html directorites...? Unlike typical shared hosting that make subdomains and addon domains folders within the root public_html directory (e.g. subdomain.maindomain.com is the same as maindomain.com/subdomain), I'm looking for something that allows me to have separate root html directories...
  2. A

    I'm trying to build my first PHP website and have a question.?

    I'm using <?php $thisPage= to automatically fill the page title, meta tags, and active state of my navs. However, I'm including 2 navs (a main and a sub) and I'm not sure how to have 2 pages for the <?php $thisPage=. This doesn't work: <?php $thisPage="page1","page2"; ?> Any help?
Back
Top