Search found 2 matches
Aprelium Forum Index
Author Message
  Topic: Why $_GET empty ?
Dill

Replies: 3
Views: 10172

PostForum: PHP   Posted: Mon Jul 31, 2006 2:12 pm   Subject: Re: Why $_GET empty ?
<? print_r($_GET); >
---


If there is nothing in the URL after ?, GET will be empty. Try using instead phpinfo() to have a complete list of predefined variables and their values.
Thank ...
  Topic: Why $_GET empty ?
Dill

Replies: 3
Views: 10172

PostForum: PHP   Posted: Mon Jul 31, 2006 12:04 pm   Subject: Why $_GET empty ?
<? print_r($_GET); >
---
[_GET] => Array
(
)
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group