Recent content by A.C.M

  1. A

    .htaccess question, when image.jpg is called ping image.php?

    What would need to be written into my sites .htaccess file to "ping" a php file when an image is called ? So if I type mysite.com/image.jpg into my browser, a file at mysite.com/image.php is ran. Basically when image.jpg is called image.php should be ran to update the displayed images...
  2. A

    .htaccess question, when image.jpg is called ping image.php?

    What would need to be written into my sites .htaccess file to "ping" a php file when an image is called ? So if I type mysite.com/image.jpg into my browser, a file at mysite.com/image.php is ran. Basically when image.jpg is called image.php should be ran to update the displayed images...
  3. A

    PHP if ($pg == '22') ... Multiple Page Numbers ?

    I got similar content I would like to show on a few different pages and not the rest of my site. So instead of making a few seperate if statements I was wondering how you would modify the below if statement for multiple pages, say like 7, 21 & 30 for example. So the end result would show say...
  4. A

    Chained HTML select menus?

    Below is the code I use on my site right now, I was curious how it could be re-written to use chanied selects. So each of the names like MoreBloodWines Creations would be in the first select. Then in the second, chained select would be the images they've submitted which in the codes current...
Back
Top