Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Caraldur

  1. Caraldur

    PHP and images

    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. :)
  2. Caraldur

    PHP and images

    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.
  3. Caraldur

    PHP and images

    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.
  4. Caraldur

    PHP and images

    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...
  5. Caraldur

    PHP/MySQL Search Page

    Get puts the variables in the URL and Post doesn't. I think :)
  6. Caraldur

    PHP/MySQL Search Page

    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 =...
  7. Caraldur

    PHP/MySQL Search Page

    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 =...
  8. Caraldur

    PHP/MySQL Search Page

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

Part and Inventory Search

Back
Top