Hi. I have a hidden field with name field_hidden in the form to stop spammers. If this field is filled, I want the form to be discarded or not submitted. How to say this in JSP:
Thanks alot bionoid. Now it works fine. One more question; I want to have those inputs inside <tr> and <td> tags, but the code seems to ignore them. When I look ad the browser's source code, they are...
Thanks for the reply. I have that meta tag in the first page; also tried ini_set('default_charset','UTF-8'); but still the same problem. My code looks like this:
When searching with a specific ID number, The URI for the report with that ID gets printed in the window and not the report. This line is responsible for getting the report:
Thank you both for your answers. I hid the username and password data from the URL.
The report comes from an API and not from HTML page. In my case I guess the file_get_contents function will work...
Hi. I am a PHP starter and need your help. I have a form that searches a database for a report based on subject's ID number or title. The report resides on a link that has the following form:
...
Actually I haven't specified any order for the form field submission; it is just like what I have done it in the above code, but still get the data to my email in different sequences each time. "The...
The following script delivers the form data to my email, but not in the same order as the fields are in the fom. e.g. Name, Email and Comment fields come respectively in the form, but when delivered...
Thanks Zabi. I am now trying with JSP. Where can I get or download this "/blx.tld" file as it is complaining about it. I have been googling, but doesn't get me any where.
The problem is that I can't use php or perl, because this form resides on Liferay server on tomcat 7 which is JAVA based; I could use Liferay's own web form, but that is some lame.