Re: [PHP] explode in mysql query

2007-04-26 Thread Zoltán Németh
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

[PHP] explode in mysql query

2007-04-26 Thread Sebe
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

[PHP] Changing Session Timeout

2007-04-26 Thread Aaron Axelsen
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

Re: [PHP] Another SYSTEM Function Question

2007-04-26 Thread Chris
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

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Justin Frim
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

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Børge Holen
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

[PHP] Re: Server-Side Speech --- New Project Discussion (PHP/C++ Developers?)

2007-04-26 Thread Colin Guthrie
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Børge Holen
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) > > > >

Re: [PHP] Server-Side Speech --- New Project Discussion (PHP/C++ Developers?)

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Server-Side Speech --- New Project Discussion (PHP/C++ Developers?)

2007-04-26 Thread Tijnema !
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

Re: [PHP] Another SYSTEM Function Question

2007-04-26 Thread Daniel Brown
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

[PHP] Another SYSTEM Function Question

2007-04-26 Thread Nathaniel Hall
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

Re: [PHP] Parsing CSV files

2007-04-26 Thread Edward Kay
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

Re: [PHP] Parsing CSV files

2007-04-26 Thread Brad Bonkoski
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

Re: [PHP] Parsing CSV files

2007-04-26 Thread Richard Davey
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

[PHP] Parsing CSV files

2007-04-26 Thread Todd Cary
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

[PHP] Server-Side Speech --- New Project Discussion (PHP/C++ Developers?)

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Zoltán Németh
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 ;

Re: [PHP] Opening file

2007-04-26 Thread Zoltán Németh
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

Re: [PHP] Uploaded file

2007-04-26 Thread Zoltán Németh
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Robert Cummings
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

Re: [PHP] Uploaded file

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Robert Cummings
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

Re: [PHP] Find MAC Address in PHP

2007-04-26 Thread Nathaniel Hall
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
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: > > > > > > > >

[PHP] Opening file

2007-04-26 Thread ed gregory
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

Re: [PHP] Uploaded file

2007-04-26 Thread Stut
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Robert Cummings
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

[PHP] Uploaded file

2007-04-26 Thread PHP
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

Re: [PHP] IE and cookie issues in PHP app

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread jgodish
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread Tijnema !
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'

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread jgodish
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread jgodish
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: PHP & Text Messaging [Straying Way OT]

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread tedd
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 :)

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
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 ">"

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread tedd
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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread tedd
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 :

Re: [PHP] Re: PHP & Text Messaging

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: PHP & Text Messaging

2007-04-26 Thread jgodish
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 participant’s consent is needed. Likewise, you

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Justin Frim
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 "/"

Re: [PHP] Re: PHP & Text Messaging

2007-04-26 Thread Daniel Brown
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

Re: [PHP] Re: PHP & Text Messaging

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: PHP & Text Messaging

2007-04-26 Thread Daniel Brown
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]

Re: [PHP] Re: PHP & Text Messaging

2007-04-26 Thread Justin Frim
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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Robert Cummings
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. > >>> >

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
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:

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Robert Cummings
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'

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Robert Cummings
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

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
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.

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread tedd
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.

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Server side speech

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

Re: [PHP] slow performance

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

[PHP] IE and cookie issues in PHP app

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Server side speech

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 (

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

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

Re: [PHP] Server side speech

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Server side speech

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

Re: [PHP] Re: posting variables to parent frame

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

Re: [PHP] Similar to yesterday

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

Re: [PHP] TrueType font changes size when rotated?

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

[PHP] Similar to yesterday

$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

[PHP] Re: breakthrough: get record, insert on different table works

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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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.

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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 :) >> >

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

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

Re: [PHP] Server side speech

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

Re: [PHP] Server side speech

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

Re: [PHP] TrueType font changes size when rotated?

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,

Re: [PHP] Re: posting variables to parent frame

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

[PHP] Re: php + db2

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   2   >