Thread: How come c board is written in PHP?

  1. #1
    Unregistered
    Guest

    How come c board is written in PHP?

    I don't want to be rude, but how come the C Board is using vbb? Instead of an inhouse c or c++ script? Just a funny question, ignore it if you think it's stupid.

  2. #2
    Because cprogramming.com didn't make this board. It is a vBulletin Board (see footer). By the way... You can't make websites in C....

  3. #3
    Unregistered
    Guest
    not strictly true, you can write CGI programs in C.

  4. #4
    Unregistered
    Guest
    not strictly true, you can write CGI programs in C++.

  5. #5
    yes... that's true... forget the last sentence...

  6. #6

  7. #7
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    PHP rocks, beats the junk out of ASP and Perl!
    I use it on large, enterprise scale projects and it has never let me down, whereas both ASP and Perl have....go PHP!
    PHP and XML
    Let's talk about SAX

  8. #8
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    PHP rocks, beats the junk out of ASP and Perl
    Reasoning?

  9. #9
    Registered User
    Join Date
    May 2002
    Posts
    100
    [kidding]
    PHP Code:
    <?php
    $php 
    "best";
    $everythingelse ="suckie";
    if(
    $php == "best" || $everythingelse =="suckie")
    {
    echo(
    "You can't beat PHP!!!");
    }
    else
    {
    // There is no reason for an else statment anyway!$!@$
    echo("HUH? THIS IS INPOSIBLE!#%@");
    }
    ?>
    lol
    [/kidding]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. RS232 interface, DE2-70 board
    By duffbuster220 in forum C Programming
    Replies: 3
    Last Post: 05-02-2009, 01:22 PM
  2. C++ and PHP communication
    By Korhedron in forum Game Programming
    Replies: 4
    Last Post: 01-12-2004, 06:37 AM
  3. Network Programming Board
    By Eibro in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 07-07-2003, 12:04 PM
  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