Re: [PHP] serialize() and special ANSI characters

2007-02-19 Thread Youri LACAN-BARTLEY
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-19 15:56:15 +0100: I'm just curious to find out if I'm the only person to have bumped into this kind of issue with serialize/unserialize. When I try and serialize an array containing a string value with the "?" character (alt+241 ASCII) suc

[PHP] serialize() and special ANSI characters

2007-02-19 Thread Youri LACAN-BARTLEY
Hi all, I'm just curious to find out if I'm the only person to have bumped into this kind of issue with serialize/unserialize. When I try and serialize an array containing a string value with the "±" character (alt+241 ASCII) such as : "120GB 2X512MB 15.4IN DVD±RW VHP FR" The resul

Re: [PHP] Boolean-cast and arrays

2007-02-08 Thread Youri LACAN-BARTLEY
Tim wrote: First thank you all for your input on "all-in-one" classes. Reading the php manual on boolean types and casts, and came accros the following: When converting to boolean, the following values are considered FALSE: ... an array with zero elements ... So here I am sitting and wond

Re: [PHP] Send Email to Mobiles

2007-01-25 Thread Youri LACAN-BARTLEY
Marcelo Ferrufino Murillo wrote: > Hi guys, I need to send a email to mobiles I don´t know if I have to use > the > function "mail( )" or if I have to use other one. Thanks your help > Hi Marcelo, if the mobile phones you are trying to email have Internet connectivity the PHP mail() will enable

Re: [PHP] cannot quiet notice error

2006-12-18 Thread Youri LACAN-BARTLEY
> Gonzalo Gorosito > > > > Sistemas | By-Cycle > Humboldt 2495, Piso 10 > C1425FUG - Bs.As. Argentina > Tel.: + 54 (11) 4774 6006 | Fax: + 54 (11) 4774 7117 > www.by-cycle.com <http://www.by-cycle.com/> > [EMAIL PROTECTED] > >

Re: [PHP] php redirection..

2006-12-14 Thread Youri LACAN-BARTLEY
Budi Setiawan wrote: >> basically: >> >> cat.php >> -echo " test content" >> -echo " more test content" >> >> //redirect user >> echo" >> >> location.href='foo.php'; >> >> "; >> > > > Hi , im a new too.. > > but you can try with this to delay your script running for some seconds :

Re: [PHP] problem with ob_start() and header() in osCommerce cart

2006-12-13 Thread Youri LACAN-BARTLEY
[EMAIL PROTECTED] wrote: >> [EMAIL PROTECTED] wrote: >>> Hi, >>> even it's problem with osCommerce cart I think it's still php question: >>> >>> there is a code in application_top.php file (this file is includeed in >>> login.php page, all the way on the top of the login.php file wich means >>> i

Re: [PHP] php redirection..

2006-12-13 Thread Youri LACAN-BARTLEY
Tim wrote: > Just a quick question regarding this issue. > > Considering bruce wants to be able to display the data and then change > location after a given time, and as stut said you can't do this with a > header() as it redirects before output, I would have imagined a dynamic meta > tag in the

Re: [PHP] firefox only problem

2006-12-06 Thread Youri LACAN-BARTLEY
Hi Ross, you might want to look at the way you define your CSS ids #side, #main, #holder, {height: 1400px;} should probably be #side, #main, #holder {height: 1400px;} Now that's just a question of removing that extra trailing comma. You might also want to look into the way Firefox handles the

Re: [PHP] Re: mail header questions

2006-12-01 Thread Youri LACAN-BARTLEY
Hi there Chantal, Hi all, have you ever thought of using phpMailer or swiftmailer? That has solved me a lot of hassle with time, especially as far as correctly setting the Return-Path is concerned. Good luck ! Chantal Rosmuller wrote: >>> The strange thing is that even the fifth parameter soluti

Re: [PHP] problem with register globals on new server

2006-12-01 Thread Youri LACAN-BARTLEY
[EMAIL PROTECTED] wrote: > yup! that was the problem. > btw, any free cart that is well supported in php5/mysql5/apache2 and > register globals off etc. to recomend? > > thanks. > > -afan Well I would really be tempted to say, MINE ! Although it's still in a sick state alpha version right now ...

Re: [PHP] EZ array problem - What's wrong with my brain?

2006-12-01 Thread Youri LACAN-BARTLEY
r[0], and $try ends up being null; print_r($try) gives blank. >>> I even tried $try=$var[1] and it was the same result. Am I in the >>> Twilight Zone? >>> >>> >>> On Dec 1, 2006, at 12:26 AM, Youri LACAN-BARTLEY wrote: >>> > Well, I've on

Re: [PHP] EZ array problem - What's wrong with my brain?

2006-12-01 Thread Youri LACAN-BARTLEY
["status"]=> string(3) "new" } } That's all I was referring to ... Jochem Maas wrote: > Youri LACAN-BARTLEY wrote: >> Well, I've only just fallen out of bed, but I'd say you'd be able to >> access it via $var[0][0][0] as in $var["

Re: [PHP] EZ array problem - What's wrong with my brain?

2006-12-01 Thread Youri LACAN-BARTLEY
Well, I've only just fallen out of bed, but I'd say you'd be able to access it via $var[0][0][0] as in $var["1.2"]["code"][0] to change 111 to something else and $var["1.2"]["status"][0] to set/change "new". I must say this looks like an overly complicated array for what it serves. A little OOP co

[PHP] Issues with tidy and utf-8 encoding

2006-11-30 Thread Youri LACAN-BARTLEY
Hi list, this is my first post and I've only been lurking around these premises for the past week. I've been running into some strange issues with tidy. When I try and output my HTML in utf-8 all the accentuated characters come out as total gobbledeegook. I've have no issues echoing a string vi