php3-list | 199807
Date: 07/30/98
- Next message: tukker <email protected>: "[PHP3] Stored procedures"
- Previous message: Jeremiah Davis: "Re: [PHP3] Install Problem"
- In reply to: Cary Collett: "Re: [PHP3] mySQL"
- Next in thread: Richard Lynch: "Re: [PHP3] The Basics: Getting Started with Scripts"
- Maybe reply: Richard Lynch: "Re: [PHP3] The Basics: Getting Started with Scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just starting out and have some very dumb questions:
I have installed PHP CGI into by cgi-bin/php directory and I have installed
mysql and created a database and some table structures. Now it's time to
start scripting, I think. I am new to this.
1. If I understand correctly, I can put PHP code into any html file with the
<script language = "php" /script> tags and that the html file can be in any
directory.
2. Do I have to rename the extension to PHP3 with the CGI version. I do not
think so since it is not going through the server.
3. It isn't clear in the doc on how to interface the script with the
cgi-bin/php files? What is being called and how? I suppose the html
resident php code provides the script and I need to reference an interpreter
somehow. I've seen no examples of this so I am somewhat lost.
4. I've notice the pconnect for MYSQL and plan to use it for persistance
connections even though the CGI version will not support it. I'd like to
use this hoping I can switch over to the Apache module version sometime in
the future. Will it function correctly closing the persistant mode with
each request, or will it blow up?
There will be more later. Hopefully, not too much. Please keep any answers
simple and clear for poor old dumb me to understand. Thanks...
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: tukker <email protected>: "[PHP3] Stored procedures"
- Previous message: Jeremiah Davis: "Re: [PHP3] Install Problem"
- In reply to: Cary Collett: "Re: [PHP3] mySQL"
- Next in thread: Richard Lynch: "Re: [PHP3] The Basics: Getting Started with Scripts"
- Maybe reply: Richard Lynch: "Re: [PHP3] The Basics: Getting Started with Scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

