View Single Post
  #1 (permalink)  
Old 03-28-09, 11:00 AM
pigro's Avatar
pigro pigro is offline
New Member
 
Join Date: Mar 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
timed events php and javascript?

Good morning,

sorry for my poor english ^_^

Im building a standalone management tool in php and im currently locked on a timed event.
I've created a form that insert 2 values in a mysql DB but i need to put (for some minutes) one value in a second form too (a list box)

(trying to simplify my request), example:
form 1
input box name "nome"
button "submit"

when i click the "submit" button i need to put for "10" minutes "nome" value in a listbox of form 2.

Someone can help me pls?
I've searched on our bible "google" and the solution seems to be in "javascript" that i dont know :-(
Reply With Quote