Re: [PHP] Photos and logos in MySQL + PHP

2002-12-26 Thread Rick Widmer
At 09:40 AM 12/27/02 +0800, Denis L. Menezes wrote: Hello friends, I am making a website for our school. My requirement is that when any student searched for a particular club, the logo of the club abd the chairperson's phot should automatically be shown dynamically on the top of the page. For

Re: [PHP] Photos and logos in MySQL + PHP

2002-12-26 Thread Michael J. Pawlowsky
Well the datatype would be a blob. But personally I would just have pointer to the photos on the server. In other words... you have the id of the row for that club and you can name the photo photo_$id.jpg and the logo logo_$id.jpg Here's a snippet you can take a look at for uploading the files

[PHP] Photos and logos in MySQL + PHP

2002-12-26 Thread Denis L. Menezes
Hello friends, I am making a website for our school. My requirement is that when any student searched for a particular club, the logo of the club abd the chairperson's phot should automatically be shown dynamically on the top of the page. For this to be done, I have three questions, if any of y