Forum: PHP Jan 9th, 2009 |
| Replies: 13 Views: 2,784 Thank you ardav and robert_c_guy, I'll check what you suggest as soon as possible.
Is it possible by the way that the output of the php file gets stored in an external log file? (Either by... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,784 Thank you for your time DiGSGRL.
I'll check the link http://www.w3schools.com/Ajax/ajax_intro.asp you suggest and, as it seems that my problem will be solved via JavaScript, perhaps I'll post a... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,784 The onSubmit event handler didn't work.
I think this handler executes the JavaScript command before the action of the form (in this case the execution of the phpfile1.php).
It's like when we... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,784 As I'm a novice user I don't know where exactly to add this code:
header("Location: htmlcode.html");
do you mean as a command in the end of each php file?
The current location of all files is in... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,784 Hello to everyone and wish for a Happy New Year.
I have an html code from which I want to execute various php files (with various parameters).
Say the html file is called htmlcode.html.
Say one... |