Search found 2 matches

by rbbenson
Sun May 15, 2011 11:36 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: problem with HTML form
Replies: 1
Views: 1689

problem with HTML form

A problem with HTML form and configuration of Rapid PHP 2007. if file named info.php contains 1 line of code <?php phpinfo(); ?>, either clicking preview tab or 'preview in' button in tool bar, PHP info is loaded. This suggest that PHP is found and functioning Yet, when the function <form action ...
by rbbenson
Thu Apr 28, 2011 2:52 am
Forum: Web Developer Talk
Topic: Passing variables from one HTML page to another.
Replies: 1
Views: 6414

Passing variables from one HTML page to another.

The task, a rather simple one. In one .HTML page is the HTML script whose task is to 'collect imput' and pass 'this data' onto another .php page. This simple .HTML page is - <html xmlns="http://www.w3.org/1999/xhtml"> <body> <form action="processorder.php" method="post"> <table border="0"> <tr ...