php-general Digest 30 Jun 2007 13:16:14 -0000 Issue 4877

2007-06-30 Thread php-general-digest-help
php-general Digest 30 Jun 2007 13:16:14 - Issue 4877 Topics (messages 257999 through 258006): implementation of guest book 257999 by: Shiv Prakash Re: Handling animated GIFs with GD? 258000 by: Manuel Lemos Re: simple OCR in php 258001 by: Manuel Lemos Selecting

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-06-30 Thread Jim Lucas
kvigor wrote: Hello All, I'm attempting to return rows from a mysql DB based on this criteria: I have a list, in the form of an array that I need to compare against each row in the table. Where theres a match I need that entire row returned. e.g.$varListof 3outOf_10Fields =

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-06-30 Thread K. Hayes
Will do. Thanks. - Original Message - From: Jim Lucas [EMAIL PROTECTED] To: kvigor [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Saturday, June 30, 2007 1:46 AM Subject: Re: [PHP] Selecting Rows Based on Row Values Being in Array kvigor wrote: Hello All, I'm attempting

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-06-30 Thread Jim Lucas
K. Hayes wrote: Will do. Thanks. - Original Message - From: Jim Lucas [EMAIL PROTECTED] To: kvigor [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Saturday, June 30, 2007 1:46 AM Subject: Re: [PHP] Selecting Rows Based on Row Values Being in Array kvigor wrote: Hello All,

RE: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-30 Thread Brian Seymour
Patrick, did you trying going to http://www.php.net/unsub.php yet? =D Brian Seymour AeroCoreProductions http://www.aerocore.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Flash / Ajax / PHP

2007-06-30 Thread zerof
David Giragosian escreveu: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically alter Flash function parameters,

Re: [PHP] Flash / Ajax / PHP

2007-06-30 Thread tedd
At 10:30 AM -0500 6/29/07, David Giragosian wrote: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically alter

Re: [PHP] implementation of guest book

2007-06-30 Thread brian
Shiv Prakash wrote: Sir, I have implemented the guest book in web site successfully and its working also without any problem but administration side is asking for ID and Password, my request is how do I get that because I have tried my level best to find it in the site but I couldn’t get it

Re: [PHP] Flash / Ajax / PHP

2007-06-30 Thread David Giragosian
On 6/30/07, tedd [EMAIL PROTECTED] wrote: At 10:30 AM -0500 6/29/07, David Giragosian wrote: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example,

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-30 Thread Daniel Brown
On 6/30/07, Brian Seymour [EMAIL PROTECTED] wrote: Patrick, did you trying going to http://www.php.net/unsub.php yet? =D Brian Seymour AeroCoreProductions http://www.aerocore.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date Calculation Help

2007-06-30 Thread revDAVE
I have segmented a year into four quarters (3 months each) nowdate = the month of the chosen date (ex: 5-30-07 = month 5) Q: What is the best way to calculate which quarter (1-2-3 or 4) the chosen date falls on? Result - Ex: 5-30-07 = month 5 and should fall in quarter 2 -- Thanks - RevDave

[PHP] Re: Date Calculation Help

2007-06-30 Thread Oliver Jato
revDAVE wrote: I have segmented a year into four quarters (3 months each) nowdate = the month of the chosen date (ex: 5-30-07 = month 5) Q: What is the best way to calculate which quarter (1-2-3 or 4) the chosen date falls on? Result - Ex: 5-30-07 = month 5 and should fall in quarter

[PHP] str_replace new line

2007-06-30 Thread jekillen
Hello; I have the following code: $prps = str_replace(\n, ' ', $input[3]); $request = str_replace(// var purpose = {} ;\n, var purpose = '$prps';\n, $request); In the first line $input[3] is a string formatted with new lines at the end of each line. It is to be used to initialize a

RE: [PHP] simple OCR in php

2007-06-30 Thread Jay Blanchard
[snip] In short PHP cannot perform OCR functions. Why? PHP provides all requisite functions/features so if someone was sadistic enough and talented enough there's nothing to stop them writing an OCR app using it. [/snip] Sure, but then the scanning device would have to be connected to the

RE: [PHP] simple OCR in php

2007-06-30 Thread Robert Cummings
On Sat, 2007-06-30 at 12:12 -0500, Jay Blanchard wrote: [snip] In short PHP cannot perform OCR functions. Why? PHP provides all requisite functions/features so if someone was sadistic enough and talented enough there's nothing to stop them writing an OCR app using it. [/snip] Sure,

Re: [PHP] simple OCR in php

2007-06-30 Thread Stut
Jay Blanchard wrote: [snip] In short PHP cannot perform OCR functions. Why? PHP provides all requisite functions/features so if someone was sadistic enough and talented enough there's nothing to stop them writing an OCR app using it. [/snip] Sure, but then the scanning device would have

Re: [PHP] Date Calculation Help

2007-06-30 Thread Paul Novitski
At 6/30/2007 08:14 AM, revDAVE wrote: I have segmented a year into four quarters (3 months each) nowdate = the month of the chosen date (ex: 5-30-07 = month 5) Q: What is the best way to calculate which quarter (1-2-3 or 4) the chosen date falls on? Result - Ex: 5-30-07 = month 5 and should

[PHP] developer seeking document writer

2007-06-30 Thread adel
hi I wrote php 5 framework, not trying to do everything or add layers of complexing to what php already do easy, this framework has few objects that helps me doing commonly tasks easily like generating valid HTML, localization, ajax without coding any javascript and managing database without any