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
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
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
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
> 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]
>
>
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 :
[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
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
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
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
[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 ...
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
["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["
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
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
15 matches
Mail list logo