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 :-\

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.