What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Simple PHP code help

Simple PHP code help
Author: Message:
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Simple PHP code help
code:
<?php
echo '<pre>';
print_r($_SERVER);
?>

Don't blame my HTML :refuck:

This will show all server and connection related env vars. If you only want to show some of them do as many

echo $_SERVER['NAME_OF_KEY']."\n";

as you like instead of the print_r().
08-28-2005 01:57 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Simple PHP code help - by DJeX on 08-28-2005 at 01:39 AM
RE: Simple PHP code help - by KeyStorm on 08-28-2005 at 01:57 AM
RE: Simple PHP code help - by DJeX on 08-30-2005 at 01:41 AM
RE: Simple PHP code help - by Jhrono on 08-30-2005 at 01:46 AM
RE: Simple PHP code help - by DJeX on 08-30-2005 at 01:49 AM
RE: Simple PHP code help - by fluffy_lobster on 08-30-2005 at 12:19 PM
RE: Simple PHP code help - by Concord Dawn on 08-30-2005 at 02:13 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On