RE: [PHP-DB] Url link

2001-05-15 Thread Michael Rudel
PROTECTED] Subject: [PHP-DB] Url link Hey there, I'm trying to build NEXT/PREV buttons on my search page. The only way I know to do it so far is via an url. So the link I create is the following: http://monster/search1.php?offset=0submit=submittedwhere=his torical_yn%3D% 27N%27+and+fname

[PHP-DB] Url link

2001-05-14 Thread Mark McCray
Hey there, I'm trying to build NEXT/PREV buttons on my search page. The only way I know to do it so far is via an url. So the link I create is the following: http://monster/search1.php?offset=0submit=submittedwhere=historical_yn%3D%

Re: [PHP-DB] Url link

2001-05-14 Thread Roel Mulder
Hi Mark, Try this code for your delight: http://www.oreillynet.com/pub/a/php/2000/11/02/next_previous.html Regards, Roel Mulder At 16:02 14-05-2001 -0400, you wrote: Hey there, I'm trying to build NEXT/PREV buttons on my search page. The only way I know to do it so far is via an url. 8

Re: [PHP-DB] Url link

2001-05-14 Thread Robert Staph
]; [EMAIL PROTECTED] Sent: Monday, May 14, 2001 4:51 PM Subject: Re: [PHP-DB] Url link Hi Mark, Try this code for your delight: http://www.oreillynet.com/pub/a/php/2000/11/02/next_previous.html Regards, Roel Mulder At 16:02 14-05-2001 -0400, you wrote: Hey there, I'm trying to build NEXT

RE: [PHP-DB] Url link

2001-05-14 Thread Hoover, Josh
$REMOTE_ADDR is what you're looking for. To find out all these sort of variables PHP makes available to you, do a ?php phpinfo(); ? page and then look at the section titled: Apache Environment. Josh Hoover KnowledgeStorm, Inc. [EMAIL PROTECTED] Searching for a new IT solution for your company?

Re: [PHP-DB] Url link

2001-05-14 Thread ncarb
for security reasons Thanks Robert Staph, W3RCS The Center for Advanced Technologies - Original Message - From: Roel Mulder [EMAIL PROTECTED] To: Mark McCray [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 14, 2001 4:51 PM Subject: Re: [PHP-DB] Url link Hi Mark