I have found the answer to the problem. This piece of code was missing at the very top of the page
<?php require_once('../Connections/connectionfilename.php'); ?>
i am connected to mysql through my hosting company. I have one page that doesnt have a problem with showing the table info but the this one which has exactly the same code comes up with this error message. Does anyone understand what the problem could be?
thanx
fil
Hi there to anyone reading this,
I am using microsoft access as the database for a website. I am using vbscript as the language. I am querying a table with this sql:
SELECT sum(paid)*0.1
FROM elance
WHERE bidder = 'MMColParam' AND bidderpaid = 'no'
The query returns some null values which is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.