View Single Post
  #5   Spotlight this post!  
Unread 07-01-2004, 17:30
Venkatesh Venkatesh is offline
Registered User
FRC #0030
 
Join Date: Jan 2003
Rookie Year: 2002
Location: USA
Posts: 260
Venkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to behold
Re: Interested.... HTML

Hello,

How large do you think your forums will be? I created my first set of web based forums using just batch files and a large text file (in a ramdisk) was the database.

If you want to create a simple, one-time set web application, batch files/shell scripts will suffice. Once you start working with text processing, I recommend you move on to Perl. Perl may be strange in syntax, especially regular expressions, but they are incredibly handy.

If you start to need functionality that Perl cannot easily provide, like interfacing with SQL, networking, etc., then you move on to PHP. I believe that Perl is easier to learn than PHP, but not too many people agree with me here.

One advantage of learning PHP is the ease at which you can connect to an SQL database. Those databases can hold tremendous quantities of data and process it efficently.

Good luck!
__________________
-- vs, me@acm.jhu.edu
Mentor, Team 1719, 2007
Team 30, 2002-2005