Anyone using the dio_read function?
I'm having issues trying to keep dio_read from hanging if there's no
data to read.
Anyone know of a work around or hack to mimic a timeout?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bart Seresia wrote:
Evert from collan thouht it wy have to do with the rewrite rules or the
script and asked to post both of them
Yea I replied with the wrong e-mail address so it didn't end up here..
this are the rewrite rules i use:
[snip]
In IE i get this output for post and get:
[snip]
Am
Hi, i know its a little off topic, and its probably just me. But has
anyone else been having problems with the nntp ervers news.php,net?
more precisely connections being closed unespectedly? just checking to
see :)
Thanks
Jamie
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
On Sun, May 15, 2005 8:27 am, blackwater dev said:
> Thanks for the info but I tried it both ways and get this error:
>
> Parse error: parse error, unexpected T_FOR, expecting ',' or ';' in
> dogs.php(11) : eval()'d code on line 1
>
>
> On 5/15/05, Krid <[EMAIL PROTECTED]> wrote:
>> Hi!
>> Try
>> e
On Sun, May 15, 2005 9:09 am, Lee Chen said:
> If the server uses hub ( to make more computer connect online), can' I
> upload files
> to that server??
>
> I face a problem like this , and I think that's the hub causing this
> problem.
> Did it?
>
> or if I can do something to solve this problem?
No, I would not have prices in the hidden fields. :-)
Thanks though for the concern.
I do have a few questions about easiest / best way to write this.
Especially as I don't have PHP experience, meaning it takes me longer to
write the code and more importantly I might miss something important.
=
Lee Chen wrote:
If the server uses hub ( to make more computer connect online), can' I
upload files
to that server??
if you can post forms, you can upload files.
I face a problem like this , and I think that's the hub causing this
problem.
Did it?
what is "like this"?
--
PHP General Mailing List
blackwater dev wrote:
Hello,
this works fine:
$name="fido";
$string="my dog's name is $name";
echo $string;//prints my dog's name is fido
but when I store the string "my dog's name is $name" in the db and pull it out:
//do the query
$row=$datab->fetch();
$name="fido";
$string=$name['db_column'];
ec
Shouldn't that be:
eval("echo \"$string\"");
its pretty insecure though, be sure your users are not allowed to change
the db field, because they can do some serious damage.
grt,
Evert
Krid wrote:
Hi!
Try
eval("echo $string");
blackwater dev wrote:
Hello,
this works fine:
$name="fido";
$string="my
Leif Gregory wrote:
session_destroy();
session_start();
session_write_close();
Header("Location: ...");
exit;
I never tried regenerate. Just started a new session again.
Hi Leif!
Thanks for your reply. For some strange reason, this works not for me. The session cookie will not
be overwritten and t
Hy,
I try to write an socket server and to test it on
local machine, but I can't find an php_socket module
on the Internet.
Can you please send me an compiled version of this
module?
I work on a windows xp operating system with apache 2
http server and php version 5.0.3.
Regards,
Laur
Evert|Rooftop wrote:
> Hi people,
>
> I want to write a PHP extension that allows clustering and simple
> information sharing between processes and hosts.
>
> What would be the prober mailing list subscribe to for my questions
> about the zend engine?
>
> grt,
> Evert
>
See http://pecl.php.net for
Greetings,
I have just received this program (FAST MARKET) from an associate. The program
started in 2003, became a private closed membership, and has now re-opened to
new memberships for an unspecified time period.
Upon signing up you get a F'REE $50 bonus which you can choose to place in the
If the server uses hub ( to make more computer connect online), can' I
upload files
to that server??
I face a problem like this , and I think that's the hub causing this
problem.
Did it?
or if I can do something to solve this problem?
(btw I am the administrator of that server. I can do anythi
Hi people,
I want to write a PHP extension that allows clustering and simple
information sharing between processes and hosts.
What would be the prober mailing list subscribe to for my questions
about the zend engine?
grt,
Evert
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
Hi!
Try
eval("echo $string");
blackwater dev wrote:
Hello,
this works fine:
$name="fido";
$string="my dog's name is $name";
echo $string;//prints my dog's name is fido
but when I store the string "my dog's name is $name" in the db and pull it out:
//do the query
$row=$datab->fetch();
$name="fido";
Thanks for the info but I tried it both ways and get this error:
Parse error: parse error, unexpected T_FOR, expecting ',' or ';' in
dogs.php(11) : eval()'d code on line 1
On 5/15/05, Krid <[EMAIL PROTECTED]> wrote:
> Hi!
> Try
> eval("echo $string");
>
> blackwater dev wrote:
> > Hello,
> >
>
On 15/05/05, blackwater dev <[EMAIL PROTECTED]> wrote:
> Hello,
>
> this works fine:
>
> $name="fido";
> $string="my dog's name is $name";
> echo $string;//prints my dog's name is fido
>
> but when I store the string "my dog's name is $name" in the db and pull it
> out:
>
> //do the query
> $r
Hello,
this works fine:
$name="fido";
$string="my dog's name is $name";
echo $string;//prints my dog's name is fido
but when I store the string "my dog's name is $name" in the db and pull it out:
//do the query
$row=$datab->fetch();
$name="fido";
$string=$name['db_column'];
echo $string//prints
/*
Why aren't you? Apache 2.0 is your best bet. It really is the best
one available!
*/
Ive bad, real bad memories with apache 2.0 :)
/*
It sure sounds like you are out of luck. Your only option is to get
Apache 2.0 and use that directive. Can I ask why in the world you are
doing this? Are yo
On 5/14/05, emre <[EMAIL PROTECTED]> wrote:
> i am not using apache 2.0
/*
Why aren't you? Apache 2.0 is your best bet. It really is the best
one available!
*/
> as i mentioned before i am using apache 1.3 which means that i dont have the
> oppurtunity to use phpnidir config parameter. since apac
21 matches
Mail list logo