Tagged Questions

0
votes
0answers
51 views

Javascript Validation

Hello, i was looking around this site and noticed a Javascript form validation code, and i wanted to try it out. I Basicly copied and pasted it, but whenever i try to the submit bu …
1
vote
1answer
220 views

How do I secure MySQL username/password in PHP include file?

I have been doing some searches on google and realize i have to put mysql database username and password in a file using a .htaccess: The problem is how do i do that? some say plac …
1
vote
1answer
23 views

HELP multi 2d array with structure, problem width getting recursive variable output

I’m working on a multi dimensions array but i have a problem Imagine I have a company that can order some furniture’s Fx 5 chair of different type’s width different standard pric …
2
votes
5answers
131 views

Protect HTML form without CAPTCHA

I need to protect my form spambots without using CAPTCHA. What's best way of doing so. Upd: Ideally I won't add any new fields to the form. Hoping to combine several protection te …
0
votes
0answers
10 views

ASP FORM POST data from HTML and process in ASP

I have created an HTML page with 2 text fields and a submit button. Also I have created anotehr ASP page where it recieves theses values and multiply it by 2 and then the answer is …
1
vote
1answer
128 views

Uploading and checking multiple files

Hi, This is my first question, so apologies if I have not posted it in the right place. I have been modifying the code for multiple file upload and checking that is shown here: …
0
votes
0answers
8 views

javascript help for acrobat

I created a spreadsheet on excel and have fields that had formulas - and i need to somehow incorporate those formulas onto adobe acrobat 9.0 for a .pdf file. The formula is to calc …
0
votes
0answers
2 views

ASP Retrieving Specific Record from a form

How do I retrieve a specific record passed from a form connecting using ASP from a database?