[PHP-WIN] Re: new mysql.dll for php...

2005-01-22 Thread DvDmanDT
Apache 1.6? Errmm.. Still on 1.3.. :p -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "SargeTron" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > I'm looking for this solution aswell... but I would rather it was something > that would work on PHP 4.3.10 (Win32,

[PHP-WIN] Re: new mysql.dll for php...

2005-01-22 Thread SargeTron
I'm looking for this solution aswell... but I would rather it was something that would work on PHP 4.3.10 (Win32, XP) with Apache 1.6... "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i am note sure about php 4. but 5.0x works with mysql 4.1.7 if and only > if you u

[PHP-WIN] Random

2005-01-22 Thread SargeTron
"How can I create a random string" rand() only returns an int (number), but I would like something like dd75$6*, you know, containing any character. I would like it only to do a certain string ONCE, so there are no duplicates (in a for loop). Hopefully I won't need to do a huge array. Any suggesti

Re: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-22 Thread DvDmanDT
Errm.. I did search accutually.. But didn't find anything.. Partly cause I'm running home edition.. There's no security tab there.. And the folders are shared.. Apache is running as SYSTEM, and I'm as User or something like that.. Any more ideas? -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvd

RE: [PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-22 Thread Mikey
Just right click on the folder and click the Security tab - you will need to set permissions for the user that apache runs as, or failing that you will have to open it up completely (give everybody full control). You should have maybe searched the archives first though - this question is asked tim

[PHP-WIN] Re: why does my php5.03 do not load php_oci8.php ?

2005-01-22 Thread DvDmanDT
Maybe it's for the wrong PHP version or something.. -- // DvDmanDT MSN: dvdmandt¡èhotmail.com Mail: dvdmandt¡ètelia.com "Yuegong" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi; > > My system is win2000+php5.03cgi , other extensions like gd2 is ok . But when I want to use

[PHP-WIN] sharing files over network with XP Home and PHP?

2005-01-22 Thread DvDmanDT
Hello, I have XP Home on my home computers where I develop scripts mostly for fun and hobby, and now I'd like PHP to access the files on the other comp.. In my opinion, this should work: fopen('COMP2\\folder\\file.txt','r');, but that gives permission denied.. I do think it's due to the fact t

[PHP-WIN] why does my php5.03 do not load php_oci8.php ?

2005-01-22 Thread yuegong
Hi; My system is win2000+php5.03cgi , other extensions like gd2 is ok . But when I want to use php_oci8.dll, it says "Unable to load dynamic library 'd:/php/php_oci8.dll'" , the path is correct, why ? thanks yuegong