Is there a way to have PHP scripts work offline?

Discussion in 'Programming' started by darren132, Dec 17, 2006.

  1. broco

    broco Peon

    Messages:
    706
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #21
    xampp is the best. You get a complete server solution. It support PHP,ASP with ssl enabled

    have lots of addons for FTP,mailserver etc.. you gonna love this xampp
     
    broco, Dec 21, 2006 IP
  2. windtalker

    windtalker Well-Known Member

    Messages:
    926
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    145
    #22
    I always do my php programming offline before I upload it to my site. You have to install apache, then php, and then mysql. If you don't know how, You should buy a php-mysql book that tells you how to install all three.
     
    windtalker, Dec 21, 2006 IP
  3. Pierre Monteux

    Pierre Monteux Peon

    Messages:
    63
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #23
    I've actually written a guide on this. Did it on a day I was bored...should work fine. Keep in mind this is php + apache, does not include mysql...but this should get you started. This is how I started work in php actually.
     
    Pierre Monteux, Dec 21, 2006 IP
  4. broco

    broco Peon

    Messages:
    706
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Those 3rd party application make your PC ready to start coding without having to buy apache+php installation books. Simply install and start coding
     
    broco, Dec 23, 2006 IP
  5. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #25
    phpTriad is also a nice bundle which can make a localhost on your PC and you can then test the scripts or develop them at faster speed.
     
    Nick_Mayhem, Dec 25, 2006 IP
  6. Mythic Fr0st

    Mythic Fr0st Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    I use easyphp, same thing as Triad I belive
     
    Mythic Fr0st, Dec 25, 2006 IP