Results 1 to 3 of 3

Thread: php 4 to php 5

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default php 4 to php 5

    I'm changing my server over from php4 to php5 today and I was wondering because I've been given codes that would only work in php5, will php 4 still work in php 5?
    Last edited by bluewalrus; 12-14-2008 at 05:23 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    There are some reports of issues, but depending on what scripts you are using there shouldn't be a problem.

    If there is you can just add an addHandler to your .htaccess
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    bluewalrus (12-14-2008)

  4. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    OO okay thanks. I just figured out where that resolved was hah.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •