Jump to content

Upon replacing missing db.php file, emsgs are confusing


yshua

Recommended Posts

Dear readers:

 

      Insert.php is customer info input menu which calls db.php.  I have created db.php, per MarPlo's advice as follows:

 

Code: [select]

$conn = mysql_connect( "localhost", "host", "giraffeag1e14")

or die("Unable to connect to MySQL");

mysql_select_db("reccus2");

if (mysql_error()) {

echo "<br />". mysql_errno(). " : ". mysql_error();

}

 

      And now have following warnings and fatal emsg:

 

Warning: include(admin/includes/db.php) [function.include]: failed to open stream: No such file or directory in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\insert.php on line 2

 

Warning: include() [function.include]: Failed opening 'admin/includes/db.php' for inclusion (include_path='.;C:\php\pear') in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\insert.php on line 2

 

Fatal error: Call to undefined function mysql_query() in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\insert.php on line 4

 

Any tips/advice would be appreciated,

Yshua :-\

Dear readers:

 

      Solved!  Emsgs came and went while tinkering....  Apparently bogus field checking was taking place in javascript.js code by third party!  Now a whole new can of worms was opened up.  A lot of coding to do!

 

Thanks everyone,

Yshua

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.