Tag Archives: forme

Leggi tutti i campi in una forma [chiuso]

Questo “formmail.aspASP script receive an:

<form action="formmail.asp" method="POST">

Read ALL Fields in form, build a msg with all fields and send to my email this fields and yours values.

msg = empty

for each field in Request.Form() // read 

Continua a leggere

Tagged , , | Lascia un commento

Form submission I have to press submit twice when all fields are not empty

I have this code where i validate each field to be not empty and the problem is that when every field is filled I have to press submit twice in order for the form to be submitted.

<table>
    <form method 

Continua a leggere

Tagged , , | Lascia un commento

create label dynamically in php [chiuso]

I am new in php. I already have xampp and creating a first form on php and also knows the syntax of php . Ora, I need to make a form on which a label or any control(pulsante,textbox,label etc) canContinua a leggere

Tagged , , , , | Lascia un commento

php javascipt functions to read modify text file and update form field value to add to mysql db

I have this form that uses php to access a txt file retrieve the first code and then delete the code and after that pass the code in the database(mysql) on submit the form. Depending on some user values ofContinua a leggere

Tagged , , , , | Lascia un commento

Zip files is not getting created

I am trying to add files into a zip by sending the file names from a HTML form.
The HTML code is

<form action="act.php" method="POST">
<input type="checkbox" name="send1" value="filename1.extension">
<input type="checkbox" name="send1" value="filename2.extension">
</form>

The PHP
I tried in two Continua a leggere

Tagged , , , | Lascia un commento

How can I send only some of the GET parameters

I have a form using GET method. This form might have large amount of fields to update. so sometimes the URL gets too long. so I thought I can add more buttons to update each group of fields seperatedly.
Il… Continua a leggere

Tagged , , | Lascia un commento

Text user wrote in form doesn't appear when variables passed to a feed dialog php file

I am having an odd issue. I am trying to pass the information people filled out in a form to the facebook feed dialog by $_POST…ing the name of each field into the field dialog. Facebook has an example Continua a leggere

Tagged , , , | Lascia un commento

Ottenere informazioni da un array quando un campo di modulo viene lasciato vuoto in php

I have a form field (id="rate" name="rate") that the user is required to enter a value for. But if the user leaves it empty the value is taken from an array in costs.php…. I have written this Continua a leggere

Tagged , | Lascia un commento

Change button label & action for submit/save button in Twitter Bootstrap? Do it when form is unsaved?

I have a simple non-Ajax form that presents serialized fields for saving a whole bunch of pieces of data across multiple records i.e. a quote with multiple line items and each field on each line is editable.
The form needsContinua a leggere

Tagged , , , | Lascia un commento

Insert two form fields together in loop

I have two form fieldsFirst name” e “Last nameI can also clone the two fields to add more users on one submit.
I want each record to have it’s own ID once inserted into the database. However IContinua a leggere

Tagged , | Lascia un commento
32 pagine