hey guys i’m new to php and mysql
and i find myself stuk abit in this statement i need to execute
but i’m not sure how to put everything together.
what i want is to bascilly form a statment that says every “x seconds” a random column within
a table will be inserted into another table.
I know how to make an Insert function when i press a button.
but how do i make it soo is will automaticlly insert it every “x seconds”?
sorry i got no code for ya, i’m really not sure which statment to use, a while loop? a foreach loop? and how to combine it with “time()” and etc…
thank’s advanced!