Pete wrote:
> All the entries in phpinfo, under PHP Variables, can be used in your
> code, simply by adding a dollar in front of it.
>
> I see the first entry as
> _REQUEST["phpinfo"]
>
> You could use that as
> echo $_REQUEST['phpinfo'];
>
> or
> echo "<p>The answer is, of course {$_REQUEST['phpinfo']}</p>";
>
> (hope that looks correct in your email!)
>
This does not seem to work. I get a blank value.- [php_mysql] Hostname retrieval Kal Durak
- Re: [php_mysql] Hostname retrieval Jim Mullen
- [php_mysql] Re: Hostname retrieval Kal Durak
- Re: [php_mysql] Hostname retrieval Pete
- Re: [php_mysql] Hostname retrieval Kal Durak
