Re: link DB record through browser...



On Fri, 17 Feb 2006 19:11:35 GMT, David Harper
<devnull@xxxxxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :

Your web browser never communicates directly with the DBMS.

The web browser sends a request to the web server, and the web server
runs the PHP script (or Perl script or Java servlet) which sends a query
to the DBMS.

It can in theory. It is considered highly dangerous though to expose
your JDBC api to the Internet.

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • Re: Suggestions on creating a File Download area
    ... filename will be able to download the file without paying you anything. ... as the web server wouldn't go out of the /var/www/html ... A php script can read a file outside the document-root, ... use fpassthru() function, of course you can use any of the other file read ...
    (alt.php)
  • Re: A password problem
    ... "Mark Wooding" wrote in message ... > matter for Eve to write a PHP script which runs any arbitrary program ... But if Eve *can't* get the password in clear text (i.e. the web ... If we get rid of the bugs we've identified with web server security, ...
    (sci.crypt)
  • Re: [WEB SECURITY] Universal XSS with PDF files: highly dangerous
    ... accessible location on the web server, then have all the pdf files outputed ... through a script such as a php script. ... personalized online radio with MSN Radio powered by Pandora. ...
    (Bugtraq)
  • Re: Can PHP run from command line render HTML?
    ... the web server via a browser). ... Can such a script render HTML? ... idea being that the PHP script would startup a browser session when the ... have a running web server to which to submit the form. ...
    (comp.programming)