Thanks, your first suggestion worked. For reason I had to enter the path for the website. You would like Dreamweaver would already know where that is. :)
That is exactly how I have it setup. I'm not sure if the path that I entered into the DB is the problem or is it something else.
the path that I entered for the image is: assets/part_pic/32000162.jgp
That is exactly what I have entered into my URL field for my inventory table.
I didn't write the code. I'm using Dreamweaver to create the site and it generated the code. I'm not getting any errors, but I'm getting the picture place holder.
I'm having problems displaying an image who's location is stored in a MySql database. I am running PHP/MySql on a windows 2K machine. I used the Record Store example found on the Macromedia website to help me with this problem but I can't see what I'm doing wrong. I have looked at the Record...
I hate to sound stupid but I can't get it to work. Here is the SQL statement that DreamWeaver generated for my query
$query_searchresults = sprintf("SELECT * FROM maint_logbook WHERE maint_logbook.EquipmentName =$_GET[ '%s'] AND maint_logbook.Shift = $_GET['%s'] AND maint_logbook.Tech1 =...
I'm really new to all of this so I'm not even sure that this statement is even remotely correct or makes any sense. :)
SELECT *
FROM maint_logbook
WHERE maint_logbook.EquipmentName = machine
OR maint_logbook.Shift = cShift
OR maint_logbook.Tech1 = Technicain
OR maint_logbook.Tech2 =...
Hello everyone,
I'm need some help. I'm running PHP/MYSQL with IIS, I have managed to setup quite about of the site without a problem but now I've run into a snag. I'm trying to perform a search based on user input. There are 5 fields that the user can choose to search. They need to be...
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.