Re: Create Site Compatible with Linux as well as Windows
From: h3cks (wanker1105_at_hotmail.com)
Date: 09/26/03
- Next message: Corrupt Sektor: "Booting RedHat beyond 4GB"
- Previous message: h3cks: "Setting up an Apache Webserver"
- In reply to: VG: "Create Site Compatible with Linux as well as Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Sep 2003 18:13:40 -0700
vg_google@yahoo.com (VG) wrote in message news:<3151715a.0309250958.3f27b1d5@posting.google.com>...
> Hello All,
>
> I am working on creating a web site which would generate dynamic
> reports for our costumers based on the inputs. We plan to make it
> generic so that it works in the Windows environment as well as Linux
> environment. I would be very thankful if any body can give me
> suggestions regarding Scripting Language, Web Server, Database to use.
>
> After doing some research I have concluded that:
> 1.Scripting Language: PHP
> 2. WebServer: Apache
> 3. Database: My SQL
>
> would be my best bet to make the site compatible in both the
> environments.
>
> Any help would be greatly appreciated.
>
> Thanks,
> Vishal
Well, you did good research. All 3 of those options are by far the
most popular interfaces to a dynamic site.
However, I'm not sure you understand, exactly, about making it
compatible. The browser is what interprets the HTML, and Linux
browsers can do that. And since PHP is a SS language (server-side
language, meaning the server interprets the data before moving on to
the browser), we don't have to worry about making browsers compatible
with PHP....
.... until we talk about the webserver. The Apache webserver,
fortunatly for you, can interpret PHP.
MySQL and SQL, I don't know much about, but I do know that it is a
highly used database language :P
You might want to check out DHTML as well (aptly named Dynamic HTML).
But what you have right now is a good start.
- Next message: Corrupt Sektor: "Booting RedHat beyond 4GB"
- Previous message: h3cks: "Setting up an Apache Webserver"
- In reply to: VG: "Create Site Compatible with Linux as well as Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|