[PHP] Re: PHP installation _ help needed
What u had done to install PHP added a dll module in IIS or Mapped the php.exe to .php and .php3 or .php4 Prachait Bob G wrote: > Hi people! > I have MySQL working with ASP under win2000 and IIS. I have recently > tried unsuccessfully to install PHP. Initially I started with zip binary > distribution. I tested it with:- > > > PHP Test > > > > > "; ?> > > > Couldn't be much simpler! > > Nothing worked but "view source" showed the above code. The implication > being that the sever did not parse the code. > I then deleted every thing and tried "InstallShield" with exactly the same > result. > I have reinstalled IIS - no change > I have added PHP to the application mapping. > I have given exec permissions to C:/PHP > The setup instructions say that I must rename PHP TO PHP.INI in WINNT and > that is all. Is this true. If not what precisely must I do? > Failing the .INI question I think I have done everything in the OPINS. But > you guys will know better. What have I missed? > All thoughts gratefully appreciated > Thanks Bob -- Bye, and Have a nice day. Prachait Saxena --- Phone :- +91 - 712 - 544476 Email :- [EMAIL PROTECTED] ICQ :- 71855637 MSN :- [EMAIL PROTECTED] Yahoo Messenger :- [EMAIL PROTECTED] If you do for other's ! Other's will do for you !! Visit me at http://www.Prachait.Com/ http://www.SitesOnTesting.Com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Apache/2.0.36 + Win98 + PHP4=Error(31)
Hello !!! I am using Apache/2.0.36 (Win32) DAV/2 on Win98. my server is running very fine when i use PHP4 as a interpreter. but as i use " LoadModule " to use PHP4 as a modules i am getting the error as (31) A device attached to the system is not functioning: This error also come when i try to load SSL I also tried to run server on Win 2k. Same error :( Can any one help me out. why this error is comming ? Or where i am wrong ? Thanks is advance Prachait Saxena WebMaster [SitesOnTesting.Com] If you do for other's ! Other's will do for you !! Visit me at http://www.sitesontesting.com/prachait -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Apache/2.0.36 + Win98 + PHP4=Error(31)
Hi I had downloaded new PHP 4.2.1 from www.php.net and add its modules in Apache Now It is working very fine. But Same Problem in SSL and Perl, So can any one tell me where can i get modules for this Thanks in Advance Prachait Phpgeek <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It does work: jwynia.myvnc.com/phpinfo.php. Is experimental, but it does > work on Windows. > > Chris Garaffa wrote: > > Prachait, > > If I recall correctly, PHP 4.x doesn't work with Apache 2... Actually, no > > Apache 1.x modules do, because of the new apxs architechture. Apache 2 > > support is planned for the 4.3 release (someone correct me if I'm wrong). > > On UNIX, I compiled with a -apxs2=[path] option to the configure script, but > > I'm not sure on Windows... > > > > Chris Garaffa > > > > On 6/15/02 10:24 AM, "Prachait Saxena" <[EMAIL PROTECTED]> wrote: > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Job Needed !!!
Hello !! I am free now a days and Needed a job in Web Development. I am fluent in PHP + MySql Combination. Any on can hire me. Wating for reply. -- Bye, and Have a nice day. Prachait Saxena --- Phone :- +91 - 712 - 544476 Email :- [EMAIL PROTECTED] (Official) [EMAIL PROTECTED](Official) [EMAIL PROTECTED] (Personal) ICQ :- 71855637 MSN :- prachait Yahoo Messenger :- getprachait If you do for other's ! Other's will do for you !! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] finding postion of any chat occur first
Hello I have a string like $str="Hello World > <<"; and i want to find the first occurance of any one of the char in " " or "<" $sp=strpos($str,">") Did not work, beacuse in this I can give only one char Can i give filter in this as "[ >]" If yes then how? Or any other idea to get this ... -- Bye, and Have a nice day. Prachait Saxena If you do for other's ! Other's will do for you !! Visit me at http://www.sitesontesting.com/prachait -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] finding postion of any one char occur first
Hello I have a string like $str="Hello World > <<"; and i want to find the first occurance of any one of the char in " " or "<" $sp=strpos($str,">") Did not work, beacuse in this I can give only one char Can i give filter in this as "[ >]" If yes then how? Or any other idea to get this ... -- Bye, and Have a nice day. Prachait Saxena If you do for other's ! Other's will do for you !! Visit me at http://www.sitesontesting.com/prachait -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] how to get server os?
Hello Friends Can any one tell me how can i get the server operating system, on which my php script is running ? and envermental variable or any other idea ... Bye, and Have a nice day. Prachait Saxena --- Phone :- +91 - 712 - 544476 Email :- [EMAIL PROTECTED] (Official) [EMAIL PROTECTED](Official) [EMAIL PROTECTED] (Personal) ICQ :- 71855637 MSN :- prachait Yahoo Messenger :- getprachait If you do for other's ! Other's will do for you !! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] where i get .so [dll] file of linux ?
Hello I would like to Know, where Site or Link i can get complied .so [dll] files. of linux as i have php_sockets.dll which works very fine in Windows enviroment. but on linux Can you suggest any other option for this. I am using dl("php_sockets.dll"); while writing my code for windows and what to same for Linux -- Bye, and Have a nice day. Prachait Saxena --- Phone :- +91 - 712 - 544476 Email :- [EMAIL PROTECTED] (Official) [EMAIL PROTECTED](Official) [EMAIL PROTECTED] (Personal) ICQ :- 71855637 MSN :- prachait Yahoo Messenger :- getprachait If you do for other's ! Other's will do for you !! Visit me at http://www.sitesontesting.com/prachait -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] where i get .so [dll] file of linux ?
Hello But i would like to ues that modules that are not complied wit PHP i mean dynamic inclusion of modules... Is that possible ? Prachait - Original Message - From: Rouvas Stathis <[EMAIL PROTECTED]> Newsgroups: php.general To: Prachait Saxena <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 1:43 AM Subject: Re: [PHP] where i get .so [dll] file of linux ? > > In Linux you don't use dl(). Instead, you compile PHP with the modules > you need and they are there when you call them. > > -Stathis. > > Prachait Saxena wrote: > > > > Hello > > > > I would like to Know, where Site or Link i can get complied .so [dll] files. > > of linux > > > > as i have php_sockets.dll which works very fine in Windows enviroment. but > > on linux > > > > Can you suggest any other option for this. > > > > I am using dl("php_sockets.dll"); while writing my code for windows and > > what to same for Linux > > > > -- > > Bye, and Have a nice day. > > > > Prachait Saxena -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] where i get .so [dll] file of linux ?
Well i did not have the permission for both edting of php.in and recompling the apache ??? Now what i can do ? Prachait - Original Message - From: Rouvas Stathis <[EMAIL PROTECTED]> Newsgroups: php.general Cc: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 6:34 PM Subject: Re: [PHP] where i get .so [dll] file of linux ? > I always recompile PHP when I need a new module, but searching the > mailling list archives I found the following post by Rasmus that says > dl() in *nix is possible. Well, if Rasmus says it can be done, he is > propably true:-) > > > > Subject: Re: [PHP] Re: The future of PHP - accessory libraries >Date: Tue, 28 Aug 2001 11:01:34 -0700 (PDT) >From: Rasmus Lerdorf <[EMAIL PROTECTED]> > To: Michael Kimsal <[EMAIL PROTECTED]> > CC: PHP General <[EMAIL PROTECTED]> > > > That's not allowing me to simply dl() an SO file, because I don't have the > > SO file to start with - that's what I was trying to get at. If I have > > to reconfigure > > everything, there's not much point, I don't think. Unless I'm missing > > something > > obvious. I'd like to be able to simply have an SO file I can dl() > > without recompiling. > > Or are you saying that that configure statement WILL create an SO file > > that can > > be dl()ed later, without recompiling PHP? > > Exactly. When you do ./configure --with-foo=shared; make > then modules/foo.so will appear magically and you can dl() that or load > it > using "extension=foo.so" in your php.ini. You don't have to recompile > PHP. > > -Rasmus > > > > -Stathis > > Prachait Saxena wrote: > > > > Hello > > But i would like to ues that modules that are not complied wit PHP > > > > i mean dynamic inclusion of modules... Is that possible ? > > > > Prachait > > > > - Original Message - > > From: Rouvas Stathis <[EMAIL PROTECTED]> > > Newsgroups: php.general > > To: Prachait Saxena <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Friday, March 29, 2002 1:43 AM > > Subject: Re: [PHP] where i get .so [dll] file of linux ? > > > > > > > > In Linux you don't use dl(). Instead, you compile PHP with the modules > > > you need and they are there when you call them. > > > > > > -Stathis. > > > > > > > > Prachait Saxena wrote: > > > > > > > > Hello > > > > > > > > I would like to Know, where Site or Link i can get complied .so [dll] > > files. > > > > of linux > > > > > > > > as i have php_sockets.dll which works very fine in Windows enviroment. > > but > > > > on linux > > > > > > > > Can you suggest any other option for this. > > > > > > > > I am using dl("php_sockets.dll"); while writing my code for windows and > > > > what to same for Linux > > > > > > > > -- > > > > Bye, and Have a nice day. > > > > > > > > Prachait Saxena > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] where i get .so [dll] file of linux ?
So can u tell me how to complie one module only ? as i am thinkg to complie that module on my local machine [Linux] and then upload to the server. Bye, Have a nice day. Prachait If you do for other's ! Other's will do for you !! Visit me at http://www.sitesontesting.com/prachait - Original Message - From: Rouvas Stathis <[EMAIL PROTECTED]> Newsgroups: php.general Cc: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 8:46 PM Subject: Re: [PHP] where i get .so [dll] file of linux ? > You should ask your administrator to do it for you. > BTW, most propably you don't have to recompile Apache. > > -Stathis. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] phpMyAdmin No Error No Output
HI, I had downloaded a new version 2.2 of phpMyAdmin from the site. and placed it on my site on the Internet. but i am getting no error and no output can any one tell me why this is happning .??? bye -- Prachait Saxena Offical ( [EMAIL PROTECTED] ) Personal ( [EMAIL PROTECTED] ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] access pop3 without IMAP
Hi, I want to check mail of a pop account. without using "imap". Can any one know how to do that. kindly send it in details. bye -- Prachait Saxena Offical ( [EMAIL PROTECTED] ) Personal ( [EMAIL PROTECTED] ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]