RE: [phplib] Problem: The get parameter seems to be unending.... From: Torrey Hoffman (torrey.hoffman <email protected>)
Date: 09/18/00

Yes, same thing happened to me. "Track vars" fixed it - but it's not
httpd.conf, it's php3.ini. Make a test.php3 file containing <? phpinfo();
?> and examine the output. Track Vars must = 1.

-----Original Message-----
From: R.B. Scholtus [mailto:regiment <email protected>]
Sent: Monday, September 18, 2000 4:04 AM
To: P Gupta ug cs; phplib <email protected>
Subject: Re: [phplib] Problem: The get parameter seems to be
unending....

you have to enable 'track vars' in httpd.conf

brian

----- Original Message -----
From: "P Gupta ug cs" <pankajg <email protected>>
To: <phplib <email protected>>
Sent: Monday, September 18, 2000 7:08 AM
Subject: [phplib] Problem: The get parameter seems to be unending....

>
> Hello !
> I am having a problem with PHPlib. When I use phplib in my code, the get
> parameter seems to be caught in a loop. For example:
> -----------------------------------------------------------
> <?php
> include("/usr/home31/waytobiz/public_html/php/prepend.php3");
> page_open(array("sess" => "Example_Session"));
> ?>
> <?php page_close(); ?>
> <html><body>
> </body></html>
> -------------------------------------------------------
> returned this as the url when I tried to access
> http://waytobiz.addr.com/test1.php3
> :
>
http://waytobiz.addr.com/test1.php3?Example_Session=2fc2d6cb9a54c4bfea504150
83a2
>
eb9e&Example_Session=f0fa3a6e3c5cf35accfa8c804d8740c7&Example_Session=f071b7
2e97fa5e524e156be844131c04&Example_Session=4075f8e3076a25d447f5c40c8122b574&
Example_Session=4e7adff
>
d5622d4bdcacfbd490cbcefd6&Example_Session=47e7d1381d7eddc3024fba706e16e9b7&E
xample_Session=b8af497a49d19c1436756ab59154305a&Example_Session=5cabcec96029
fa5d43094e5a0092a5dc&Ex
>
ample_Session=38d12e882ebcb405b6f2a8e85175cda3&Example_Session=fac005c486425
1aca
>
8c4f1836dafa96a&Example_Session=09b0ebf2c39fe9ed4b44868938b90986&Example_Ses
sion
>
=f0a76ea847e762ddd49ab2cc0567f7d2&Example_Session=62538560489a2cb04ec5a55955
6f1d0e&Example_Session=4032e6c44dc14d7ab5f19396f8a07236&Example_Session=72fe
07a97b3c9369e77bcb5711c
>
581c2&Example_Session=fb5f9e1e31698813fe47ff076dd66ae7&Example_Session=63e0e
86312c301cddbe602c65ab7fe43&Example_Session=1da039db729ffeaaf209ad8166d76dde
&Example_Session=8e1ca55a1958dc6876d71b52e4881af1&Example_Session=91412ae410
454e2167b40bb82458f970&Exam
>
ple_Session=32d8e50a1f863bb4e69e1b234f6ade41&Example_Session=098e253aeff9f9f
dd564efc23a84eb1e&Example_Session=1e949cfd792d1fe77f69b60f14770a48&Example_S
ession=7351dabf6c9f0b340e43bceb72d96e21&Example_Session=de7522c7e4060db73c50
78e4526655b2&Example_Sessio
>
n=69fc33e44c4a7a2dc5a77f72c03de969&Example_Session=b06e213227dd1c30d0afdd371
83eb1a3&Example_Session=ace31cda36a239015ea98a5e8af17f62&Example_Session=f7d
209d2f0219d6dcbfe192634adc0fa&Example_Session=10e60300845b4cff354a12fef1d181
52&Example_Session=56c09c73
>
b08ca25029d898460ae5bfc3&Example_Session=ffa926a41badcb62ea911a565a8e1edc&Ex
ample_Session=51ba6261a6937cb9b9eb9a3ac7d47186&Example_Session=dc1d804f0f53e
7747ef4b444c323b979&Example_Session=d353edf36c40c1988c9f81be38108260&Example
_Session=338b1751e1a898b657
>
648057ce6c970f&Example_Session=cf207eb5f69cd593ae6202302989e2fc&Example_Sess
ion=284afa8f398b7791c408c3e75ad936da&Example_Session=7979a85fc3f207a1c9f21c7
958de8735&Example_Session=f52975eff320cb3d4821375b1f893ef7&Example_Session=a
ced38fd2c0d938f83c97f
>
> And ofcourse , the page never finishes loading unless I stop my browser.
>
> What could be the problem?
>
> I am new to PHPLIB. Please help me with this.
> I have read the documentation and configuration and everything in detail.
> I have set up my database access and it is working fine. For example, this
> code works flawless:
> <?php
> include("/usr/home31/waytobiz/public_html/php/prepend.php3");
> include("/usr/home31/waytobiz/public_html/php/table.inc"); // requires
> include_path to be functioning
> $db = new DB_Example;
> $db->query("select * from auth_user");
> $t = new Table;
> $t->heading = "on";
> $t->show_result($db);
> ?>
>
>
> Thank You
> Pankaj
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>