The software works GREAT when I test one script at a time. Where I am having a problem is when I try to test a form script that submits information to a processing form script. When I attempt to do this the processing form script does not process the information at all. Am I doing anything wrong? Your help would be greatly appreciated. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't get it.. Your script doesn't work or you are trying to submit data to a parsed-in-dev-php script? If yours is the first case, try checking the script syntax. If not, you're not catching the idea of Dev-PHP. If you want to submit data, you need a web server instead of a parser. Dev-PHP generates an HTML file from a PHP file just to test the syntax and other stuff. Cya!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Voc poderia utilizar as configuraes do servidor (como faz o PHPEdit) em vez do interpretador. Isso faria com que o prprio servidor se encarregasse de processar os dados do formulrio. Que tal a idia?
Desculpe-me, mas meu ingls horrvel!
Paulo Jorge.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The integration with the webserver will be in the next release, wich will be released as soon as i get a pro or enterprise version of delphi, so that i can compile it.
cya!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-25
The following is in the code when I run php script
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
The result is 4.2.3. Why? I maybe doing something wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The software works GREAT when I test one script at a time. Where I am having a problem is when I try to test a form script that submits information to a processing form script. When I attempt to do this the processing form script does not process the information at all. Am I doing anything wrong? Your help would be greatly appreciated. Thanks
I can't get it.. Your script doesn't work or you are trying to submit data to a parsed-in-dev-php script? If yours is the first case, try checking the script syntax. If not, you're not catching the idea of Dev-PHP. If you want to submit data, you need a web server instead of a parser. Dev-PHP generates an HTML file from a PHP file just to test the syntax and other stuff. Cya!
Voc poderia utilizar as configuraes do servidor (como faz o PHPEdit) em vez do interpretador. Isso faria com que o prprio servidor se encarregasse de processar os dados do formulrio. Que tal a idia?
Desculpe-me, mas meu ingls horrvel!
Paulo Jorge.
The integration with the webserver will be in the next release, wich will be released as soon as i get a pro or enterprise version of delphi, so that i can compile it.
cya!
The following is in the code when I run php script
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
The result is 4.2.3. Why? I maybe doing something wrong.