![]() |
online scouting database + picture question
Just so you all know, there are currently 27 teams registered on the team 96 scouting database, so if any of you are looking to do some scouting I would suggest you check it out there (www.team96.org).
Now, for my question- I'm using a MySQL database to run the scouting program, and I was wondering if it was possible to store pictured into the database. I know the blob type is for storing binary data, but how would I go about putting a picture in there, and then how would I have it display? |
Re: online scouting database + picture question
Quote:
grab the file, first. Code:
@ob_start();Code:
"INSERT INTO table (id,column) VALUES ('','".addslashes($theImage)."')"'Code:
@header('Content-Type: image/jpeg'); |
Re: online scouting database + picture question
Take the JPEG file, read it into a blob, and when you want to recreate it I believe PHP has some functions for doing so. If not, you could always create a temporary file and write the data back.
|
| All times are GMT -5. The time now is 02:26. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi