Search found 1 match

by Memphis
Sat Jul 17, 2004 10:57 pm
Forum: PHP - Code
Topic: Show images/pictures from SQL database
Replies: 1
Views: 383

Show images/pictures from SQL database

Hi! I have a query that gets and outputs pictures from an SQL database. Here is the code <?PHP $fname = $_POST["fname"]; $lname = $_POST["lname"]; $connectionstring = odbc_connect("photos","",""); $query = "SELECT firstname, lastname, image FROM...