Search results

  1. D

    php delimiters

    nevermind, i wont be lazy.. and use long tags
  2. D

    php delimiters

    On a windows account, how do I make it so both <? and <?php work in php files?
  3. D

    moving a domain

    the dns thing has nothing to do with the entry already in the cp
  4. D

    moving a domain

    That just means that jodo already has an entry for it. Do you already have it on your account?
  5. D

    Strategy to use for very large report output script?

    I am assuming that the image resizing part is why it takes so long. Unless the pictures are absolutely massive, could you do it in a way where you just set the width and height of the images instead of actually resizing them. It may not look amazing in a browser, but if you output that to a PDF...
  6. D

    cookie usage with FF

    a session isnt a cookie.. a session id is stored in a cookie, but that is just an encrypted string. i use sessions all the time in php here at jodo and i have never had any problem with them not lasting. there is really no other logical way to do a login system. if you are worried about...
  7. D

    cookie usage with FF

    sessions
  8. D

    Php 5?!

    Well that is a step in the right direction I guess.
  9. D

    SQLite

    Since you guys seem to have no intention of telling us when you are getting PHP5 can you please install sqlite extension for PHP4 for PECL?
  10. D

    Php 5?!

    Those still getting sorted out? What's the deal here?
  11. D

    php my admin error

    it stopped...
  12. D

    php my admin error

    Whenever I click "go" in phpmyadmin i get the following error: Not Found The requested URL /phpMyAdmin/tbl_replace.php was not found on this server.
  13. D

    JodoHost referral program

    no way we can use our current usernames?
  14. D

    Ajax and RubyOnRails

    ha.... i just said that in the customer only forum earlier today!
  15. D

    Localizing your website

    dont forget to specify what language stuff is in :-p could be some C# people out there... or people who just dont know the difference!
  16. D

    PHP / ImageMagick - Animate on the Fly

    The following code will take two images and make an animated gif on the fly using ImageMagick. <? //FULL PATH TO WHERE YOU WANT TO SAVE $path = "/home/hsphere/local/home/USERNAME/yoursite.com/images/"; //THE COMMAND TO MAKE THE ANIMATION HAPPEN add more images if ya need to $cmd =...
  17. D

    Code Repository

    i think that would be an excellent idea. would be nice to have code snippets that are used by other jodo users. i would definately contribute!
  18. D

    imagemagick

    nevermind.. this works.. /usr/local/bin/
  19. D

    imagemagick

    yeah it was cause the path wasnt specified probably.. what is the path to it?? thanks!
  20. D

    imagemagick

    i want to animate when the heck are they going to add that to the PHP GD
Back
Top