In message <4a08263a.4030...@ironivyinc.com>, Kal Durak
<kal.du...@ironivyinc.com> writes
>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.

Perhaps you don't have a value in "phpinfo". I simply used the first
line of phpinfo() as an example.

-- 
Pete Clark

Got any spare time? Anything you need? Barter in Spain
Join for free at http://BarterWithBart.com

Reply via email to