Jump to content

ki

Members
  • Posts

    208
  • Joined

  • Last visited

Posts posted by ki

  1. photobucket is a free image host. You can upload images/videos to photobucket.com for free. However it has nothing to do with what you are aksing.

     

    But what JP meant to say is thats the javascript photobucket uses to copy text to the clipboard

    Yea I know but ti uses a flash app to do so doesnt it?

  2. Okay what im trying to do is grab images from my database and displaying them in a table, so I want something like

    1 2 3 4
    5 6 7 8

    like showing the users images he has uploaded, and puting them into 4 images per rows, you see what im saying?
  3. Ok I was screwing around with some code trying to display pages on my website and I get this error:

    Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /home/tragical/public_html/index.php on line 646

    And when I go there its a blank line, it has nothing and needs nothing. So wtf?
  4. I want to know if it's possible to grab feed from your gmail account and be able to look at your new and old emails from my server? Because I noticed the  RSS button is on the top of my Firefox address bar
  5. [quote author=alpine link=topic=121290.msg498474#msg498474 date=1168125368]
    It was discussed wether to kill the short tags from php6, it seems however that it's desided to allow <? for now. But who knows in future releases, i would stick to <?php

    http://php6dev.blogspot.com/#remove-support-for-and-script-language-php-and-add-php-var
    [/quote]
    Well I think shorthand is better due to the fact that most coders use it and also for code such as this.

    [code]<input type="text" value="<? echo $_GET['value']; ?>">[/code]

    And things like that.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.