Jump to content

vande28

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by vande28

  1. vande28

    picture of the day

    Thanks for all the help I will make sure to contact you when we get the database up and running correctly. The server is getting replaced on monday so I will have to wait untill then. If you aren't gonna keep checking here could I have your email or somthing or can i contact you through here?
  2. vande28

    picture of the day

    Yeah a coworker of mine is working on a system program to distill the images into a numerical order. So all I need now is a little help with the scripting so call these pics from the database. If you could offer some help there I would really appreciate it.
  3. vande28

    picture of the day

    That is alot of very good information thanks. I suppose then you are telling me that ultimately I will have to put these in some kind of order assuming that I put them in some kind of order could you help me write a script for that. I have a short amount of time and as such do not have the time to learn enough PHP to write a solid script. If you could help me out with that I would really appreciate it or if you know someone who can. Thanks
  4. vande28

    picture of the day

    I figured that I would use an ifelse statement to say if it is the shuttle launch day, show a picture of a previous shuttle launch, else take a picture from this database. It is random in that other than the if statements it doesn't actually matter what pic is shown we just want to avoid the same picture being shown twice.
  5. vande28

    picture of the day

    I need some help to make a script for a picture of the day type thing. I have never used PHP before and was assigned to make a picture of the day script and could use some good advice. The script has to be all in PHP and as simple as possible for a database of pictures that aren't named in any kind of order as in by date or something. If anyone can help me out or show me where I can get some help I would appreciate it. ~edit I forgot to mention that it isn't necessary nor do I have the time to learn PHP well enough to just cook up my own script I am actually looking for more of a quick fix. I have read enough to know that I need an ifelse statement to make this work but I dont know what to put in for the code blocks for each of those statements. As in how do I call images from a database each day a different image?~edit IIThe images won't have names like 1.jpg there are thousands of them and I can't rename them. They are going to be the names of pictures from space and can't be called by a random script that requires a numbering system such as 1.jpg, 2.jpg, etc.Thanks
  6. vande28

    picture of the day

    I am currently in the process of figuring out how to write a script that will draw from a database a new picture every day in an automated fashion. Assuming that I already have the data base I just need a script that will draw the pictures from the data base and post them in a designated spot on my website. I have not yet been able to do so. If some one could point me in the right direction I would appreciate it.Thanks
×
×
  • Create New...