I cannot get a form to work in Rapid PHP 2010. Once i put the <form statement in (even if it is commented out //), the preview window just shows blank.
<form method="post" action="<?php echo $PHP_SELF;?>">
Date: <input type="text" name="mydate" /><br/>
Version: <input type="text" name="Version" size="3" value="1" /><br/>
SubVersion: <input type="text" name="Subversion" size="3" value="1" /><br/>
Subject: <input type="text" name="Subject" size="30" value="test" /><br/>
Manufacturer: <input type="text" name="Manufacturer" size="30" value="test" /><br/>
Model: <input type="text" name="Model" size="10" value="test1" /><br/>
Category: <input type="text" name="Category" size="30" value="RFM" /><br/>
Section: <input type="text" name="Section" size="3" value="0" /><br/>
</form>
Can someone please gve me an example of the exact code to place in Rapid php 2010 to generate a form for use with the php script.
thanks in advance
Rapid PHP 10.02
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Rapid PHP 10.02
I pasted this in the Hello world sample between <body></body> tags and it worked allright. Is it the form that causes problems or could it be that the preview is not working at all?