MESSAGE
DATE | 2009-07-14 |
FROM | Elfen Magix
|
SUBJECT | Subject: [NYLXS - HANGOUT] Perl Toe jam
|
From lest-hangout-at-mrbrklyn.com Tue Jul 14 19:00:17 2009 Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id n6EN0F3G004377 for ; Tue, 14 Jul 2009 19:00:17 -0400 Received: (from majordomo-at-localhost) by www2.mrbrklyn.com (8.13.1/8.13.1/Submit) id n6EN0Fvb004376 for hangout-outgoings; Tue, 14 Jul 2009 19:00:15 -0400 X-Authentication-Warning: www2.mrbrklyn.com: majordomo set sender to lest-hangout-at-nylxs.com using -f Received: from web38001.mail.mud.yahoo.com (web38001.mail.mud.yahoo.com [209.191.124.112]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with SMTP id n6EN0COO004373 for ; Tue, 14 Jul 2009 19:00:15 -0400 Received: (qmail 46237 invoked by uid 60001); 14 Jul 2009 23:00:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1247612409; bh=Cx6q3vbtQPDtpdMRuycUYJaDlELkVOAi86v0opgz4EQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=prbr6uJqjez7OsjdgRP7dO+lB2aE/Wp+WV8f/vJKXbDBbJ3Q2Wy/madeJSsJBEwLRusBtl6KD9+DEeONnl/7o4kZ19EfbZ23nmEtNkZMC+fTzybu+7UIgMlDciAmP2Eeg/qV+m4gNNSqJXRkfkziPszBY3EjEaLrpLnFeRHewKM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=cS16gld2Iwz+N7SXR3S7qdKj2xdCtOFZ1ltsXcidHxGUxCj7pFi6e2haYhbnGFV8ZxtVfEvXlQP9L1BIO89OUqQcmNqUfi4vJazpgbVLZEnmUH4EIOSTq1DFDGtM4/2N5uQkMe9lrbJ4ZIgfE5rGGvgV/eVwOb8p6ZVgpAaEvkA=; Message-ID: <600968.44674.qm-at-web38001.mail.mud.yahoo.com> X-YMail-OSG: k2.PBPsVM1kR6jpZ8s3z.J5l2ZXKX9dlS4zdWlvcXJqehJhHudnAl_wgfVxkGvvfhGd1a3p0xPHM_tUeRgwpq2IR_sZyB.Jvdc23zwu6rXCdQOvzaocvv7lSQDmhE8DkzslJc0db7ruYETuwYR9MFqH1HI8PfmdjTsWiTBWcUOklmAmZehCU6h0Kj5fWixlvU59plXkUxqPfnzHkmcmKiYkaaloHkSdQ_yqfC0XHmjWujF_Iy7yx6Hp2kHB1ruG4tsaRaNcioU58qwqHkZ8Si8WgvkmV5_iUCkkC3F3Z3JzhtooyQHLD8yKDxmATmJQxQv2jTnc_dBWKsn8yjG6RY_u2JD_rC.lTXHEXO0Co.HOq2QI- Received: from [216.194.21.132] by web38001.mail.mud.yahoo.com via HTTP; Tue, 14 Jul 2009 16:00:09 PDT X-Mailer: YahooMailClassic/5.4.17 YahooMailWebService/0.7.289.15 Date: Tue, 14 Jul 2009 16:00:09 -0700 (PDT) From: Elfen Magix Subject: [NYLXS - HANGOUT] Perl Toe jam To: hangout-at-mrbrklyn.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1943888454-1247612409=:44674" Sender: lest-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-mrbrklyn.com
--0-1943888454-1247612409=:44674 Content-Type: text/plain; charset=us-ascii
For months (on and off) I have been working on my own little project utilizing a simple search script within a database. I deleted some code and worked on it, improving bits here and there... now I need a tiny routine that I have forgotten how to do...
Currently, the search script dumps what it finds on the database on a single page with line breaks between entries. I need it pagenate the results into linkable pages. I can do this with the example url: http://search.cgi?searchstring=string&page=(a number).
Everything is currently dumped into 1 variable. How do I break up that variable into separate 10 entry linkable pages? Actually the breaking up is more important, for I can figure out the rest to finish this. The project is about 90% done and this is the only thing holding it back.
--0-1943888454-1247612409=:44674 Content-Type: text/html; charset=us-ascii
For months (on and off) I have been working on my own little project utilizing a simple search script within a database. I deleted some code and worked on it, improving bits here and there... now I need a tiny routine that I have forgotten how to do...
Currently, the search script dumps what it finds on the database on a single page with line breaks between entries. I need it pagenate the results into linkable pages. I can do this with the example url: http://search.cgi?searchstring=string&page=(a number).
Everything is currently dumped into 1 variable. How do I break up that variable into separate 10 entry linkable pages? Actually the breaking up is more important, for I can figure out the rest to finish this. The project is about 90% done and this is the only thing holding it back.
|
--0-1943888454-1247612409=:44674--
|
|