Hello,
I finally succeed to write data from a MySQL data base, using HTML, JS and PHP.
But I know, I would like to test another thing :
I only have 1 page.
On my page, I have 2 INPUT TYPE=TEXT
and 1 INPUT type=button.
When I click the BUTTON, I would like, :
–> via a JavaScript, keep both data from INPUT,
–> making different operation on these 2 number (via a PHP script call from the JS code)
–> show the results on the same initial page (without reloading it).
But now, it seems I don’t succeed to keep data from both INPUT TYPE=TEXT…
I just see that MobiOne can generate PHP file (either as HTML file) by changing the “Page Architecture” parameter by PHP.
But after… can I work with my php page, as a simple web page ?
****************
Strange, I would like to present extracts from my code, but when I validate this form, I have this message :
Method Not Implemented
POST to /support-mobione/posting.php not supported.
Apache/2.2.0 (Fedora) Server at http://www.genuitec.com Port 80