Jump to content

ki

Members
  • Posts

    208
  • Joined

  • Last visited

Everything posted by ki

  1. ki

    PHP_SELF

    is there a way I can make it so my form (thats included) will go to the same page (with variables) and still process?
  2. ki

    text input copy?

    I tried it, not working... It uses the flash application to copy, notice that it uses its vars for flash.
  3. ki

    text input copy?

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

    text input copy?

    Ive seen it done on FF with photobucket
  5. How do you make it so if a user clicks a text box, it selects everything in it and adds it to the clipboard.
  6. ki

    bit of trouble

    Thanks the first one worked fine
  7. 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?
  8. I think i already gave an example of this.
  9. ki

    ERROR?

    Nevermind. I found it some how, One of the \" turned into %%C, but thanks anyways.
  10. ki

    ERROR?

    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?
  11. ki

    just wandering

    whats [code]content:[/code] used for?
  12. ki

    include?

    i want it so it would be able to obtain the html from another 3rd party side and remove some text
  13. ki

    include?

    ok i wanna know if its possible if i make an include as a string then be able to remove string from it? and then display it on the page?
  14. ki

    better?

    Just wandering what is better using in format? & or ; in a url like ?page=1&p=2 or ?page=1;p=2
  15. Some email service providers such as gmail decode html unlike yahoo and others. So try sending \n for <br>
  16. ki

    such a thing?

    Is there such a thing as a scroll bar on a page like that gives a value? that kinda looks like this [----+--------] - = path + = moveable bar
  17. ki

    Chatroom

    if you worried about your database us a script that deletes any message sent over like a 5 hour time period.
  18. Just a simple mysql data format have a few columns such as: Id Link ImgPath Desc
  19. Download Firefox, and then download the Add-on extenstion, user agent switcher
  20. ki

    gmail?

    Yea thanks, is there a way php can read RSS?
  21. ki

    gmail?

    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
  22. [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.
  23. On all the servers ive used, shorthand was always allowed. I prefer short hand, I believe it looks somewhat professional in coding, even tho im the only one who sees it. ;)
×
×
  • 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.