[PHP-WIN] Re: PHP.ini problems

2001-10-31 Thread Justin Garrett
Use phpinfo() to see where PHP is looking for its config file. -- Justin Garrett "Harry Blohm" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm running PHP4.06 on win2k server.. and PHP seems to work fine. > I'm running a Vbulletin and that most

RE: [PHP-WIN] system()

2001-10-31 Thread Ross Fleming
OK it's not so important now, I've rewritten the C program to take the input as an argument and handle all the file opening. system("parser filename.xyz"); now works fine. If anyone knows why system("parser filename.xyz"); doesn't work though I'd be interested to hear. anyone? Ross -Orig

[PHP-WIN] system()

2001-10-31 Thread Ross Fleming
Hi folks, I've written a C program that takes input from stdin that I want to run from a php script. Whenever I want to run the program I give the command parser.exe < filename.xyz and it runs the program fine. However, I want to do the same from inside a php script, no probs I thought, system(

[PHP-WIN] PHP.ini problems

2001-10-31 Thread Harry Blohm
Hi, I'm running PHP4.06 on win2k server.. and PHP seems to work fine. I'm running a Vbulletin and that mostly works like a pro. I find my that I can't use any email function under Vbulletin. After chasing this around for many day I believe the problem is that php.ini file is not being read. W

[PHP-WIN] Re: multidimensional array

2001-10-31 Thread Justin Garrett
Should be able to do it the same way you do a one dimensional array. -- Justin Garrett "Afan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > to put an array into database I use serialize/unserialize function. > How can I put a multidimensional array

[PHP-WIN] PHP4, Xitami, NT4 Workstation issues

2001-10-31 Thread Erik H. Mathy
Hey All! I hit a snag earlier today on something I've done a million times before. Perhaps one of you might be able to lend a hand. Situation: I use a Dell Latitude laptop for development. It's got pretty much everything I need for my day to day needs. NT Workstation, mysql, mss

[PHP-WIN] multidimensional array

2001-10-31 Thread afan
Hi all, to put an array into database I use serialize/unserialize function. How can I put a multidimensional array? Thanks for any help! Afan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

php-windows Digest 31 Oct 2001 20:08:41 -0000 Issue 831

2001-10-31 Thread php-windows-digest-help
php-windows Digest 31 Oct 2001 20:08:41 - Issue 831 Topics (messages 10132 through 10135): Re: date problem 10132 by: Daniel Parsons Re: PHP 4.0.6, Apache 1.3x and SL Mail 10133 by: DL Neil 10134 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK php.ini Windows executable

[PHP-WIN] php.ini Windows executable

2001-10-31 Thread jtjohnston
Has anyone made a Windows executable to configure the php.ini? ... just asking, before I find myself doing it myself. Post & Reply would be appreciated, John -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP-WIN] PHP 4.0.6, Apache 1.3x and SL Mail

2001-10-31 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 31-10-01 10:35 -> [EMAIL PROTECTED] PHP talks to a SMTP server on whichever box you have your php.ini pointing to. If you have set it to localhost, then you must have an SMTP server on your local box. Try typing: telnet localhost

Re: [PHP-WIN] PHP 4.0.6, Apache 1.3x and SL Mail

2001-10-31 Thread DL Neil
> I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get > the mail function to work. It doesn't complain -- nothing complains. The > email are not going through > ... > I've checked my php.ini file and have tried localhost and the direct IP of > the server in the SMTP