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

2007-04-26 Thread Henning Eiben
Richard Lynch wrote: Are there multiple threads spawned? Depends on server API. ISAPI does, fastCGi doesn't. OK; so for serving multiple concurrent clients ISAPI would sound to me like the better choice, since it can use threads, or what would be the advantage of using fastcgi? I believe

Re: [PHP] slow performance

2007-04-26 Thread Henning Eiben
Richard Lynch wrote: On Wed, April 25, 2007 5:48 am, Henning Eiben wrote: But as far as I understand, java kinda does the same thing, doesn't it? Sort of, but not really... Java has a single central one giant process architecture. PHP has a shared-nothing architecture. They're at

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

2007-04-26 Thread Stanislav Malyshev
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 FastCGI for more processes - 500 could be

[PHP] move if logic from php into query

2007-04-26 Thread Thufir
I couldn't get the page to load when the logic for line 31, ($id == $_POST[recordID]), was in the query. Can the logic for that be moved to the query? I expect so. I tried changing the where clause of the query, no go. [EMAIL PROTECTED] ~]$ [EMAIL PROTECTED] ~]$ cat

Re: [PHP] Re: PHP Text Messaging

2007-04-26 Thread clive
Michelle Konzack wrote: I buy from several European GSM-Providers bigger contingents of SMS's and have per SM-Provider 4-16 SIM-Cards... (My Server has 64 Siemens S40 attached) I pay per SMS 0.024 to 0.042 Euro and sell it for 0.06 to 0.18 Euro. The clients do Pre-Pay which mean I have no

[PHP] php + db2

2007-04-26 Thread Javier Ruiz
Hi I'm trying to install php-5.2.1 using ibm-db2. I made this a couple times already without any problem, but in this concrete machine I cannot pass the configure script... My problem is with the db2 enviroment. Before issuing configure with all the options, I sourced the db2profile file as

Re: [PHP] move if logic from php into query

2007-04-26 Thread Zoltán Németh
2007. 04. 26, csütörtök keltezéssel 08.28-kor Thufir ezt írta: I couldn't get the page to load when the logic for line 31, ($id == $_POST[recordID]), was in the query. Can the logic for that be moved to the query? I expect so. I tried changing the where clause of the query, no go. you

Re: [PHP] move if logic from php into query

2007-04-26 Thread Chris
Thufir wrote: I couldn't get the page to load when the logic for line 31, ($id == $_POST[recordID]), was in the query. Can the logic for that be moved to the query? I expect so. $query = SELECT contacts.id, px_items.id, title, notes FROM contacts, px_items WHERE contacts.id=px_items.id

Re: [PHP] move if logic from php into query

2007-04-26 Thread Sebe
Chris wrote: Thufir wrote: I couldn't get the page to load when the logic for line 31, ($id == $_POST[recordID]), was in the query. Can the logic for that be moved to the query? I expect so. $query = SELECT contacts.id, px_items.id, title, notes FROM contacts, px_items WHERE

[PHP] Fwd: php + db2

2007-04-26 Thread Javier Ruiz
Ok, I've seen something... I'm trying to compile php with db2 support but also with oracle support using oracle-instantclient. If I remove the oracle options (with-oci8 and with-pdo-oci), configure passes the ibm-db2 tests, but using oracle-instantclient + db2 seems to be problematic...

[PHP] Re: php + db2

2007-04-26 Thread Man-wai Chang
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? -- .~. Might. Courage. Vision. Sincerity. http://www.linux-sxs.org / v \ Simplicity is Beauty! May the

Re: [PHP] Re: first script

2007-04-26 Thread David Robley
Richard Lynch wrote: On Fri, April 20, 2007 5:38 pm, Thufir wrote: Richard Lynch ceo at l-i-e.com writes: On Fri, April 20, 2007 2:05 pm, Thufir wrote: Please tell me that's not your real name... [...] It's the name I use on the internet. That's fine. You can even go by that

Re: [PHP] define() an array?

2007-04-26 Thread Tijnema !
On 4/20/07, Richard Lynch [EMAIL PROTECTED] wrote: On Fri, April 20, 2007 4:46 am, [EMAIL PROTECTED] wrote: I thought I could define() and array. However, when I do this: Nope. :-( Has to be string or int or boolean or float or other scalar type. define(THECONSTANT, array(1,2,3));

[PHP] problem with shared object file

2007-04-26 Thread Marten Lehmann
Hello, I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such file or directory in /homepages/xyz/test.php on

Re: [PHP] slow performance

2007-04-26 Thread Robin Vickery
On 25/04/07, Richard Lynch [EMAIL PROTECTED] wrote: On Wed, April 25, 2007 5:09 am, Zoltán Németh wrote: 2007. 04. 25, szerda keltezÃ(c)ssel 11.53-kor Henning Eiben ezt írta: Zoltán NÃ(c)meth schrieb: not exactly. it pre-compiles them to opcodes and stores the opcode blocks. the

Re: [PHP] WBEM

2007-04-26 Thread Tijnema !
On 4/20/07, Tobias Wurst [EMAIL PROTECTED] wrote: is there any *PHP* WBEM- library like this: http://sourceforge.net/projects/pywbem/ There's no such thing as a PHP-WBEM yet, you might want to write it :) If you don't have time for that, and you still need it, you could make use of the

Re: [PHP] Problems installing php with pdflib

2007-04-26 Thread Tijnema !
On 4/25/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, April 24, 2007 7:39 am, Tijnema ! wrote: On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote: On Sat, April 14, 2007 3:55 am, Merlin wrote: I am moving to a new box and want to install php with pdflib again. After configure I get an

[PHP] Re: problem with shared object file

2007-04-26 Thread Colin Guthrie
Marten Lehmann wrote: Hello, I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such file or directory in

Re: [PHP] problem with shared object file

2007-04-26 Thread Stut
Marten Lehmann wrote: I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such file or directory in

[PHP] Re: problem with shared object file

2007-04-26 Thread Colin Guthrie
Marten Lehmann wrote: Hello, I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such file or directory in

Re: [PHP] problem with shared object file

2007-04-26 Thread Tijnema !
On 4/26/07, Marten Lehmann [EMAIL PROTECTED] wrote: Hello, I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such

[PHP] Re: problem with shared object file

2007-04-26 Thread Colin Guthrie
Marten Lehmann wrote: Hello, I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such file or directory in

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

2007-04-26 Thread Jonathan
Thufir wrote: When I print out my list of apartments, everything after http://vancouver.craigslist.org/apa/318594679.html, which is grabbed via http://code.google.com/p/feed-on-feeds/ is suddenly blue. So, the first few are fine, have black text, after that it's all blue. Do I put some html in

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

2007-04-26 Thread Dave Goodchild
View the source, you have this: font color=blue which is not closed, therefore everything after it will be blue.

[PHP] Re: php + db2

2007-04-26 Thread Man-wai Chang
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, SINCERITY.

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

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

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

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

Re: [PHP] Server side speech

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

Re: [PHP] Server side speech

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

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

2007-04-26 Thread Al
font.. is depreciated and shouldn't be used anyhow. Use styles instead. Dave Goodchild wrote: View the source, you have this: font color=blue which is not closed, therefore everything after it will be blue. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2007-04-26 Thread Tijnema !
On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color: grey; } /style font class=grey My Grey Text :) /font Tijnema Dave Goodchild wrote: View the source, you have

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

2007-04-26 Thread Stut
Tijnema ! wrote: On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color: grey; } /style font class=grey My Grey Text :) /font If you don't mind me saying so, that's

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

2007-04-26 Thread Tijnema !
On 4/26/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color: grey; } /style font class=grey My Grey Text :)

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

2007-04-26 Thread Stut
Tijnema ! wrote: On 4/26/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color: grey; } /style font

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

2007-04-26 Thread Tijnema !
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: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css

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 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: font.. is depreciated and shouldn't be used anyhow. Use styles

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

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

[PHP] Similar to yesterday

2007-04-26 Thread Dan Shirah
$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

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

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

Re: [PHP] Similar to yesterday

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

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

2007-04-26 Thread tedd
At 5:05 PM -0400 4/25/07, Lori Lay wrote: Zoltán Németh wrote: Incidentally, br/ is an error for html. can you tell me why br/ is an error greets Zoltán Németh br/ is xhtml. It's not an error in xhtml, but might confuse older browsers. I tried it, even with a strict HTML 4.01

Re: [PHP] Server side speech

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

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

2007-04-26 Thread Tijnema !
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, br/ is an error for html. can you tell me why br/ is an error greets Zoltán Németh br/ is xhtml. It's not an error in xhtml, but might confuse older browsers. I

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

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

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

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

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

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

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

2007-04-26 Thread tedd
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 br/ 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] Server side speech

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

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

2007-04-26 Thread Henning Eiben
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 FastCGI for

Re: [PHP] Server side speech

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

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

2007-04-26 Thread Tijnema !
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 br/ in sites for many years and never had any problem with it whatsoever. Also, every browser that

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

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

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

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

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

[PHP] IE and cookie issues in PHP app

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

Re: [PHP] slow performance

2007-04-26 Thread Henning Eiben
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 very

Re: [PHP] Server side speech

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

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

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

Re: [PHP] Re: PHP Text Messaging OT

2007-04-26 Thread tedd
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: 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: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color:

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: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :)

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. Ar.

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 1.0 Strict.

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 page is HTML 4.01

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: It's not

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: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination

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

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 phone

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 / would

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: 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: 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; } p class=grey 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: 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 in all my code

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: 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 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 (like me :P) I

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 talking around

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

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

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 100s

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 isn't

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'm in

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 have

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] wrote:

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

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 Customer

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

[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

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 me when you

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 still have

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 come over to the

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 Thu,

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.

[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 known

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: Tedd,

  1   2   >