Yes, and the proxy configuration lauches the IE configuration window!
On Tue, Sep 2, 2008 at 4:38 PM, Stut <[EMAIL PROTECTED]> wrote:
> On 2 Sep 2008, at 20:23, Diogo Neves wrote:
>
>> Now is the time ;)
>>
>
> Indeed: http://www.google.com/chrome
>
> But only for Windows for now :(
>
> -Stut
>
ds on echo constructor would be faster.
I agree with that, because using the concatenation symbol, will cause PHP to
take steps to process the concatenation.
But I think (I never did any performances tests on this subject) that the
gain would be irrelevant on a general site.
Regards from Brazil.
Thiago Mel
us.php.net/manual/en/function.echo.php to get more details).
My 2 cents on this great list.
Regards from Brazil.
Thiago Melo de Paula
On Mon, Aug 25, 2008 at 1:27 AM, Govinda wrote:
> easy to find our about concatenating with "." in the docs...
> but not so with ","
>
> what is the difference?
>
Hello Denis,
normally Mr. Manuel Lemos would send this message, but, here is the hint:
you can search for professionals at the following link:
http://www.phpclasses.org/professionals/
I've take a look and in India had 333 PHP professionals!
Regards,
Thiago Melo de Paula
On Mon, Jul 14,
test
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tedd,
very good your solution.
Thanks for sharing.
Regards,
Thiago
On Tue, Jun 24, 2008 at 6:22 PM, tedd <[EMAIL PROTECTED]> wrote:
> At 3:50 PM -0400 6/24/08, Daniel Brown wrote:
>>
>> On Tue, Jun 24, 2008 at 3:29 PM, tedd <[EMAIL PROTECTED]> wrote:
>>>
>>> Okay, then get_file_contents(), par
Hello Joaquin,
use the urlencode function to "escape" the special characters.
After, use urldecode to get the string back to normal.
Regards,
Thiago Melo de Paula
On Sun, Jun 22, 2008 at 11:34 PM, joaquinbordado <[EMAIL PROTECTED]>
wrote:
>
> would someone happen to kno
What a endless boring off topic thread...
I'm wondering if some day this one will finish and we will talk about
serious and relevant stuffs.
Some of you will tell me to simply don't read the thread... but what is
making me seek is the fact of this message always appear on top my email
list!
Ok, tha
On Mon, 2 Aug 2004 15:21:31 -0500, Josh Close <[EMAIL PROTECTED]> wrote:
> Very simple question.
>
> When making multiple checkboxes, you put the name the same for a few
> to group them together
>
>
>
>
>
>
> So they are grouped but then submitting them I only get the last
> value ch
On Mon, 12 Jul 2004 10:09:25 -0500, Hull, Douglas D <[EMAIL PROTECTED]> wrote:
> After doing calculations etc on my data I am wanting to place it in a textarea form
> in html. I am having trouble getting my data to show up in my texarea. For
> example, say after all my calculations I my field c
I was sending desperate emails to this list related to nested loops and array
comparision. Well, just let you know that the problem seems to be that I'm using this
with PHPLIB templates and those can't handle nested loops.
If I would know that a week ago I would avoid nightmares and had 6 poun
while ($ret=@mysql_fetch_array($result)) {
while (list($key,$value)=each($ret)) {
if ($key=="carriage_type") {
if ($value=="P") {
$value=''.$value.'';
}
}
$t->set_var(array($key=>$value));
}
$t->parse("channel_lineup_info_internal","internal",true);
}
}
// CLOSING CONNECTION TO DB
@mysql_close();
?>
Hope someone can help me.
/paula
d my
nerves are about to kill me.
PLEASE! ANY HELP IS WELCOME!!
thank you people,
/paula
13 matches
Mail list logo