Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by steveracicot

  1. steveracicot

    PHP Error Handling for APache SuExec Server

    Hello, I am running a site on an Apache Server with SuExec configured and PHP pages that do not exist are creating a 500 Internal Server Error. I understand that it is the php interpreter handling the page instead of apache, however how do I configure PHP to not throw a 500 Server Error...
  2. steveracicot

    PHP Error Handling for APache SuExec Server

    Hello, I am running a site on an Apache Server with SuExec configured and PHP pages that do not exist are creating a 500 Internal Server Error. I understand that it is the php interpreter handling the page instead of apache, however how do I configure PHP to not throw a 500 Server Error...
  3. steveracicot

    PHP Error Handling for APache SuExec Server

    Hello, I am running a site on an Apache Server with SuExec configured and PHP pages that do not exist are creating a 500 Internal Server Error. I understand that it is the php interpreter handling the page instead of apache, however how do I configure PHP to not throw a 500 Server Error...
  4. steveracicot

    help with including an html/flash file

    It still does not work. I tried /home/httpd/vhosts/test.com/httpdocs/files/MG-08-22-2003.html and simply files/MG-08-22-2003.html The browser title comes up correctly. So that leads me to believe that it is calling the html file correctly but it seems like it runs out of gas to be able...
  5. steveracicot

    help with including an html/flash file

    So does that mean I have to list the entire path to the file like: /home/httpd/vhosts/test.com/httpdocs/files/MG-08-25-2003.html ??? The reason you got a different error message is because I was making some changes and actually working on it. Steve
  6. steveracicot

    help with including an html/flash file

    the open_basedir reads: /home/httpd/vhosts/test.com/httpdocs:/tmp which is correct. and the files are located here: /home/httpd/vhosts/test.com/httpdocs/files/***** So why is throwing that error? Steve
  7. steveracicot

    help with including an html/flash file

    It is a Linux Red Hat box. with php4.3.1 The files all reside in the files/ folder which is one folder inside httpdocs folder ( ROOT ) . My test environment can seen here: 69.0.210.42/tiger_den_archive.php I am also enclosing the code from the 2 relevant pages. Hopefully...
  8. steveracicot

    help with including an html/flash file

    Hello, Is there anyone out there that can help me understand why php is having trouble including an html file that calls a flash file. I have a client who wants to display a "flash movie" on his site, but only to members. I have set it up so that the php scripts checks for...
  9. steveracicot

    PHP and Creation of PDFs

    Hi Everyone, I was wondering if anyone could tell me what was in involved in creating PDFs using PHP. Can I convert any document format ( ie. Word Doc, AutoCad, etc.) to pdf ? Is there any format I cant convert to pdf. What are some of the pitfalls in using PHP to convert documents to...
  10. steveracicot

    I am hoping someone can help me o

    I am hoping someone can help me out. I have 2 database tables. 1 table stores the category names ( the number can change, since the administrator can add and delete categories). The second table lists all of the categories a link is opted into. So, table 1( link_category) may have 7 categories...

Part and Inventory Search

Back
Top