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
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, t
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 Flas
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
,the
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 exa
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
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
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 q
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 ja
[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
se
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]
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 to
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 f
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 an
14 matches
Mail list logo