php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27931 No result when running "php [nameofphpfile.php] > [outputpage.htm]"
Submitted: 2004-04-09 09:13 UTC Modified: 2004-04-09 10:04 UTC
From: eyemaster at go dot ro Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.5 OS: Windows XP
Private report: No CVE-ID: None
 [2004-04-09 09:13 UTC] eyemaster at go dot ro
Description:
------------
I am trying to run php.exe to convert a basic PHP file (named phpinfo.php) into a simple output html document. When i'm running php.exe using Windows Command Prompt to convert that file, it works.
But when i'm running php.exe, using "Shell" command in Visual Basic, i see a DOS window and the code suposed to be in my output document, in that window (the output file is created but contains nothing).
Why does it not works ? Are there any additonal arguments required (i'm using the -f argument) ? Please help me.

Reproduce code:
---------------
n/a

Expected result:
----------------
A file containing html code

Actual result:
--------------
only a DOS window with code

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-09 10:04 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This is a VB issue, nothing to do with PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC