![]() |
|
|||||||
|
Welcome to the PHPCentral.com forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Administrator
Join Date: Aug 2006
Posts: 183
![]() |
Code:
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Sep 2006
Posts: 20
![]() |
I tried these codes in my site but to my surprise they didn't work. Plz help me.
|
|
|
|
|
|
#3 | |
|
Administrator
Join Date: Aug 2006
Posts: 183
![]() |
Quote:
But if you want to see something happening any way, add Code:
|
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Sep 2006
Posts: 20
![]() |
Good idea.This is working very well for me.It was so simple.No real coding.Its really showing the information for my likings.
|
|
|
|
|
|
#5 |
|
Member
Join Date: Sep 2006
Posts: 62
![]() |
Very cool! One can also stick phpinfo() into the bottom of the file (temporarily, and only for one's self, preferably!) to see ALL the variables.
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Oct 2006
Posts: 18
![]() |
One question, what does the print_r() command do? I know the print() command but not that one.
|
|
|
|
|
|
#7 | |
|
Administrator
Join Date: Aug 2006
Posts: 183
![]() |
Quote:
Example output: Code:
Welcome to the forum, by the way! |
|
|
|
|
|
|
#8 |
|
Member
Join Date: Sep 2006
Posts: 62
![]() |
Oh, that's nifty! I'll have to fiddle with that print_r (and arrays!) a little more!
|
|
|
|
|
|
#9 |
|
Member
Join Date: Sep 2006
Posts: 53
![]() |
Wow, print_r is very neat! I can't believe I never knew about it.
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Oct 2006
Posts: 18
![]() |
Yeah, it is pretty cool, i have know PHP for a while but this is the first time i have encountered that command. I may try to use it more often.
|
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Nov 2007
Posts: 5
![]() |
the variable "$HTTP_SERVER_VARS" did not work for me. I had to use "$_SERVER"
Code:
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|