Re: link DB record through browser...



snehalapatil@xxxxxxxxx wrote:
So I have to write another script "getrecord.php" to display record?

Yes.

Is there is any direct method ....provided dy browser or dbms?

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.

David Harper
Cambridge, England
.



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: link DB record through browser...
    ... The web browser sends a request to the web server, ... runs the PHP script which sends a query ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.databases)
  • 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)