Hi
I would like to display a picture in a row
e.g
SELECT prodid, name, Picture
FROM products;
where Picture is a URL to a file on a webserver
Hi
I would like to display a picture in a row
e.g
SELECT prodid, name, Picture
FROM products;
where Picture is a URL to a file on a webserver
Sorry figured it out.
dbr.purehtml:<img src=".....
You must log in to post.