[PHP] Function __call

2008-08-30 Thread Diogo Neves
know if it make any sense to someone else, but it still make sense to me any thoughts? Thanks by your attention, Diogo Neves Developer @ Sapo.pt by PrimeIT.pt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Function __call

2008-08-30 Thread Diogo Neves
, Aug 30, 2008 at 2:38 PM, Jochem Maas [EMAIL PROTECTED] wrote: Diogo Neves schreef: hi all, I'm sending this email only to ask if someone know if the works of __call in private methods is bug or feature. ex. class user { public function __call ( $name, $arguments ) { do something

Re: [PHP] Function __call

2008-08-30 Thread Diogo Neves
Hi, On Sat, Aug 30, 2008 at 6:20 PM, Jochem Maas [EMAIL PROTECTED] wrote: please keep replies on list unless your intending to pay me an hourly fee ... Yeap, i'm new in the list and i missed te cc of list... i'll try to remember, sorry Diogo Neves schreef: Now in understand schreef is from

Re: [PHP] Re: What's with the Rx symbol?

2008-08-30 Thread Diogo Neves
this on the original thread too ;) -- Thanks by your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: What's with the Rx symbol?

2008-08-30 Thread Diogo Neves
-- Thanks by your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Individual bulk e-mails - performance question

2008-08-30 Thread Diogo Neves
-- Thanks by your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Individual bulk e-mails - performance question

2008-08-30 Thread Diogo Neves
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ASCII Captcha

2008-08-31 Thread Diogo Neves
voice. Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt -- PHP

Re: [PHP] ASCII Captcha

2008-08-31 Thread Diogo Neves
developement... ;) On Sun, Aug 31, 2008 at 11:26 AM, Robert Cummings [EMAIL PROTECTED] wrote: On Sun, 2008-08-31 at 10:58 +0100, Diogo Neves wrote: Well, I don't know how, but google folks @ gmail are doing a great job with anti-spam tecnology... i believe that is has something to do

[PHP] casting static property

2008-08-31 Thread Diogo Neves
Hi all, Why a static var don't cast as a dynamic one? See file for more info... -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] casting static property

2008-08-31 Thread Diogo Neves
() -- ', $totaltime, 'br /br /br /'; ? I believe yes On Sun, Aug 31, 2008 at 5:37 PM, Robert Cummings [EMAIL PROTECTED] wrote: On Sun, 2008-08-31 at 17:09 +0200, Jochem Maas wrote: Diogo Neves schreef: Hi all, Why a static var don't cast as a dynamic one? See file for more info

Re: [PHP] casting static property

2008-08-31 Thread Diogo Neves
Hi again, There's what you need ( I think ) Simplified version for web: http://pastebin.com/d2bfcf495 Simplified version for CLI: http://pastebin.com/d6ab96ed0 On Sun, Aug 31, 2008 at 7:09 PM, Jochem Maas [EMAIL PROTECTED] wrote: Diogo Neves schreef: Sorry, i have no webserver... but I can

Re: [PHP] casting static property

2008-08-31 Thread Diogo Neves
Newbie :( On Sun, Aug 31, 2008 at 8:37 PM, Jochem Maas [EMAIL PROTECTED] wrote: Diogo Neves schreef: Hi again, There's what you need ( I think ) not so much that I need it, but the easier you make it for some one to look at your issue the more likely it is someone will. :-) Simplified

Re: [PHP] casting static property

2008-08-31 Thread Diogo Neves
for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Re: switch case - to require the break statements seems strange to me

2008-08-31 Thread Diogo Neves
an integer ? A boolean ? What version of PHP ? -- Mickaƫl Wolff aka Lupus Michaelis http://lupusmic.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

[PHP] Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2008-08-31 Thread Diogo Neves
On Mon, Sep 1, 2008 at 3:09 AM, Jochem Maas [EMAIL PROTECTED] wrote: redirecting to generals mailing list ... Diogo Neves schreef: php -r 'class B { private static function a() {} public function __callStatic($method, $parms) { echo $method, \n; } } $a = new B; $a::a();' Parse error

Re: [PHP] Creating single row for multiple items.

2008-08-31 Thread Diogo Neves
L Grand Piano #39, order_ordered_size = Grand, order_sales_price = 11671.90, order_shipping_price = 1.00, order_shipping_extra = 450.00, ) ); -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] newbie - how to receive/iterate posted arrays

2008-09-01 Thread Diogo Neves
doing wrong? -Govinda -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Mozilla user agent escapes detection

2008-09-02 Thread Diogo Neves
' ), 'mozilla' ) !== false ); ? -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Google Chrome

2008-09-02 Thread Diogo Neves
... And it's only rumors... why not wait by the real thing is out? -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Google Chrome

2008-09-02 Thread Diogo Neves
://twitter.com/shiplu Stop Top Posting !! -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Mozilla user agent escapes detection

2008-09-02 Thread Diogo Neves
... -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Creating single row for multiple items.

2008-09-02 Thread Diogo Neves
( ... A single row of *what*? The order_ids? The order_names? Perhaps you should post an example of the outcome you're looking for. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Yep, i got lost too ;) -- Thanks for your attention, Diogo

Re: [PHP] Confused

2008-09-02 Thread Diogo Neves
that it is using C:\Windows\php.ini phpinfo() also shows display_errors = Off but when I go to the C:\Windows\php.ini file it says display_errors = On... You can be rewriting it on your vistualhost or in a script somewhere... -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Confused

2008-09-02 Thread Diogo Neves
://www.php.net/unsub.php And all other possible places :) -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Google Chrome

2008-09-02 Thread Diogo Neves
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php www.google.com/chrome Now is the time ;) -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Secure way to handle pw on session.

2008-09-02 Thread Diogo Neves
, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Google Chrome

2008-09-02 Thread Diogo Neves
with the mouse wheel... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Google Chrome

2008-09-02 Thread Diogo Neves
-- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] PHP: Mulitiple Arrary Sort

2008-09-03 Thread Diogo Neves
;) -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Altering the error_reporting

2008-09-03 Thread Diogo Neves
of the script, and if it gives an Parse Error it returns false... See www.php.net/eval -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Altering the error_reporting

2008-09-03 Thread Diogo Neves
/unsub.php -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Altering the error_reporting

2008-09-03 Thread Diogo Neves
. But if its only to hide information, then is better to redirect for a 500 error page. If you really to show this part of error, best thing I know is eval. -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Summing array indexes.

2008-09-04 Thread Diogo Neves
= 0; foreach( $arr_top_elem as $key = $elem ) { if ( strpos( 'order_product_price_' ) === 0 ) { $total += $elem; } } $arr_top_elem['order_total_price'] = $total; } This should do da trick... -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Thank you...

2008-09-11 Thread Diogo Neves
PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Thank you...

2008-09-11 Thread Diogo Neves
: http://www.php.net/unsub.php -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: Re[2]: [PHP] check if a file is included

2008-09-16 Thread Diogo Neves
( 'IN_MY_APP', 1 ); include1.php if ( !defined( 'IN_MY_APP' )) { **header( 'HTTP/1.1 404 Not Found' ); header( 'Location: /' ); } -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Count the Number of Elements Using Explode

2008-10-31 Thread Diogo Neves
! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Reg Ex

2008-10-31 Thread Diogo Neves
` and `mire`, respectively. -- /Daniel P. Brown http://www.parasane.net/ [EMAIL PROTECTED] || [EMAIL PROTECTED] Ask me about our current hosting/dedicated server deals! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks, Diogo Neves

Re: [PHP] Sessions in object oriented code

2008-10-31 Thread Diogo Neves
HTML code so obviously if I included session_start() in the seperate include file where the methods/classes are, etc., I'd get a headers already sent error. So is there a solution to this? Thanks. -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] PHP: Writing to CD/DVD?

2009-07-23 Thread Diogo Neves
/) To unsubscribe, visit: http://www.php.net/unsub.php If, 1. You are using linux 2. You can make system calls It will help: http://www.andrews-corner.org/burning.html -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt

Re: [PHP] Need unrounded precision

2009-10-12 Thread Diogo Neves
this? I'm stumped. Tia, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt