2007. 04. 27, péntek keltezéssel 02.33-kor Sebe ezt írta:
> i have a mysql column that looks like this:
>
> groups
> ---
> 12,7,10,6,14,11,2
>
> is it possible to select the row if `groups` contain 7 or 14?
you'd better put the groups info in a separate table, referenced by this
table. then
i have a mysql column that looks like this:
groups
---
12,7,10,6,14,11,2
is it possible to select the row if `groups` contain 7 or 14?
trying to avoid running two queries and running explode() on it.
i don't remember but i thought there was a way to use explode() on
something like this wit
I am trying to change my session timeout to 180 minutes, and everything
ive tried has not worked. Does anyone have any idea why this isn't
working properly?
I currently am trying to set the following:
session_name('myapp');
$mytimeout = 180 * 60; // minutes * 60
session_set_cookie_params($myti
Nathaniel Hall wrote:
I have another question regarding running a system command on a web
server. Let me explain again, I am creating a login page that is to be
used on my local lan only. I am wanting to lock down a maximum number
of logins to up to 2 MAC addresses. I finally got the arp com
Edward Vermillion wrote:
So you're saying that if I "maximize" my browser window, all the
sites that you made with tables will "actually look good", at 1680 x
1050, because they are stretchy-pages?
Honestly, I have no clue as to why some folks think that a "stretchy"/
liquid/dynamic layout
On Thursday 26 April 2007 20:24, Justin Frim wrote:
> tedd wrote:
> > At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
> >> It's not XHTML 1.0 Strict valid .. :P
> >> You're page is HTML 4.01 valid, i think you should make it XHTML 1.0
> >> Strict.
> >
> > Ar. Then I would have to add all those "/" t
Daniel Brown wrote:
>As a result of an ongoing thread, I am launching a project that should
> allow users on shared hosting accounts and other restricted Unix-like
> hosting systems to utilize text-to-speech synthesis, primarily the Festival
> TTS engine. The goal of the project will be to cre
On Thursday 26 April 2007 20:34, tedd wrote:
> At 8:00 PM +0200 4/26/07, Tijnema ! wrote:
> >On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >>So we're talking around 2012? Hell, I'll be retired by then!!! ;)
> >>
> >>Cheers,
> >>Rob.
> >
> >You maybe, but not everyone (like me :P)
> >
> >
It's just an open-source project to be done on an at-will, volunteer
basis. Once I get the wheels in motion, I'll let you know. For now, I'm
still just trying to see if anyone's willing to help out.
On 4/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
On 4/26/07, Daniel Brown <[EMAIL PROTECTED
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
As a result of an ongoing thread, I am launching a project that should
allow users on shared hosting accounts and other restricted Unix-like
hosting systems to utilize text-to-speech synthesis, primarily the Festival
TTS engine. The goal of
Try this:
On 4/26/07, Nathaniel Hall <[EMAIL PROTECTED]> wrote:
I have another question regarding running a system command on a web
server. Let me explain again, I am creating a login page that is to be
used on my local lan only. I am wanting to lock down a maximum number
of logins to up
I have another question regarding running a system command on a web
server. Let me explain again, I am creating a login page that is to be
used on my local lan only. I am wanting to lock down a maximum number
of logins to up to 2 MAC addresses. I finally got the arp command
working, but now
Todd Cary wrote:
Is there a function that can parse a comma delimited file into an array?
Todd
fgetcsv - http://uk.php.net/fgetcsv
Did you even try looking in the manual?
Edward
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Todd Cary wrote:
Is there a function that can parse a comma delimited file into an array?
Todd
http://us.php.net/manual/en/function.fgetcsv.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Todd Cary wrote:
Is there a function that can parse a comma delimited file into an array?
http://uk.php.net/manual/en/function.str-getcsv.php
Cheers,
Rich
--
Zend Certified Engineer
http://www.corephp.co.uk
"Never trust a computer you can't throw out of a window"
--
PHP General Mailing Lis
Is there a function that can parse a comma delimited file into an
array?
Todd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
As a result of an ongoing thread, I am launching a project that should
allow users on shared hosting accounts and other restricted Unix-like
hosting systems to utilize text-to-speech synthesis, primarily the Festival
TTS engine. The goal of the project will be to create a miniature, portable
T
2007. 04. 26, csütörtök keltezéssel 15.33-kor Robert Cummings ezt írta:
> On Thu, 2007-04-26 at 20:26 +0100, Tijnema ! wrote:
> >
> > > > Laws, there are laws of course, but ignoring some laws doesn't mean
> > > > you get caught by the cops :)
> > >
> > > It also doesn't mean you don't get caught ;
2007. 04. 26, csütörtök keltezéssel 23.19-kor ed gregory ezt írta:
> Hi list,
>
> I have been trying to make "printer friendly version" feature for a
> web site and have encountered a problem. Each page of the web site is
> composed of a header.php, footer.php and the content of the page which
> u
2007. 04. 26, csütörtök keltezéssel 11.57-kor PHP ezt írta:
> Hi,
> How do I pass an uploaded file, from a form, to a class?
>
> I have a file type on the form called file.
>
> The variable $file is fine in my php code, can be used normally.
if you have $file then you are probably using register
On Thu, 2007-04-26 at 20:26 +0100, Tijnema ! wrote:
>
> > > Laws, there are laws of course, but ignoring some laws doesn't mean
> > > you get caught by the cops :)
> >
> > It also doesn't mean you don't get caught ;)
>
> I can't really make a comment about it on this list, but you probably
> know
On 4/26/07, PHP <[EMAIL PROTECTED]> wrote:
Hi,
How do I pass an uploaded file, from a form, to a class?
I have a file type on the form called file.
The variable $file is fine in my php code, can be used normally.
But, I want to pass it to a class then manipulate the file, but it does not
work
On Thu, 2007-04-26 at 21:02 +0200, Tijnema ! wrote:
> On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote:
> > > On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Tedd,
> > > >
> > > > If you still have those old un
chris smith wrote:
On 4/25/07, Nathaniel Hall <[EMAIL PROTECTED]> wrote:
Davi wrote:
> Em Domingo 22 Abril 2007 03:12, Richard Lynch escreveu:
>
>> On Fri, April 20, 2007 3:00 pm, Nathaniel Hall wrote:
>>
>>>
>>> does not give me any
>>> output. I have copied arp to a place that the apache use
On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Thu, 2007-04-26 at 21:02 +0200, Tijnema ! wrote:
> On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote:
> > > On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
> > > >
> > > >
Hi list,
I have been trying to make "printer friendly version" feature for a
web site and have encountered a problem. Each page of the web site is
composed of a header.php, footer.php and the content of the page which
uses "include_once" to include the above mentioned pages. I have tried
all know
PHP wrote:
How do I pass an uploaded file, from a form, to a class?
I have a file type on the form called file.
The variable $file is fine in my php code, can be used normally.
But, I want to pass it to a class then manipulate the file, but it does not
work.
$cMyClass->fnManipulateFile($file
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
Yeah, I heard the Netherlands was really loose with their laws on this
kind of thing ;-P
Yeah, the cops are walking on the street :) not surfing on the web,...
Tijnema
On 4/26/07, Robert Cummings < [EMAIL PROTECTED]> wrote:
> On Th
On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote:
> On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
> >
> > Tedd,
> >
> > If you still have those old underwear, we should stick 'em up Tijnema's
> > nose! :-D
>
> Hmm, if you com
Yeah, I heard the Netherlands was really loose with their laws on this
kind of thing ;-P
On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote:
> On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
> >
> > Tedd,
> >
> > If you s
On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote:
> On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
> >
> > Tedd,
> >
> > If you still have those old underwear, we should stick 'em up Tijnema's
> > nose! :-D
>
> Hmm, if you come over to the netherlands to do that :)
>
> Just tell m
Hi,
How do I pass an uploaded file, from a form, to a class?
I have a file type on the form called file.
The variable $file is fine in my php code, can be used normally.
But, I want to pass it to a class then manipulate the file, but it does not
work.
$cMyClass->fnManipulateFile($file);
the f
On 4/26/07, Dave Goodchild <[EMAIL PROTECTED]> wrote:
Hi all. I have built an online events directory in php (
http://dontjustsitthere.co.uk) where people can find local events and also
post their events. The app is composed of a single page, index.php, that
generates different content depending
The power of the Internet, free speach & freedom information at work!!
Quoting Daniel Brown <[EMAIL PROTECTED]>:
> John,
>
> You do realize now that this thread is going to show up in Google
> searches for wannabe spies, jealous spouses, lawsuit-filers, and anyone
> calling Sprint Custome
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
Tedd,
If you still have those old underwear, we should stick 'em up Tijnema's
nose! :-D
Hmm, if you come over to the netherlands to do that :)
Just tell me when you arrive at Schiphol (Or Groningen Airport Eelde,
lil bit closer), a
John,
You do realize now that this thread is going to show up in Google
searches for wannabe spies, jealous spouses, lawsuit-filers, and anyone
calling Sprint Customer "Service", right?
On 4/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> w
Tedd,
If you still have those old underwear, we should stick 'em up Tijnema's
nose! :-D
On 4/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
>
> Well, smartass, I was going to pay you a compliment and say that
you're
> well-versed and
On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
If your really interested in this subject try;
http://www.rcfp.org/taping/
Does there exists such page for world-wide phone calls?
Tijnema
Quoting Daniel Brown <[EMAIL PROTECTED]>:
> Interesting and being in Pennsylvania, I'
If your really interested in this subject try;
http://www.rcfp.org/taping/
Quoting Daniel Brown <[EMAIL PROTECTED]>:
> Interesting and being in Pennsylvania, I'm in the "all-consent"
> group but being originally from New Jersey, where I still thought it was
> law, I'm confused i
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
Well, smartass, I was going to pay you a compliment and say that you're
well-versed and have a good handle on programming for someone your age
but now, forget it! ;-P
What does one person more or less matter if there are already 100
Thank you, sir! Didn't have the minute to look it up. Excellent
citing.
On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Federal law says that at least one party taking part in the call MUST
consent to
the recording. (18 U.S.C. Sec. 2511(2)(d))
Quoting Daniel Brown <[EMAIL PROTEC
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 2:01 PM -0400 4/26/07, Robert Cummings wrote:
>On Thu, 2007-04-26 at 13:19 -0400, tedd wrote:
>
> > .grey { color: grey; } <-- external, not embedded.
>
>Oh dear, that's terrible, everyone knows you should use dropped
>vertically aligned braces in
Federal law says that at least one party taking part in the call MUST consent to
the recording. (18 U.S.C. Sec. 2511(2)(d))
Quoting Daniel Brown <[EMAIL PROTECTED]>:
> Interesting and being in Pennsylvania, I'm in the "all-consent"
> group but being originally from New Jersey, where I
Well, smartass, I was going to pay you a compliment and say that you're
well-versed and have a good handle on programming for someone your age
but now, forget it! ;-P
On 4/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
>
> You're 15
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
You're 15 years old Tij?
Wow, you were good at math right?
Tijnema
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
> At 8:00 PM +0200 4/26/07, Tijnema ! wrote:
> >On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >>So we're talki
You're 15 years old Tij?
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 8:00 PM +0200 4/26/07, Tijnema ! wrote:
>On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
>>So we're talking around 2012? Hell, I'll be retired by then!!! ;)
>>
>>Cheers,
>>Rob.
>
>You maybe, but not everyone (li
Interesting and being in Pennsylvania, I'm in the "all-consent"
group but being originally from New Jersey, where I still thought it was
law, I'm confused isn't there a Federal mandate about this as well?
On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
In the US you can
At 8:00 PM +0200 4/26/07, Tijnema ! wrote:
On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
So we're talking around 2012? Hell, I'll be retired by then!!! ;)
Cheers,
Rob.
You maybe, but not everyone (like me :P)
I would love to, but well, i guess i can't stop when i'm 20 years old :)
On 4/26/07, Justin Frim <[EMAIL PROTECTED]> wrote:
tedd wrote:
> At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
>
>> It's not XHTML 1.0 Strict valid .. :P
>> You're page is HTML 4.01 valid, i think you should make it XHTML 1.0
>> Strict.
>
>
> Ar. Then I would have to add all those "/" to my ">"
At 1:57 PM -0400 4/26/07, Robert Cummings wrote:
On Thu, 2007-04-26 at 13:08 -0400, tedd wrote:
> Besides, when HTML 4.01 finally does, someone will make a parser that
will fix everything.
And someone will probably make a good screen reader by then too
necessarily reducing the need for table
At 2:01 PM -0400 4/26/07, Robert Cummings wrote:
On Thu, 2007-04-26 at 13:19 -0400, tedd wrote:
> .grey { color: grey; } <-- external, not embedded.
Oh dear, that's terrible, everyone knows you should use dropped
vertically aligned braces in CSS:
.grey
{
color: grey;
}
My Grey Text :
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
Yeah, but unfortunately, in the United States, you have to alert someone
when you're recording a telephone conversation.
I hate laws, and i don't live in the US. :)
I don't know how the laws are here in the netherlands, but i guess it
is
In the US you can record your own phone calls, ingoing and outgoing? Usually!!
Most states are one-party-consent law states. If you live in one of these, you
can always record your own in-state calls either openly or surreptitiously,
since only one participants consent is needed. Likewise, you
tedd wrote:
At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
It's not XHTML 1.0 Strict valid .. :P
You're page is HTML 4.01 valid, i think you should make it XHTML 1.0
Strict.
Ar. Then I would have to add all those "/" to my ">" in all my
code in all my sites. Literally millions of new "/"
Yeah, but unfortunately, in the United States, you have to alert someone
when you're recording a telephone conversation.
On 4/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote:
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
>Sounds like a good plan. Maybe I'll start recording all of my ph
On 4/26/07, Daniel Brown <[EMAIL PROTECTED]> wrote:
Sounds like a good plan. Maybe I'll start recording all of my phone
calls. I'll just answer the phone, "Hello, this call is being reported for
quality assurance and training purposes, this is Dan, wazzzup?!?"
Hmm, i see nobody would ever
Sounds like a good plan. Maybe I'll start recording all of my phone
calls. I'll just answer the phone, "Hello, this call is being reported for
quality assurance and training purposes, this is Dan, wazzzup?!?"
On 4/26/07, Justin Frim <[EMAIL PROTECTED]> wrote:
Richard Lynch wrote:
>[snip]
Richard Lynch wrote:
[snip]
Relying on Sprint, however, to honor any kind of oral agreement, is a
big fat *NOT*
"I'm sorry, but we just don't have any reocrd of that conversation.
You're now 2 weeks overdue, because that extension you claim we gave
you doesn't exist."
It was like a parody of
On Thu, 2007-04-26 at 13:19 -0400, tedd wrote:
> At 3:33 PM +0200 4/26/07, Tijnema ! wrote:
> >On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
> >>Tijnema ! wrote:
> >>> On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
> is depreciated and shouldn't be used anyhow. Use styles
> instead.
> >>>
>
On 4/26/07, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Thu, 2007-04-26 at 19:17 +0200, Tijnema ! wrote:
> On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
> > At 5:26 PM +0200 4/26/07, Tijnema ! wrote:
> > >On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
> > >>At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
On Thu, 2007-04-26 at 19:17 +0200, Tijnema ! wrote:
> On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
> > At 5:26 PM +0200 4/26/07, Tijnema ! wrote:
> > >On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
> > >>At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
> > >>>It's not XHTML 1.0 Strict valid .. :P
> > >>>You'
On Thu, 2007-04-26 at 13:08 -0400, tedd wrote:
> At 5:26 PM +0200 4/26/07, Tijnema ! wrote:
> >On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
> >>At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
> >>>It's not XHTML 1.0 Strict valid .. :P
> >>>You're page is HTML 4.01 valid, i think you should make it XHTML
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 5:26 PM +0200 4/26/07, Tijnema ! wrote:
>On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
>>At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
>>>It's not XHTML 1.0 Strict valid .. :P
>>>You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict.
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 3:33 PM +0200 4/26/07, Tijnema ! wrote:
>On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
>>Tijnema ! wrote:
>>> On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
is depreciated and shouldn't be used anyhow. Use styles
instead.
>>>
>>> I use combi
At 3:33 PM +0200 4/26/07, Tijnema ! wrote:
On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
Tijnema ! wrote:
On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
is depreciated and shouldn't be used anyhow. Use styles
instead.
I use combination of both :)
>
Re: [PHP] Re: PHP & Text Messaging OT
At 5:26 PM -0500 4/25/07, Richard Lynch wrote:
On Wed, April 25, 2007 4:46 pm, Daniel Brown wrote:
That's an excellent point, Richard. I just switched providers
sort
of. I went from the right-wing of the Sprint Regime (Sprint PCS) to
the
left-wing (Nextel) on Saturday afternoon.
At 5:26 PM +0200 4/26/07, Tijnema ! wrote:
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
It's not XHTML 1.0 Strict valid .. :P
You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict.
Ar. Then I would have to add all those "/" t
At 10:44 AM -0400 4/26/07, Daniel Brown wrote:
No, I meant a dedicated server that you lease in a datacenter, not one
that you'd have to be responsible for in your own home. I had Comcast cable
Internet, too my speeds were actually pretty good (in northeast
Pennsylvania) with them and Ade
Richard Lynch wrote:
> At 31:3 ratio, it's almost for sure NOT the fault of 3-tier
> architecture nor the OR-mapper.
>
> Or, if it is, it's because you've chosen a HORRIBLE 3-tier
> architecture or a RIDICULOUS OR-mapper.
>
> My *first* *first* *first* SWAG is that you've got something very very
Hi all. I have built an online events directory in php (
http://dontjustsitthere.co.uk) where people can find local events and also
post their events. The app is composed of a single page, index.php, that
generates different content depending on the parameters passed to it and
uses sessions for pe
At 5:08 PM +0200 4/26/07, Zoltán Németh wrote:
2007. 04. 26, csütörtök keltezéssel 11.00-kor tedd ezt írta:
At 5:37 PM -0400 4/25/07, Al wrote:
>Ted: FF 2.0.0.3 is what I used to examine your html code. It looks
>the same with IE7.
It's "tedd" not "Tedd"
I don't know for sure, but I do
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
>It's not XHTML 1.0 Strict valid .. :P
>You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict.
Ar. Then I would have to add all those "/" to my ">" in all my
code in all my sites. Lit
At 5:06 PM +0200 4/26/07, Tijnema ! wrote:
It's not XHTML 1.0 Strict valid .. :P
You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict.
Ar. Then I would have to add all those "/" to my ">" in all my
code in all my sites. Literally millions of new "/" would have to be
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 4:54 PM +0200 4/26/07, Tijnema ! wrote:
>On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
>>Also, which older browsers have problems with it?
>>I've been using "" in sites for many years
>>and never had any problem with it whatsoever.
>>Also, every browse
Heh crude, but it made me smile.
On 4/26/07, Justin Frim <[EMAIL PROTECTED]> wrote:
tedd wrote:
> However, I did run my audio captcha by a couple dozen _visually
> impaired_ testers...
..snip...
> ...it's interesting to see what _they see_.
>
nothing?
;-)
--
PHP General Mailing List (
Stanislav Malyshev wrote:
>> OK, I installed FCGI and ran my testsuite. I did get more requests in a
>> timeperiod of 5 minutes, but unfortunatly I also got a lot of errors
>> (HTTP 500). But the performance of successful pages was increased by
>> almost 15%.
>
> Maybe you need to configure FastC
tedd wrote:
However, I did run my audio captcha by a couple dozen _visually
impaired_ testers...
..snip...
...it's interesting to see what _they see_.
nothing?
;-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At 4:54 PM +0200 4/26/07, Tijnema ! wrote:
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
Also, which older browsers have problems with it?
I've been using "" in sites for many years
and never had any problem with it whatsoever.
Also, every browser that BrowserCam provides has
not demonstrated any
2007. 04. 26, csütörtök keltezéssel 11.00-kor tedd ezt írta:
> At 5:37 PM -0400 4/25/07, Al wrote:
> >Ted: FF 2.0.0.3 is what I used to examine your html code. It looks
> >the same with IE7.
>
>
> It's "tedd" not "Tedd"
>
> I don't know for sure, but I don't think IE 7 has the option to "View
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 5:37 PM -0400 4/25/07, Al wrote:
>Ted: FF 2.0.0.3 is what I used to examine your html code. It looks
>the same with IE7.
It's "tedd" not "Tedd"
I don't know for sure, but I don't think IE 7 has the option to "View
Generated Source" -- however, F
At 5:37 PM -0400 4/25/07, Al wrote:
Ted: FF 2.0.0.3 is what I used to examine your html code. It looks
the same with IE7.
It's "tedd" not "Tedd"
I don't know for sure, but I don't think IE 7 has the option to "View
Generated Source" -- however, FF does, so try it after you click
"Speak Ke
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote:
At 5:05 PM -0400 4/25/07, Lori Lay wrote:
>Zoltán Németh wrote:
>>
>>>Incidentally, "" is an error for html.
>>>
>>
>>can you tell me why is an error
>>
>>greets
>>Zoltán Németh
>>
>>
> is xhtml. It's not an error in xhtml, but
>might confuse olde
No, I meant a dedicated server that you lease in a datacenter, not one
that you'd have to be responsible for in your own home. I had Comcast cable
Internet, too my speeds were actually pretty good (in northeast
Pennsylvania) with them and Adelphia, whom they bought out last year. About
4M
At 5:05 PM -0400 4/25/07, Lori Lay wrote:
Zoltán Németh wrote:
Incidentally, "" is an error for html.
can you tell me why is an error
greets
Zoltán Németh
is xhtml. It's not an error in xhtml, but
might confuse older browsers. I tried it, even
with a strict HTML 4.01 doctype an
2007. 04. 26, csütörtök keltezéssel 10.12-kor Dan Shirah ezt írta:
> $id_support contains 8 results
> $id_traffic contains 0 results (this is correct)
> $id_card returns a *single* result when it should return an amount equal to
> the number of records retrieved by $id_support + $id_traffic.
>
> S
At 2:14 PM +0200 4/26/07, Tijnema ! wrote:
On 4/26/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Wed, April 25, 2007 3:33 pm, Seth Price wrote:
I downloaded your image, enlarged it, and measured it out in
photoshop. The distance from the center to the left side is 131px,
and center to righ
$id_support contains 8 results
$id_traffic contains 0 results (this is correct)
$id_card returns a *single* result when it should return an amount equal to
the number of records retrieved by $id_support + $id_traffic.
So, if $id_support returns multiple records as an array and $sql_card is a
quer
Thufir wrote:
> it ain't pretty, but it's like a sugar rush! Finally, able to enter data on
> forms which I can create :)
>
[snip]
>
> Any thoughts/suggestions/advice as a next step? I need to add a timestamp
> when
> the data's entered, but that's a small thing. This is adding notes onto
> c
On Thu, 2007-04-26 at 15:38 +0200, Tijnema ! wrote:
> On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
> > Tijnema ! wrote:
> > > On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
> > >> Tijnema ! wrote:
> > >> > On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
> > >> >> is depreciated and shouldn't be used anyhow.
On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
Tijnema ! wrote:
> On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
>> Tijnema ! wrote:
>> > On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
>> >> is depreciated and shouldn't be used anyhow. Use styles
>> >> instead.
>> >
>> > I use combination of both :)
>> >
Tijnema ! wrote:
On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
Tijnema ! wrote:
> On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
>> is depreciated and shouldn't be used anyhow. Use styles
>> instead.
>
> I use combination of both :)
>
> font.grey { color: grey; }
>
> My Grey Text :)
If you don't
On 4/26/07, Stut <[EMAIL PROTECTED]> wrote:
Tijnema ! wrote:
> On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
>> is depreciated and shouldn't be used anyhow. Use styles
>> instead.
>
> I use combination of both :)
>
> font.grey { color: grey; }
>
> My Grey Text :)
If you don't mind me saying so
Tijnema ! wrote:
On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
is depreciated and shouldn't be used anyhow. Use styles
instead.
I use combination of both :)
font.grey { color: grey; }
My Grey Text :)
If you don't mind me saying so, that's daft. You should be using
tags here, not the depr
On 4/26/07, Al <[EMAIL PROTECTED]> wrote:
is depreciated and shouldn't be used anyhow. Use styles instead.
I use combination of both :)
font.grey { color: grey; }
My Grey Text :)
Tijnema
Dave Goodchild wrote:
> View the source, you have this:
>
>
>
> which is not closed, therefore eve
is depreciated and shouldn't be used anyhow. Use styles instead.
Dave Goodchild wrote:
View the source, you have this:
which is not closed, therefore everything after it will be blue.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At 7:24 PM -0400 4/25/07, Justin Frim wrote:
Perhaps lightly off-topic, I had to make a quick audio CAPTCHA to
complement a visual one for a web site. I was thinking of having a
server-side TTS system, but that just became too big a can of worms
for the size of the project. I also had the res
At 4:25 PM -0400 4/25/07, Brad Bonkoski wrote:
Daniel Brown wrote:
Tedd,
On all of the *nix boxes I use (and have used) I've had to install
Festival manually, so I would definitely not say that it's commonly found on
there especially for a server configuration.
But it IS commonly ava
On 4/26/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Wed, April 25, 2007 3:33 pm, Seth Price wrote:
> I downloaded your image, enlarged it, and measured it out in
> photoshop. The distance from the center to the left side is 131px,
> and center to right side is 129px. Diameter to top is 129px,
On 4/26/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Wed, April 25, 2007 3:29 pm, Zoltán Németh wrote:
> 2007. 04. 25, szerda keltezÃ(c)ssel 14.35-kor Al ezt Ãrta:
>> Very clever use of iFrame. So clever it doesn't show in your html
>> source code.
>>
>> Looks more like you are using DIV tag
Man-wai Chang wrote:
>> build test failed. Please check the config.log for details.
>> You need to source your DB2 environment before running PHP configure:
>> # . $IBM_DB2/db2profile
>
> so where is your db2profile?
>
did you `export IBM_DB2=x`?
--
.~. Might, Courage, Vision, SINCERIT
1 - 100 of 121 matches
Mail list logo