Greetings to all,
Using a SELECT Statement, I am trying to pull information from two
separate databases. The query is being run from the database entitled
NETWORK and the other database is called DB1. The result set will be
displayed to a webpage using PHP in a table format. The problem is when
t
What I have found that works, in PHP, is using a form that allows the
user to browse for a file or an image. Upon submitting the form the file
is uploaded to a set location on the web server and the name of the file
is added to the database.
When displaying the information associated with the imag
Place an echo in the productsave.php page and check the SQL query. If
the query that is getting passed is correct then the problem is on the
productsave page. Otherwise, your values aren't being passed to the
query.
Jef
> -Original Message-
> From: Andrew [mailto:[EMAIL PROTECTED]
> Sent
Have you checked the query in an editor to see if they are working?
Just substitute known values in the place of the variables you are
using.
Jef
> -Original Message-
> From: C. Reeve [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2003 10:16 AM
> To: [EMAIL PROTECTED]
> Subject: M