Forum Replies Created

Page 2 of 2
  • Jake Giddens

    September 11, 2007 at 9:27 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    Thanks Abraham. That’s really cool.

    Sorry – bad communication on my part. What I’m actually trying to do is give the image a 3d perspective like this (which I did in photoshop):

    TheIce Cream Man

  • Jake Giddens

    September 11, 2007 at 7:54 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    This project is actually going a lot smoother than I thought it would. One question:

    What is the best way to go about distorting the images to make them look turned at an agnle?

    thanks

    TheIce Cream Man

  • Jake Giddens

    September 10, 2007 at 9:01 pm in reply to: PHP

    You are amazing. Thank you for once again getting me out of trouble.

    TheIce Cream Man

  • Jake Giddens

    September 10, 2007 at 7:10 pm in reply to: Blocking the 7 Nasties

    Oh cool. Would this go on the page that’s inserting the message into the database?

    Thanks for your help.

    TheIce Cream Man

  • Jake Giddens

    September 10, 2007 at 7:08 pm in reply to: PHP

    This is a bit from a code I have been using for a certain website for about a month now. It has been working fine until today I noticed it displayed the else statement for articles that where edited today (September 10th, 2007). I’ve been playing around with it trying to fix this, and haven’t had any success – but I can simply cannot understand why it is doing this. I alos noticed it will repeat this for tomorrow and the day after. Any thoughts? THANKS!

    $query = “SELECT *, DATE_FORMAT(last_edit, ‘%M %D, %Y’) as last_edit FROM database WHERE `page_name` like ‘$page_name’ AND `side` LIKE ‘l’ AND `position` > 0 ORDER BY `position`”;

    if ($last_edit > date(“F jS, Y”, strtotime (“-8 days”))) echo “

    Updated $last_edit

    “; else echo “

    $last_edit

    “;

    TheIce Cream Man

  • Jake Giddens

    September 6, 2007 at 8:13 pm in reply to: ASP Upload images

    Well I’m a PHP programmer so I don’t know how much help I’ll be but here is a website that will hopefully get you started:

    https://www.freeaspupload.net/freeaspupload/download.asp

    TheIce Cream Man

  • Jake Giddens

    September 4, 2007 at 9:10 pm in reply to: PHP

    Oh that’s brilliant! Thanks a million.

    TheIce Cream Man

  • Jake Giddens

    September 4, 2007 at 2:33 am in reply to: PHP

    Here’s a new one:

    Is there a way I can display the number of vistors currently viewing a page? I’m pretty sure this can be done – I’m just not sure on how to go about doing this.

    Thanks in advance!

    TheIce Cream Man

  • Jake Giddens

    September 3, 2007 at 3:26 pm in reply to: PHP

    Thanks Abraham. I actually just found out that there’s an even easier way to do it. $last_edit is coming from a database so I just made it: GROUP BY ‘page_name’

    The “Ice Cream Man”

Page 2 of 2

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy