Jump to content
The Uniform Server Community

tomk358

Member
  • Posts

    3
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows Vista

tomk358's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ah! Thanks so much.
  2. Ok, so I've got index.php in the body of that document I have the following: <? include("topnav.php");?> Then I have topnav.php with just some text to test. When I view index.php on localhost through uniserver, it doesn't include the content from topnav.php, as it would on my ISP's webserver. Ideas?
  3. I have a site that I'm trying to run locally with uniform server, and am having issues. For some reason I can't get my include() statements in php to work. They just come through as text, rather than get interpreted as php scripts. The includes are all .php files. I tried adding "allow_url_include = on" to both the php.ini file in my site's top directory, and adding it to the main php.ini, but neither worked. I tried running uniserver as a service, and as a process, that also didn't work. Any ideas?
×
×
  • Create New...