Re: How to change pictures everyday using php



"Luigi Donatello Asero" <jaggillarfotboll@xxxxxxxxx> wrote in message
news:5gKme.25959$d5.176406@xxxxxxxxxxxxxxxxxx
>
>>
>> If you use a database, simply use that as a source to create the arrays.
>> --
>
>
> Do you imply that I would not necessarily need a database and just write
> the
> file extension and the path of each picture?
> That might work well for 7 pictures but what about 800?
>

If you're using sequential numbers and they're all in the same directory,
that wouldn't be much of a problem. If they're all different names and/or
they're in different directories, it would get more complex.

Why not give a little more detail? You want to show a different picture
every day - is that every day of the week (every Monday shows the same pic),
every day of the month (the 1st always shows the same), every day of the
year (Feb 1st always shows the same, every year)?

Not meaning to sound condescending - but 800 pictures would take about 2-1/2
years to cycle through. Even for a different picture for every day, you
wouldn't need more than 366 pictures (an extra for leap year :) )

If I was doing anything monthly or less, I don't know that I would bother
with a database.



.



Relevant Pages

  • Re: Linking Pictures
    ... Ole Object type controls in a table will always store the object within the ... If you are storing pictures the size of the database will also grow ... The picture is not stored in the database and therefore ...
    (microsoft.public.access.forms)
  • Re: Loading Pictures from database into Picturebox
    ... I wrote a program where people can draw ink on a background picture. ... Then I have a new program which should read the database. ... Private Sub Form_Load ... I don't see any code referencing a data control. ...
    (microsoft.public.vb.general.discussion)
  • RE: Images in forms
    ... i would surgest looking at the northwind sample database via the help menu. ... Wadim Grasza, if I made unbound images, would the pictures would ... > linked to each separate database entry, like a picture of an employee next to ...
    (microsoft.public.access.forms)
  • Re: Clarification - I Hope
    ... I would NOT store the picture ... as an OLE object in the database. ... I would only store the path to the ...
    (microsoft.public.access.modulesdaovba)
  • Re: Images in access forms
    ... response I got suggested a problem with an OLE provider. ... > bound object frame to display a picture. ... > to be inserted into the database are .bmp ... > path is not included) in the bound object frame. ...
    (microsoft.public.access.forms)