Re: Create Site Compatible with Linux as well as Windows

From: h3cks (wanker1105_at_hotmail.com)
Date: 09/26/03


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.



Relevant Pages

  • Re: Which Is The Better Approach To Working With Javascript?
    ... Java SCRIPT runs in the browser exclusively. ... No language is written just for a single environment. ... You have to understand that I come from a hardware background, a huge area that is complately unknown to most 'computer programmers' whose life begins and ends with an interpreter or compiler.. ...
    (comp.lang.php)
  • Re: Which Is The Better Approach To Working With Javascript?
    ... Java SCRIPT runs in the browser exclusively. ... No language is written just for a single environment. ... begins and ends with an interpreter or compiler.. ...
    (comp.lang.php)
  • Re: Upcoming Changes to the JavaScript Language
    ... language for scripting object models, where the specifics of the object ... make a web browser available on them.) ... Standard libraries could be organized into distributions ... If the ECMAScript engine could run both script and compiled code... ...
    (comp.lang.javascript)
  • Re: Which Is The Better Approach To Working With Javascript?
    ... implementation has no interprocess communication capability, or ability to interface with a script interpreter. ... Java SCRIPT runs in the browser exclusively. ... No language is written just for a single environment. ...
    (comp.lang.php)
  • Re: Really **wonderful** website for C interview questions!!!!!
    ... programming, and apply it in his code examples. ... Also I don't see it reasonable to treat his Web site as true FAQs, ... programming language to be used. ... definition, what algorithm would implement it, Given the following ...
    (comp.programming)