[PHP-WIN] Re: Using Exec on windows

2001-12-29 Thread David
Hi, Thanks for your responce! I've tried passthru(), shell_exec(), backticks and system(). Using shell_exec() I can get out output, when I "End task" on the winzip program in the background. All I get is the first 2 lines that Winzip outputs. When I don't use any parameters, it seems to work

Re: [PHP-WIN] header() problem

2001-12-29 Thread Ray
I use PHP 4.06, Using Apache, and running under windows. This code is tested and works using IE; header ("Location: http://localhost/test/secure_1.php";); exit; Like the other message(s) said, you must NOT output anything before you send a header. If you do however, you will get a ru

php-windows Digest 29 Dec 2001 23:59:04 -0000 Issue 926

2001-12-29 Thread php-windows-digest-help
php-windows Digest 29 Dec 2001 23:59:04 - Issue 926 Topics (messages 11201 through 11209): Re: header() problem 11201 by: Christoph Grottolo 11209 by: Ray Real Simple, But I'm New!! 11202 by: FiShcAkE 11206 by: G Schneider Re: Mathimatical equations in PHP

[PHP-WIN] Re: Using Exec on windows

2001-12-29 Thread LaserJetter
WinZip will need parameters to run from the command line for example to tell it what file to unzip. Did you include these in the command string? WinZip might be waiting for you to press a key or enter some information. It might not be able to find files because the dos window could open at any fol

[PHP-WIN] Building PHP on Win32

2001-12-29 Thread Woolsey, Fred
Hi all, Has anyone had luck building PHP from source on Windows? In particular, has anyone pulled it off using gcc rather than Visual C++? Thanks, Fred Woolsey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP-WIN] Re: Real Simple, But I'm New!!

2001-12-29 Thread G Schneider
Hi Lee, I'm not quite sure what you mean, but to include other files into a PHP script, you use the include("file.html"); function. So, if you have a page called news.html and you want to include it into a PHP page called display.php, you would use some code like this: And the link to the pag

FW: RE: [PHP-WIN] Mathimatical equations in PHP

2001-12-29 Thread Ross Fleming
aye, this is the one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 29 December 2001 18:31 To: [EMAIL PROTECTED] Subject: Re: RE: [PHP-WIN] Mathimatical equations in PHP Mail not delivered to [EMAIL PROTECTED] The mailbox of the user has exceeded the allott

RE: [PHP-WIN] Mathimatical equations in PHP

2001-12-29 Thread Ross Fleming
I personally think that there was a bit of an over-reaction to Svenssons emails. Most of them are funny, and a lot of the questions do only need a quick search of the manual. As to the list of emails that someone found irritating and pointless, the coffee one was, I think, pretty funny in a worl

RE: [PHP-WIN] Mathimatical equations in PHP

2001-12-29 Thread Mr Adam ALLEN
This is a mailing list isn't it, where there is a certain amount of email to be expected, I've not checked if there is a PHP-MATHS mailing-list, I suspect not - questions need to be asked somewhere, if we don't like them- ignore them then they will go away.. I have a key on my keyboard with the

[PHP-WIN] Real Simple, But I'm New!!

2001-12-29 Thread FiShcAkE
Hey, I've just started learning php and I need to know this... What are the commands I use to get i.e. index.php?links and index.php?newsto work? I have a site, with the menu down one side, and I need to have the ?news page as an include for news.html(or php), etc. etc. I hope this mak

Re: [PHP-WIN] header() problem

2001-12-29 Thread Christoph Grottolo
Make sure there is no sign before you start the file with 'http://www.php.net/manual/en/function.header.php for this (very common) error. Christoph "Jukka Pakkanen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000b01c18fbc$71813000$[EMAIL PROTECTED]">news:000b01c18fbc$71813000$[EMAIL PROTECTED]...

php-windows Digest 29 Dec 2001 10:18:58 -0000 Issue 925

2001-12-29 Thread php-windows-digest-help
php-windows Digest 29 Dec 2001 10:18:58 - Issue 925 Topics (messages 11196 through 11200): Re: header() problem 11196 by: LaserJetter Re: Mathimatical equations in PHP 11197 by: Todd Williamsen Re: Image Magick on Windows NT? 11198 by: Curt Strite Using Exec on wi

[PHP-WIN] Help!

2001-12-29 Thread Zack Saadi
Hi, I have just upgraded to the latest verion of PHP and since then getting this message: Warning: Unknown persistent list entry type in module shutdown (11) in Unknown on line 0 Please help and thanks in advance! From: "Zack Saadi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject:

[PHP-WIN] Using Exec on windows

2001-12-29 Thread David
Hi, I'm trying to execute a command line program using exec. I am tring to run a command line interface of Winzip, simpily by executing a string which works when it is typed into the command line. However, PHP just hangs there, I can see the program running the the background, but it does not d