Re: [PHP] changing php ini location

2005-05-15 Thread disguised.jedi
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 apache

Re: [PHP] changing php ini location

2005-05-15 Thread emre
/* 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

[PHP] what am I missing..interpolation?

2005-05-15 Thread blackwater dev
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 my

Re: [PHP] what am I missing..interpolation?

2005-05-15 Thread Justin Gruenberg
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 $row=$datab-fetch();

Re: [PHP] what am I missing..interpolation?

2005-05-15 Thread blackwater dev
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, this works

Re: [PHP] what am I missing..interpolation?

2005-05-15 Thread Krid
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;

[PHP] extension development

2005-05-15 Thread Evert | Rooftop
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,

[PHP] I have some upload questions.

2005-05-15 Thread Lee Chen
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

[PHP] PRIVATE_INVITATION f'ree $50 bonus

2005-05-15 Thread Alec Kennett
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

Re: [PHP] extension development

2005-05-15 Thread Matthew Fonda
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

[PHP] php_socket

2005-05-15 Thread Duta Laurentiu
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

Re: [PHP] Re-initiating an autostarted session

2005-05-15 Thread Ville Mattila
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

Re: [PHP] what am I missing..interpolation?

2005-05-15 Thread Evert | Rooftop
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 dog's

Re: [PHP] what am I missing..interpolation?

2005-05-15 Thread Marek Kilimajer
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']; echo

Re: [PHP] I have some upload questions.

2005-05-15 Thread Marek Kilimajer
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

RE: [PHP] Shopping Cart, security concerns

2005-05-15 Thread mayo
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.

Re: [PHP] I have some upload questions.

2005-05-15 Thread Richard Lynch
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? (btw

Re: [PHP] what am I missing..interpolation?

2005-05-15 Thread Richard Lynch
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 eval(echo

[PHP] OT - news.php.net server problems?

2005-05-15 Thread Jamie
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,

Re: [PHP] Re: Repost: mod_rewirte loses POST data

2005-05-15 Thread Evert | Rooftop
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

[PHP] IO timeout

2005-05-15 Thread AC
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