PHP Help

Out of context: Reply #3

  • Started
  • Last post
  • 19 Responses
  • sherm0

    if all you are doing is including files, it could be that your pathing is wrong, but i think it would only kill the page if you use require instead of include.

    then for db connections, typically that won't kill the page either, it just won't connect to the db and the error message would depend on what condition you are trying to catch.

    try to post the code somewhere.

    • Any recommendations where I can paste it?Dancer

View thread