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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dkjack

    CGI error: Not returning a complete set of HTTP headers

    Well, I don't have my own server. The hosting server is a MySQL database server, and it has an option that I can access to install a database called PHPmyadmin. I assume that the script is using PHP, beacause all the files' extension are ended with .php I guess I am stuck here. Any new...
  2. dkjack

    CGI error: Not returning a complete set of HTTP headers

    Thanks so much. I didn't notice that we have a PHP forum. Below is the default file (index.php) ---------- <?php //define("PB_CRYPT_LINKS" , 1); require "config.php"; $site = new CSite("./site.xml",true); $site->Run(); ?> ----------- and another file: common.php ----------- <?php /*...
  3. dkjack

    CGI error: Not returning a complete set of HTTP headers

    Hi all, I am NOT a progammer, and I don't know much about MySQL, and CGI. BUT, I am trying to install a free script that uses PHP/MySQL database. I am able to make a connection to the server as an administrator, and to access to the configuration page. From here, everything link will give me...
  4. dkjack

    CGI Error

    This is the only file (site.xml) that I am required to modified in this scrip. here it is. ------------ <config upload="./upload/" path="../" url="../"> <formspath>./forms/</formspath> <default_location>index.php</default_location> <forms> <adminpath>./forms/admin/</adminpath>...
  5. dkjack

    CGI Error

    Thanks many times Chessbot, it is written in PHP, and i don't what else I can tell you. Please ask.
  6. dkjack

    CGI Error

    Hi all, I am NOT a progammer, and I don't know much about MySQL, and CGI. BUT, I am trying to install a free script that uses PHP/MySQL database. I am able to make a connection to the server as an administrator, and to access to the configuration page. From here, everything link will give me...

Part and Inventory Search

Back
Top