Re: [PHP] Re: Delaying $(document).ready() in jQuery until php script finish

2011-03-11 Thread Tommy Pham
On Fri, Mar 11, 2011 at 10:31 PM, David Hutto smokefl...@gmail.com wrote: On Sat, Mar 12, 2011 at 1:21 AM, Tommy Pham tommy...@gmail.com wrote: I think the OP is having both PHP JS codes mixed and scattered all over the page.  If chunked-encoding used without any ob* implementation

Re: [PHP] Re: Delaying $(document).ready() in jQuery until php script finish

2011-03-11 Thread Tommy Pham
On Fri, Mar 11, 2011 at 10:34 PM, David Hutto smokefl...@gmail.com wrote: Although, right now, if I were going to be using all of those languages in unison(and I am), then I'd go with C, and spit them out to the browser for lower level control, as well as, to remain familiar with some of the

Re: [PHP] Re: Delaying $(document).ready() in jQuery until php script finish

2011-03-11 Thread Tommy Pham
On Fri, Mar 11, 2011 at 11:26 PM, David Hutto smokefl...@gmail.com wrote: On Sat, Mar 12, 2011 at 2:22 AM, Tommy Pham tommy...@gmail.com wrote: On Fri, Mar 11, 2011 at 10:34 PM, David Hutto smokefl...@gmail.com wrote: Although, right now, if I were going to be using all of those languages

Re: [PHP] Large binary objects in MySQL - problem

2011-02-22 Thread Tommy Pham
On Tue, Feb 22, 2011 at 1:07 PM, Florin Jurcovici florin.jurcov...@gmail.com wrote: Hi. I use PDO and have written myself a class to abstract the database a bit. It has a method for querying the database specifically for large objects, like this:                $connection =

[PHP] Regex pattern for preg_match_all

2011-02-18 Thread Tommy Pham
Hi folks, This is not directly relating to PHP but it's Friday so I'm gonna give it a shot :). Would someone please help me figure out why my regex pattern doesn't work. Below is the code and sample data: $html = HTML li class=small tab a class=y-mast-link images

Re: [PHP] Regex pattern for preg_match_all

2011-02-18 Thread Tommy Pham
@Simon, Thanks for explaining about the [^href]. I need to read up more about greediness. I thought I understood it but guess not. @Peter, I tried your pattern but it didn't capture all of my new test cases. Also, it captures the single/double quotes in addition to the fragments inside the

Re: [PHP] Secure monetary transactions

2011-02-07 Thread Tommy Pham
On Mon, Feb 7, 2011 at 2:06 PM, Paul M Foster pa...@quillandmouse.com wrote: (Sorry-- originally sent without subject.) I have a customer who currently has his site set up this way: donors select (on a non-secure page) the level of donation they want to donate, provide their name and an

RE: [PHP] Zend memory manager

2011-01-24 Thread Tommy Pham
From the search results, you'd see several links http://forums.zend.com. I'd say that's the best place to ask ;) From: Adi Mutu [mailto:adi_mut...@yahoo.com] Sent: Sunday, January 23, 2011 11:07 PM To: Tommy Pham Cc: php-general@lists.php.net; Daniel Brown Subject: Re: [PHP] Zend memory

RE: [PHP] Mysql search query ignoring dots

2011-01-24 Thread Tommy Pham
-Original Message- From: Barbara Picci [mailto:barbara.pi...@sardi.it] Sent: Monday, January 24, 2011 4:51 AM To: php-general@lists.php.net Subject: [PHP] Mysql search query ignoring dots Hi all, I have to perform a mysql query in a table with millions of records. I've

RE: [PHP] Different sessions, same client

2011-01-24 Thread Tommy Pham
-Original Message- From: Steve Staples [mailto:sstap...@mnsi.net] Sent: Monday, January 24, 2011 6:31 AM To: Tommy Pham Cc: 'Paul M Foster'; php-general@lists.php.net Subject: RE: [PHP] Different sessions, same client On Sun, 2011-01-23 at 17:40 -0800, Tommy Pham wrote

RE: [PHP] Different sessions, same client

2011-01-24 Thread Tommy Pham
-Original Message- From: Donovan Brooke [mailto:li...@euca.us] Sent: Monday, January 24, 2011 7:49 AM Cc: php-general@lists.php.net Subject: Re: [PHP] Different sessions, same client [snip] ?php session_name(uniqid()); session_start(); echo session_id(); ? YAY! it

RE: [PHP] Zend memory manager

2011-01-23 Thread Tommy Pham
-Original Message- From: Adi Mutu [mailto:adi_mut...@yahoo.com] Sent: Sunday, January 23, 2011 12:14 PM To: Daniel Brown Cc: php-general@lists.php.net Subject: Re: [PHP] Zend memory manager I have looked at the sources, but it's still not very clear to me Where should I

RE: [PHP] Different sessions, same client

2011-01-23 Thread Tommy Pham
-Original Message- From: Thijs Lensselink [mailto:d...@lenss.nl] Sent: Sunday, January 23, 2011 12:21 AM To: php-general@lists.php.net Subject: Re: [PHP] Different sessions, same client -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/23/2011 07:33 AM, Paul M Foster wrote:

RE: [PHP] Different sessions, same client

2011-01-23 Thread Tommy Pham
-Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Sunday, January 23, 2011 5:23 PM To: 'Paul M Foster' Cc: 'php-general@lists.php.net'; 'Thijs Lensselink' Subject: RE: [PHP] Different sessions, same client -Original Message- From: Thijs Lensselink

RE: [PHP] JunkBox - File Download Analytics

2011-01-22 Thread Tommy Pham
-Original Message- From: Lukasz Cepowski [mailto:c...@freecode.pl] Sent: Saturday, January 22, 2011 3:17 AM To: php-general@lists.php.net Subject: [PHP] JunkBox - File Download Analytics Hello, recently I had a trouble with tracking how many downloads of files I get, that is

RE: [PHP] Difference between CURLOPT_URL and wget

2011-01-22 Thread Tommy Pham
-Original Message- From: Ashim Kapoor [mailto:ashimkap...@gmail.com] Sent: Saturday, January 22, 2011 5:09 AM To: php-general@lists.php.net Subject: [PHP] Difference between CURLOPT_URL and wget Dear All, I am a beginner at PHP. I was studying the curl library and I came across

Re: [PHP] possible namespace bug?

2011-01-21 Thread Tommy Pham
On Thu, Jan 20, 2011 at 5:27 PM, David Harkness wrote: On Thu, Jan 20, 2011 at 4:26 PM, Tommy Pham wrote: Anyway, I found the problem:  \N   in use org\puremvc\php\patterns\observer\Notifier; AFAIK \n is only processed inside double-quoted strings and here-docs. The \N has no special

RE: [PHP] Class and interface location

2011-01-20 Thread Tommy Pham
, January 19, 2011 8:56:50 pm Tommy Pham wrote: And actually, thinking about it, I wonder if requiring the explicit declaration is a good thing anyway because then it's immediately obvious and greppable what the class does. :-) --Larry Garfield You mean requiring

[PHP] possible namespace bug?

2011-01-20 Thread Tommy Pham
Hi folks, I thought I try implementing namesapce on one the ported apps I did a while back but ran into a problem. First the code: //namespace org\puremvc\php\interfaces; interface ICommand { function execute(INotification $notification); } interface INotifier { function

Re: [PHP] array to var - with different name

2011-01-20 Thread Tommy Pham
On Thu, Jan 20, 2011 at 2:28 PM, Donovan Brooke wrote: Hello again! I'm trying to find a good way to convert array key/value's to variable name values... but with the caveat of the name being slightly different than the original key (to fit my naming conventions). first, I (tediously) did

Re: [PHP] array to var - with different name

2011-01-20 Thread Tommy Pham
On Thu, Jan 20, 2011 at 3:09 PM, Tommy Pham tommy...@gmail.com wrote: On Thu, Jan 20, 2011 at 2:28 PM, Donovan Brooke wrote: Hello again! I'm trying to find a good way to convert array key/value's to variable name values... but with the caveat of the name being slightly different than

Re: [PHP] Re: array to var - with different name

2011-01-20 Thread Tommy Pham
On Thu, Jan 20, 2011 at 2:49 PM, Shawn McKenzie nos...@mckenzies.net wrote: On 01/20/2011 04:28 PM, Donovan Brooke wrote: Hello again! I'm trying to find a good way to convert array key/value's to variable name values... but with the caveat of the name being slightly different than the

RE: [PHP] array to var - with different name

2011-01-20 Thread Tommy Pham
-Original Message- From: Donovan Brooke [mailto:li...@euca.us] Sent: Thursday, January 20, 2011 3:29 PM Cc: php-general@lists.php.net Subject: Re: [PHP] array to var - with different name Tommy Pham wrote: [snip] foreach ($_REQUEST as $key = $value) $$key = $value; short

RE: [PHP] Autorename extracted files from zip-archive

2011-01-19 Thread Tommy Pham
-Original Message- From: Merlin Morgenstern [mailto:merli...@fastmail.fm] Sent: Wednesday, January 19, 2011 6:06 AM To: php-general@lists.php.net Subject: [PHP] Autorename extracted files from zip-archive Hello, I am using shell_exec to uncompress zip files which works fine, but

RE: [PHP] Class and interface location

2011-01-19 Thread Tommy Pham
-Original Message- From: la...@garfieldtech.com [mailto:la...@garfieldtech.com] Sent: Wednesday, January 19, 2011 2:21 PM To: php-general@lists.php.net Subject: Re: [PHP] Class and interface location On 1/19/11 3:44 PM, David Harkness wrote: What about creating your own docblock

RE: [PHP] Class and interface location

2011-01-19 Thread Tommy Pham
-Original Message- From: Larry Garfield [mailto:la...@garfieldtech.com] Sent: Wednesday, January 19, 2011 7:47 PM To: php-general@lists.php.net Subject: Re: [PHP] Class and interface location On Wednesday, January 19, 2011 8:56:50 pm Tommy Pham wrote: And actually, thinking

RE: [PHP] how to avoid using temporary?

2011-01-18 Thread Tommy Pham
-Original Message- From: I am on the top of the world! Borlange University [mailto:michael3832...@gmail.com] Sent: Monday, January 17, 2011 11:33 PM To: php-general@lists.php.net Subject: [PHP] how to avoid using temporary? heres my sql query: EXPLAIN SELECT

RE: [PHP] How to get cpu consumption of a php script

2011-01-17 Thread Tommy Pham
-Original Message- From: a...@ashleysheridan.co.uk [mailto:a...@ashleysheridan.co.uk] Sent: Monday, January 17, 2011 2:36 AM To: Tanoor Dieng; php-general@lists.php.net Subject: Re: [PHP] How to get cpu consumption of a php script I can't think of anything except using top or ps.

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
-Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Thursday, January 06, 2011 5:49 PM To: 'Daevid Vincent' Cc: 'php-general@lists.php.net' Subject: RE: [PHP] [security] PHP has DoS vuln with large decimal points -Original Message- From: Daevid Vincent

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
-Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Sunday, January 16, 2011 4:18 PM To: 'php-general@lists.php.net' Subject: RE: [PHP] [security] PHP has DoS vuln with large decimal points snip I found something really weird while coding a validator

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
-Original Message- From: Jim Lucas [mailto:li...@cmsws.com] Sent: Sunday, January 16, 2011 6:54 PM To: Tommy Pham Cc: php-general@lists.php.net Subject: Re: [PHP] [security] PHP has DoS vuln with large decimal points On 1/16/2011 4:18 PM, Tommy Pham wrote: -Original Message

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
-Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown Sent: Sunday, January 16, 2011 7:00 PM To: Tommy Pham Cc: PHP General; PHP Internals List; secur...@php.net Subject: Re: [PHP] [security] PHP has DoS vuln with large decimal points

RE: [PHP] Re: PHP extension for equivalen of getent?

2011-01-07 Thread Tommy Pham
-Original Message- From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] Sent: Friday, January 07, 2011 2:56 AM To: php-general@lists.php.net Subject: [PHP] Re: PHP extension for equivalen of getent? Hello Michael Shadle, Am 2011-01-07 00:35:38, hacktest Du folgendes

RE: [PHP] Re: Re: PHP extension for equivalen of getent?

2011-01-07 Thread Tommy Pham
-Original Message- From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] Sent: Friday, January 07, 2011 7:20 PM To: php-general@lists.php.net Subject: [PHP] Re: Re: PHP extension for equivalen of getent? Hello Tommy Pham, Am 2011-01-07 17:38:26, hacktest Du folgendes

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-06 Thread Tommy Pham
-Original Message- From: Daevid Vincent [mailto:dae...@daevid.com] Sent: Wednesday, January 05, 2011 11:36 AM To: php-general@lists.php.net Subject: [PHP] [security] PHP has DoS vuln with large decimal points The error in the way floating-point and double-precision numbers are

Re: [PHP] memory usage/release GC

2010-12-31 Thread Tommy Pham
On Fri, Dec 31, 2010 at 2:02 AM, Peter Lind peter.e.l...@gmail.com wrote: On Dec 31, 2010 6:20 AM, Tommy Pham tommy...@gmail.com wrote: Hi folks, With the recent thread about password security, I wrote a small quick script to generate a random or all possible passwords based on certain

[PHP] memory usage/release GC

2010-12-30 Thread Tommy Pham
Hi folks, With the recent thread about password security, I wrote a small quick script to generate a random or all possible passwords based on certain parameters for a brute force use. On a very long running execution for a complex password in length with full use of the keys (94 characters),

RE: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Tommy Pham
-Original Message- From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] Sent: Wednesday, December 29, 2010 10:23 AM To: PHP - General Subject: [PHP] File-Upload per Drag-N-Drop? Hello, my users have an Online-File-Store with nearly anything they need but one

RE: [PHP] How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Tommy Pham
-Original Message- From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] Sent: Wednesday, December 29, 2010 9:34 AM To: PHP - General Subject: [PHP] How to send a GPG signed EMail with a PDF attached? Hello, currently I am searching http://phpclasses.org/ for a

RE: [PHP] how would I do this?

2010-12-28 Thread Tommy Pham
-Original Message- From: David McGlone [mailto:da...@dmcentral.net] Sent: Monday, December 27, 2010 1:14 PM To: PHP Subject: [PHP] how would I do this? Hi all, I am trying to make the link in this code not show the underscore and I can't figure out how I could do it. I've tried

RE: [PHP] String passed to object constructor turning into an instance of that object?

2010-12-16 Thread Tommy Pham
-Original Message- From: Kris Deugau [mailto:kdeu...@vianet.ca] Sent: Thursday, December 16, 2010 11:57 AM To: php-general@lists.php.net Subject: [PHP] String passed to object constructor turning into an instance of that object? I'm in the process of migrating customer websites

RE: [PHP] Singleton with variable parameters

2010-12-15 Thread Tommy Pham
-Original Message- From: Nathan Nobbe [mailto:quickshif...@gmail.com] Sent: Wednesday, December 15, 2010 1:31 PM To: Sebastian Detert Cc: php-general@lists.php.net Subject: Re: [PHP] Singleton with variable parameters On Wed, Dec 15, 2010 at 2:11 PM, Sebastian Detert php-

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Peter Lind [mailto:peter.e.l...@gmail.com] Sent: Sunday, December 12, 2010 1:18 AM To: Tommy Pham Cc: php-general List Subject: Re: [PHP] ORM doctrine I understand cache well, both the benefits (save DB trip) and shortfalls (outdated by DB, management

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Peter Lind [mailto:peter.e.l...@gmail.com] Sent: Sunday, December 12, 2010 1:44 AM To: Tommy Pham Cc: php-general List Subject: Re: [PHP] ORM doctrine On Sunday, 12 December 2010, Tommy Pham tommy...@gmail.com wrote: -Original Message- From

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Lester Caine [mailto:les...@lsces.co.uk] Sent: Sunday, December 12, 2010 2:10 AM To: php-general List Subject: Re: [PHP] ORM doctrine Peter Lind wrote: Your posts seem to indicate that caches are only useful when other parts of the app have been done

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Peter Lind [mailto:peter.e.l...@gmail.com] Sent: Sunday, December 12, 2010 3:05 AM To: Tommy Pham Cc: Lester Caine; php-general List Subject: Re: [PHP] ORM doctrine On Sunday, 12 December 2010, Tommy Pham tommy...@gmail.com wrote: -Original Message

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Peter Lind [mailto:peter.e.l...@gmail.com] Sent: Sunday, December 12, 2010 5:27 AM To: Lester Caine Cc: php-general@lists.php.net Subject: Re: [PHP] ORM doctrine snip The reason for 'caching' needs to be understood before it is applied in order to

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Nathan Rixham [mailto:nrix...@gmail.com] Sent: Sunday, December 12, 2010 8:23 AM To: Tommy Pham Cc: 'Peter Lind'; php-general@lists.php.net; 'Lester Caine' Subject: Re: [PHP] ORM doctrine Tommy Pham wrote: -Original Message- From: Peter Lind

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Bastien [mailto:phps...@gmail.com] Sent: Sunday, December 12, 2010 9:20 AM To: Nathan Rixham Cc: Lester Caine; php-general List Subject: Re: [PHP] ORM doctrine On 2010-12-12, at 11:45 AM, Nathan Rixham nrix...@gmail.com wrote: Lester Caine wrote:

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Nathan Rixham [mailto:nrix...@gmail.com] Sent: Sunday, December 12, 2010 11:41 AM To: Tommy Pham Cc: 'Peter Lind'; php-general@lists.php.net; 'Lester Caine' Subject: Re: [PHP] ORM doctrine Tommy Pham wrote: -Original Message- From: Nathan

RE: [PHP] ORM doctrine

2010-12-12 Thread Tommy Pham
-Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Sunday, December 12, 2010 12:53 PM To: 'nrix...@gmail.com' Cc: 'Peter Lind'; 'php-general@lists.php.net'; 'Lester Caine' Subject: RE: [PHP] ORM doctrine -Original Message- From: Nathan Rixham

RE: [PHP] ORM doctrine

2010-12-11 Thread Tommy Pham
-Original Message- From: Peter Lind [mailto:peter.e.l...@gmail.com] Sent: Saturday, December 11, 2010 6:24 AM To: Tommy Pham Cc: php-general List Subject: Re: [PHP] ORM doctrine On Friday, 10 December 2010, Tommy Pham tommy...@gmail.com wrote: * snup * The way I see

RE: [PHP] ORM doctrine

2010-12-10 Thread Tommy Pham
-Original Message- From: Philip Thompson [mailto:philthath...@gmail.com] Sent: Thursday, December 09, 2010 10:59 PM To: php-general List Subject: Re: [PHP] ORM doctrine On Dec 10, 2010, at 12:00 AM, Paul M Foster wrote: On Thu, Dec 09, 2010 at 07:41:32PM -0800, Daevid Vincent

RE: [PHP] A general discussion of libraries and frameworks

2010-12-10 Thread Tommy Pham
-Original Message- From: Adam Richardson [mailto:simples...@gmail.com] Sent: Friday, December 10, 2010 12:05 AM To: PHP-General Subject: [PHP] A general discussion of libraries and frameworks I see that the ORM thread has generated a broad-ranging discussion. Some of the posts

RE: [PHP] ORM doctrine

2010-12-10 Thread Tommy Pham
-Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Friday, December 10, 2010 8:20 AM To: Robert Cummings; Daevid Vincent Cc: php-general@lists.php.net Subject: Re: [PHP] ORM doctrine At 9:53 AM -0500 12/10/10, Robert Cummings wrote: On 10-12-09 10:41 PM, Daevid

FW: [PHP] A general discussion of libraries and frameworks

2010-12-10 Thread Tommy Pham
I think I didn't hit reply-all. PICNIC moment :D -Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Friday, December 10, 2010 11:01 AM To: Adam Richardson Subject: Re: [PHP] A general discussion of libraries and frameworks On Fri, Dec 10, 2010 at 9:23 AM, Adam

RE: [PHP] ORM doctrine

2010-12-09 Thread Tommy Pham
-Original Message- From: Larry Garfield [mailto:la...@garfieldtech.com] Sent: Thursday, December 09, 2010 5:35 PM To: php-general@lists.php.net Subject: Re: [PHP] ORM doctrine On Thursday, December 09, 2010 12:45:38 pm David Harkness wrote: On Wed, Dec 8, 2010 at 11:11 PM, Daevid

Re: [PHP] new keyword combined with other things...

2010-12-08 Thread Tommy Pham
On Tue, Dec 7, 2010 at 1:55 PM, Paul M Foster pa...@quillandmouse.com wrote: $this-db-select('title')-from('mytable')-where('id', $id)-limit(10, 20); What kind of internal magic they use to make this work, I don't know. I haven't examined their internals. Paul -- Paul M. Foster I've

RE: [PHP] PHP4 to PHP5 migration with E_STRICT

2010-12-08 Thread Tommy Pham
-Original Message- From: Tom Robinson [mailto:tom.robin...@motec.com.au] Sent: Tuesday, December 07, 2010 4:03 PM To: php-general@lists.php.net Subject: [PHP] PHP4 to PHP5 migration with E_STRICT Hi, I'm migrating a web application written for PHP4 to PHP5. I've turned on

RE: [PHP] new keyword combined with other things...

2010-12-08 Thread Tommy Pham
. :) On Wed, Dec 8, 2010 at 7:14 AM, Tommy Pham tommy...@gmail.com wrote: The only need I see for this is to build the query dynamically... which should be very rare since all those function calls are expensive, IMO. Function calls haven't been expensive since 1992. ;) The cost

[PHP] ORM doctrine

2010-12-08 Thread Tommy Pham
Hi, Has anyone used doctrine before? I know Nathan mentioned it in the other thread but I was wondering how does it handle multi table joins query, about its performance and whether it uses any type of caching. Thanks, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Tommy Pham
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Friday, December 03, 2010 3:12 PM To: PHP-General List Subject: [PHP] desire your recommendation for our specific HTML - PDF project Hi all I have a question which I see from googling has been

RE: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Tommy Pham
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Sunday, December 05, 2010 9:19 AM Cc: 'PHP-General List' Subject: Re: [PHP] desire your recommendation for our specific HTML - PDF project Govinda, Have you/your team consider using pure CSS (using

RE: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Tommy Pham
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Sunday, December 05, 2010 1:33 PM Cc: 'PHP-General List' Subject: Re: [PHP] desire your recommendation for our specific HTML - PDF project IIRC, the browser rendering difference should only be on the

RE: [PHP] LDAP, Active Directory, and permissions

2010-12-01 Thread Tommy Pham
-Original Message- From: Bob McConnell [mailto:r...@cbord.com] Sent: Wednesday, December 01, 2010 5:23 AM To: Chris Knipe; php-general@lists.php.net Subject: RE: [PHP] LDAP, Active Directory, and permissions From: Chris Knipe I've found various sources and are successfully

RE: [PHP] LDAP, Active Directory, and permissions

2010-11-30 Thread Tommy Pham
-Original Message- From: ckn...@savage.za.org [mailto:ckn...@savage.za.org] On Behalf Of Chris Knipe Sent: Tuesday, November 30, 2010 4:47 AM To: php-general@lists.php.net Subject: [PHP] LDAP, Active Directory, and permissions Hi, I've found various sources and are successfully

RE: [PHP] LDAP, Active Directory, and permissions

2010-11-30 Thread Tommy Pham
-Original Message- From: Chris Knipe [mailto:ckn...@savage.za.org] On Behalf Of Chris Knipe Sent: Tuesday, November 30, 2010 10:52 PM To: php-general@lists.php.net Subject: RE: [PHP] LDAP, Active Directory, and permissions Hi, Chris, 1) Shouldn't the OU security permissions

RE: [PHP] Strange Query Error...

2010-11-27 Thread Tommy Pham
-Original Message- From: Don Wieland [mailto:d...@dwdataconcepts.com] Sent: Saturday, November 27, 2010 10:18 AM To: Bastien Cc: php-general@lists.php.net Subject: Re: [PHP] Strange Query Error... On Nov 27, 2010, at 10:07 AM, Bastien wrote: Try removing the backticks around

RE: [PHP] PHP Add +1 mysql updates by 2?

2010-11-26 Thread Tommy Pham
-Original Message- From: Tamara Temple [mailto:tamouse.li...@gmail.com] Sent: Friday, November 26, 2010 7:54 PM To: Richard West Cc: PHP General Mailing List Subject: Re: [PHP] PHP Add +1 mysql updates by 2? On Nov 26, 2010, at 8:36 PM, Richard West wrote: Hey guys, I've

RE: [PHP] PHP Add +1 mysql updates by 2?

2010-11-26 Thread Tommy Pham
-Original Message- From: Richard West [mailto:p...@cbnisp.com] Sent: Friday, November 26, 2010 9:40 PM To: Peter Lind Cc: Tommy Pham; Tamara Temple; PHP General Mailing List Subject: Re: [PHP] PHP Add +1 mysql updates by 2? I took that into consideration so I added the update

RE: [PHP]any way to iterate the fields in a class

2010-11-25 Thread Tommy Pham
-Original Message- From: 肖羗 [mailto:xiaohan2...@gmail.com] Sent: Thursday, November 25, 2010 12:21 AM To: php-general@lists.php.net Subject: [PHP]any way to iterate the fields in a class Actually, what I am seeking is how to assign values to the fields in a class via an array. I

RE: [PHP] Can't find existing file

2010-11-25 Thread Tommy Pham
-Original Message- From: Bastien Koert [mailto:phps...@gmail.com] Sent: Thursday, November 25, 2010 7:42 AM To: rquadl...@googlemail.com Cc: Tommy Pham; Daniel P. Brown; Dee Ayy; PHP General Subject: Re: [PHP] Can't find existing file On Thu, Nov 25, 2010 at 9:07 AM, Richard

RE: [PHP] Can't find existing file

2010-11-25 Thread Tommy Pham
-Original Message- From: Tamara Temple [mailto:tamouse.li...@gmail.com] Sent: Thursday, November 25, 2010 1:45 PM To: rquadl...@googlemail.com Cc: Tommy Pham; Daniel P. Brown; Dee Ayy; PHP General Subject: Re: [PHP] Can't find existing file On Nov 25, 2010, at 8:07 AM, Richard

RE: [PHP] Can't find existing file

2010-11-24 Thread Tommy Pham
-Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel P. Brown Sent: Monday, November 22, 2010 12:08 PM To: Dee Ayy Cc: PHP General Subject: Re: [PHP] Can't find existing file snip so how are we to know?); (h) some other PEBKAC issue; snip

RE: [PHP] curl and variable parameters in hyperlink

2010-11-24 Thread Tommy Pham
-Original Message- From: Bob Keightley [mailto:bob.keight...@virgin.net] Sent: Wednesday, November 24, 2010 11:25 AM To: php-general@lists.php.net Subject: Re: [PHP] curl and variable parameters in hyperlink Guess I've not explained this very well. The external page I am

RE: [PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Tommy Pham
-Original Message- From: Richard Quadling [mailto:rquadl...@gmail.com] Sent: Thursday, November 18, 2010 4:41 AM To: Kirti Kumar Cc: php-general@lists.php.net Subject: Re: [PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be

RE: [PHP] Stripslashes

2010-11-18 Thread Tommy Pham
-Original Message- From: Gary [mailto:gp...@paulgdesigns.com] Sent: Wednesday, November 17, 2010 2:17 PM To: php-general@lists.php.net Subject: Re: [PHP] Stripslashes snip I also assume that until php 6 is out and or I upgrade to it, I will have to deal with magic_quotes?

RE: [PHP] I am a Windows programmer and getting started on PHP. What is the easiest way of getting started? Most of the stuff I encounter seems to be very Linux specific.

2010-11-18 Thread Tommy Pham
-Original Message- From: Keerat Singh [mailto:professionalkee...@yahoo.in] Sent: Thursday, November 18, 2010 2:09 AM To: php-general@lists.php.net Subject: [PHP] I am a Windows programmer and getting started on PHP. What is the easiest way of getting started? Most of the stuff I

RE: [PHP] Updating a GET variable

2010-11-17 Thread Tommy Pham
-Original Message- From: Marc Guay [mailto:marc.g...@gmail.com] Sent: Wednesday, November 17, 2010 6:30 AM To: PHP General Subject: Re: [PHP] Updating a GET variable A bit late in the thread.  However, IMO, I don't think session is necessary, unless you intend to save it for

RE: [PHP] Updating a GET variable

2010-11-17 Thread Tommy Pham
-Original Message- From: Marc Guay [mailto:marc.g...@gmail.com] Sent: Wednesday, November 17, 2010 8:59 AM To: PHP General Subject: Re: [PHP] Updating a GET variable Nathan previously mention what if instead of a language specific request, you have request for multiple

RE: [PHP] Updating a GET variable

2010-11-16 Thread Tommy Pham
-Original Message- From: Nathan Rixham [mailto:nrix...@gmail.com] Sent: Thursday, November 11, 2010 8:18 AM To: Marc Guay Cc: Tamara Temple; PHP General Subject: Re: [PHP] Updating a GET variable Marc Guay wrote: So all you need to do, is take a look at

RE: [PHP] php running as module or cgi?

2010-11-16 Thread Tommy Pham
-Original Message- From: John Hicks [mailto:johnl...@gulfbridge.net] Sent: Friday, November 12, 2010 12:11 PM To: php-general@lists.php.net Subject: Re: [PHP] php running as module or cgi? On 11/11/2010 02:14 PM, Didier Gasser-Morlay wrote: On 11/11/2010 12:04 PM, Richard

RE: [PHP] mysql help (sorry, a bit OT)

2010-11-16 Thread Tommy Pham
-Original Message- From: Gary [mailto:php-gene...@garydjones.name] Sent: Tuesday, November 16, 2010 5:35 AM To: php-general@lists.php.net Subject: [PHP] mysql help (sorry, a bit OT) Is there a way to check the syntax of a query, short of running it? I've got an insert to do (but

RE: [PHP] simple photo gallery

2010-11-08 Thread Tommy Pham
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Sunday, November 07, 2010 2:55 AM To: Tom Sparks Cc: php-general@lists.php.net Subject: Re: [PHP] simple photo gallery On Sun, 2010-11-07 at 02:31 -0800, Tom Sparks wrote: I am looking for a

RE: [PHP] ignore_repeated_errors has no effect

2010-11-08 Thread Tommy Pham
-Original Message- From: thunder...@gmail.com [mailto:thunder...@gmail.com] On Behalf Of Simon Marchi Sent: Sunday, November 07, 2010 8:45 AM To: Andre Polykanine; php-general@lists.php.net Subject: Re: [PHP] ignore_repeated_errors has no effect Hi, Just a precision, I don't

RE: [PHP] Is session_start() using encrypted cookies with HTTPS

2010-11-08 Thread Tommy Pham
-Original Message- From: Adam Richardson [mailto:simples...@gmail.com] Sent: Sunday, November 07, 2010 2:22 PM To: PHP-General Subject: Re: [PHP] Is session_start() using encrypted cookies with HTTPS On Sun, Nov 7, 2010 at 2:39 PM, Yannick Warnier ywarn...@beeznest.orgwrote:

RE: [PHP] ignore_repeated_errors has no effect

2010-11-08 Thread Tommy Pham
-Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Monday, November 08, 2010 4:25 AM To: 'Simon Marchi'; 'Andre Polykanine'; 'php-general@lists.php.net' Subject: RE: [PHP] ignore_repeated_errors has no effect -Original Message- From: thunder

RE: [PHP] After parsing

2010-11-08 Thread Tommy Pham
-Original Message- From: stac...@comcast.net [mailto:stac...@comcast.net] Sent: Monday, November 08, 2010 7:41 PM To: php-general@lists.php.net Subject: [PHP] After parsing The parse worked great, got all the information I needed. Being so new to php, I am not sure how to get

RE: [PHP] How to code in PHP an onchange event in a select?

2010-11-05 Thread Tommy Pham
-Original Message- From: Paul Waring [mailto:p...@xk7.net] Sent: Friday, November 05, 2010 1:27 AM To: php-general@lists.php.net Subject: Re: [PHP] How to code in PHP an onchange event in a select? On 04/11/10 20:23, Tomás Corrales Lemoine wrote: I have this two files

RE: [PHP] Re: read smb drive

2010-11-05 Thread Tommy Pham
-Original Message- From: Nathan Nobbe [mailto:quickshif...@gmail.com] Sent: Friday, November 05, 2010 9:43 AM To: php_l...@fishnet.co.uk Cc: php-general@lists.php.net Subject: Re: [PHP] Re: read smb drive On Fri, Nov 5, 2010 at 10:37 AM, Ian php_l...@fishnet.co.uk wrote: On

RE: [PHP] Shopping cart question

2010-11-05 Thread Tommy Pham
-Original Message- From: Nathan Nobbe [mailto:quickshif...@gmail.com] Sent: Friday, November 05, 2010 11:40 AM To: Jack Cc: PHP Subject: Re: [PHP] Shopping cart question On Fri, Nov 5, 2010 at 12:30 PM, Jack jacklistm...@gmail.com wrote: Hello All, I'm looking to build a

RE: [PHP] search is not case insensitive

2010-11-02 Thread Tommy Pham
-Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Tuesday, November 02, 2010 8:09 AM To: Tommy Pham; g...@holisticgp.com.au; php-general@lists.php.net Subject: RE: [PHP] search is not case insensitive At 10:23 PM -0700 11/1/10, Tommy Pham wrote: -Original

RE: [PHP] search is not case insensitive

2010-11-01 Thread Tommy Pham
-Original Message- From: a...@ashleysheridan.co.uk [mailto:a...@ashleysheridan.co.uk] Sent: Sunday, October 31, 2010 2:10 AM To: Dr Michael Daly; php-general@lists.php.net Subject: Re: [PHP] search is not case insensitive This isn't a php question but a mysql one. Take out the

RE: [PHP] search is not case insensitive

2010-11-01 Thread Tommy Pham
-Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: Sunday, October 31, 2010 9:00 AM To: g...@holisticgp.com.au; php-general@lists.php.net Subject: Re: [PHP] search is not case insensitive At 3:47 PM +1100 10/31/10, Dr Michael Daly wrote: Hi Using a php search

RE: [PHP] Documentation

2010-10-27 Thread Tommy Pham
-Original Message- From: Jordan Jovanov [mailto:jovanovj...@gmail.com] Sent: Wednesday, October 27, 2010 1:53 AM To: php-general@lists.php.net Subject: [PHP] Documentation Hello All, I finished with coding and now I am on the part when need to write documentation. But I don't

RE: [PHP] Best practice for if (!$stmt-execute())

2010-10-25 Thread Tommy Pham
-Original Message- From: Rico Secada [mailto:coolz...@it.dk] Sent: Sunday, October 24, 2010 9:06 PM To: php-general@lists.php.net Subject: [PHP] Best practice for if (!$stmt-execute()) Hi. I have been doing like this: if (!$stmt-execute()) { return false; } else {

RE: [PHP] Re: Possible foreach bug; seeking advice to isolate the problem

2010-10-20 Thread Tommy Pham
-Original Message- From: Gary [mailto:php-gene...@garydjones.name] Sent: Tuesday, October 19, 2010 11:38 PM To: php-general@lists.php.net Subject: [PHP] Re: Possible foreach bug; seeking advice to isolate the problem Jonathan Sachs wrote: I've got a script which originally

RE: [PHP] Calendar Logic Help

2010-10-20 Thread Tommy Pham
-Original Message- From: Floyd Resler [mailto:fres...@adex-intl.com] Sent: Wednesday, October 20, 2010 9:17 AM To: PHP Subject: [PHP] Calendar Logic Help I'm having problems getting my head around some login for a calendar. Specifically, the problem is drawing weekly views for

Re: [PHP] Re: Possible foreach bug; seeking advice to isolate the problem

2010-10-20 Thread Tommy Pham
On Wed, Oct 20, 2010 at 10:44 AM, David Harkness davi...@highgearmedia.com wrote: On Wed, Oct 20, 2010 at 5:00 AM, Tommy Pham tommy...@gmail.com wrote: Shouldn't that be $row = null since unset will remove the last value, not just removing the variable also, from the array whereas the $row

RE: [PHP] I need some thoughts on code duplication and separation

2010-10-20 Thread Tommy Pham
-Original Message- From: David McGlone [mailto:da...@dmcentral.net] Sent: Wednesday, October 20, 2010 7:59 PM To: php-general@lists.php.net Subject: Re: [PHP] I need some thoughts on code duplication and separation On Thu, 2010-10-21 at 04:05 +0200, Rico Secada wrote: Hi. I

<    1   2   3   4   5   >