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
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 - 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
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
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
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
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
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
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
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
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 - 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
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:
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
14 matches
Mail list logo