Thread: PHP Rocks!

  1. #1
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001

    PHP Rocks!

    This is so awesome, it took me weeks of going through httpdconf files on my win9x machine to install php with apache. On top of it all it wasn't secure enough to go online...however right now i have xp. I didn't want to go through the apache hastle again, so I took notice in a post that onestiffrod made about php under IIS. I installed IIS 5 with my xp, and figured what the hey i'll give it a shot. In five minutes here's what I had:
    PHP and XML
    Let's talk about SAX

  2. #2
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    way to go!

    PHP is a great scripting language, but beware: the error reporting can be ludicrously vague.
    Last edited by Aran; 01-13-2003 at 08:05 PM.

  3. #3
    All u need now is an IDE for PHP, but it seems that most have dissapeered.

    www.phpedit.com
    www.phpeclipse.org
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

  4. #4
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    I didn't bother learning PHP cause no webpages I had supported it.

  5. #5
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    i started learning asp, but then a few weeks ago i had that "craze" of learning php and installed it's support on my server (IIS user xp). But haven't been around to learning it much.
    after learning a bit of asp, i donno why, but php looks way to hard...maybe it's just me...who knows..
    but i like the stuff php comes with, teh buit-in mySQL support has to be the coolest...when i became aware of that, i installed mySQL server on my box, but never had the time to actually sit down and configure it..
    damn this life
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  6. #6
    Use PHPMyAdmin to create DB's and tables for MySQL.

    http://www.phpmyadmin.net/
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

  7. #7
    Registered User fry's Avatar
    Join Date
    Mar 2002
    Posts
    128
    Yeha, PHPMyAdmin is the best mysql database front. Highly recommended.

    As for being more difficult than ASP, i learnt them the other way round - PHP first. Overall, i thought PHP seemed simpler, and made a bit more sense. But hey, thats me.
    And it was nice to get away from Microsoft, but thats not why i prefer it
    IDE: Dev C++ 5
    Lib: Allegro
    OS: Windows 2000

  8. #8
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    Whats the different between asp and php anyway? Is php for auto-reply emailing systems on web pages and polls and stuff like that? What about asp?

  9. #9
    ASP only works on IIS servers, you also have to use VBScript to do anything major with it even though it supports JScript, that support is lacking.

    PHP is the FREE-WARE version, it can run anywhere on most servers, even IIS - it's syntax is alot like PERL - if u know C++ it's all pretty easy to pick up. PHP can do almost anything ASP can do except maybe some Administration stuff in windows.

    Most of the Web Hosts out there run UNIX or LINUX servers b/c of their cost. This makes it incredibly easy for them to support PHP, as PHP was designed for those systems and it also helps that PHP is free. Many of those same hosts will also run MySQL which is a free Database system and PHP was designed to work with that also, so it's really powerful when those 2 are mixed.
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PHP installation
    By ssharish2005 in forum Tech Board
    Replies: 8
    Last Post: 11-23-2007, 09:42 PM
  2. PHP on my Computer!
    By xxxrugby in forum Tech Board
    Replies: 4
    Last Post: 03-15-2005, 09:34 AM
  3. C++ and PHP communication
    By Korhedron in forum Game Programming
    Replies: 4
    Last Post: 01-12-2004, 06:37 AM
  4. PHP 4.3.0 released
    By codingmaster in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-30-2002, 07:40 AM
  5. including files in php
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 07-06-2002, 10:32 AM