ANSI_NULLS and ANSI_WARNINGS

2003-07-10 Thread Jef S
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

RE: How can I display images from a mySQL Database in a web page?

2003-07-16 Thread Jef S
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

RE: first time to use MySQL on MS Platform with PHP.

2003-07-16 Thread Jef S
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

RE: MySQL query problems

2003-07-16 Thread Jef S
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