RE: [PHP-DB] Url link

2001-05-15 Thread Michael Rudel
3 PM > To: [EMAIL 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?o

RE: [PHP-DB] Url link

2001-05-14 Thread Hoover, Josh
Just a little tidbit on this particular point... > Some people > are against cookies, 'cause you can't guarantee that they're > turned on. If you configure PHP with "--enable-trans-sid" PHP will ensure that sessions work for all users regardless of whether they have cookies on or not. enable-tr

Re: [PHP-DB] Url link

2001-05-14 Thread Szii
l Message - From: "Mark @ 10base-t.com" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 1:02 PM 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 i

Re: [PHP-DB] Url link

2001-05-14 Thread ncarb
ity 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, 2

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 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? Need to improve y

Re: [PHP-DB] Url link

2001-05-14 Thread Roel Mulder
Robert, Use for the client's IP address: REMOTE_ADDR or for the hostname: REMOTE_HOST Run phpinfo(); to see for yourself. Regards, Roel Mulder At 17:25 14-05-2001 -0400, you wrote: >Anyone know how to get the connecting client's ip address using php? I need >to log this information to a db for

Re: [PHP-DB] Url link

2001-05-14 Thread Robert Staph
ray <[EMAIL PROTECTED]>; <[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 -

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

[PHP-DB] Url link

2001-05-14 Thread Mark @ 10base-t.com
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=0&submit=submitted&where=historical_yn%3D% 27N%27+and+fname+like+%27%25%25%27+and+lname+like+%27%25%25%

[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=0&submit=submitted&where=historical_yn%3D% 27N%27+and+fname+like+%27%25%25%27+and+lname+like+%27%25%25%