Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Simple PHP, Perl, or ASP script needed....

Status
Not open for further replies.

FSNet

Level 5
Legacy Platinum Member
Joined
Aug 21, 2002
Messages
280
Reaction score
1
This message is for anyone that knows PHP, Perl, or ASP. I run a small aviation website www.FlightSource.net and I am looking for someone to create a small script for me. If you check out this page http://www.flightsource.net/pictures/ you can see what i need. I need a small text or mySQL database to store airplane photos in. if you leave the photographer box empty and click search you will pull up the 5 files i have in the database already. It is currently a flat text database and I can't seem to be able to have the capability to allow others to upload photos. I have tried a script or two, but im too stupid to figure it out. ;) I would like to have a script in any language with the same layout and either a flat text or mySQL database. Please let me know if you are able to do this!!!

Thanks!
Sincerely,
-John-
 

NameCaster

Level 8
Legacy Gold Member
Joined
Jan 2, 2003
Messages
1,984
Reaction score
0
I don't think what you are looking for is a database to store your images.
Your probably looking for a database to store the image information: filename, size, location, etc.

Youd be better off storing your images in a directory rather than a blob field in a database.

What your looking for is quite easy to implement.
The only caveat is that your image directory will have to be "world writeable." Yikes!
 

WebMomentum

Level 5
Legacy Platinum Member
Joined
Dec 25, 2002
Messages
252
Reaction score
0
Does your DB have an identity field? - i.e. recordid

If so, just name your images according to the recordid (as it's unique).

Then in the case of VBscript ... you can do something like this:

<img src="images/<%= recordid %>.gif">
 
Status
Not open for further replies.

Who has viewed this thread (Total: 1) View details

Who has watched this thread (Total: 1) View details

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Premium Members

Upcoming events

Latest Listings

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators

Top Bottom