Re: [PHP] Re: get question

2012-08-27 Thread Jim Giner
On 8/27/2012 7:21 PM, Ashley Sheridan wrote: On Mon, 2012-08-27 at 18:54 -0400, Jack S wrote: OK yes, wrote: On Mon, 2012-08-27 at 16:37 -0400, Jack S wrote: > > How are you including this in your code? GET data won't be passed in a > > call like require("some_fil

Re: [PHP] Re: get question

2012-08-27 Thread Ashley Sheridan
On Mon, 2012-08-27 at 18:54 -0400, Jack S wrote: > OK yes, In respect to errors I get: > PHP Notice: Undefined index: page > in /home/WebSite.com/www/includes/header.php on line 8 > > Line 8 has the below line of code > $calling_page = $_GET['page']; > > > > > On Mon, Aug 27, 2012 at 4:47 P

Re: [PHP] Re: get question

2012-08-27 Thread Jim Lucas
On 08/27/2012 01:26 PM, Ashley Sheridan wrote: On Mon, 2012-08-27 at 15:56 -0400, Jim Giner wrote: Also, as Ashley can attest, make sure that your able to run with short-tags enabled. Seeings how your code block starts with a short-tag. eg. 'results. Sorry Ashley, had to point it out. --

Re: [PHP] Re: get question

2012-08-27 Thread Ashley Sheridan
On Mon, 2012-08-27 at 15:56 -0400, Jim Giner wrote: > On 8/27/2012 3:17 PM, Jack S wrote: > > Hello All, > > > > Trying to figure out why when I include the page that contains this > > code, I'm not able to get the $calling_page populated with any values. > > Any help appreciated... > > > > > > >