On Thu, Mar 08, 2001 at 09:32:25PM -0000, george wrote:
> I am building a site which pulls FAQ's out of the database onto a page,but
> having just finished reading the FAQ's I realise that they will have to be
> spread over a few pages,
> how to I get the new page to take over where the old page finished.

I would try programming, that usually works for me.

You will have to let the program know where you left off, you could pass
it in the url, set a cookie, or put it to the session.  Either way, just
do a little programming and voila.

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
Well, you can implement a Perl peek() with unpack('P',...).  Once you
have that, there's only security through obscurity.  :-)
             -- Larry Wall in <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to