PDA

View Full Version : Checking database and return the value


amras
06-23-2007, 01:22 PM
Lets say i wanted to check how many recordings the where on a specific date and use that value to output some text to the user.

The text will be output after they submitted the form.

Should i make it in javascript on a date element or should i make it php in within the form?

rob
06-25-2007, 08:27 AM
Hi Rene

You would need to create a field element with eval turned on and your php code in the default text field.

Cheers
Rob

amras
06-26-2007, 06:10 AM
thanks :)