Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~5K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for JoeyWong

The best is if you make a Form around your Table. After you did that you can send the data to a .php file which does save the array into a Database. What do you know about all that? Can you do that or do you need more help?

Member Avatar for JoeyWong
0
1K
Member Avatar for gchurch

You can easily send a new header to the browser, which is done by the Function "header". This will Refresh the Page after one Second and redirect the user to "wherever.php" [CODE=php]header( "refresh:1;url=wherever.php" );[/CODE] Also the "Location" will work. this just redirects to a new location: [CODE=php] header("Location: wherever.php");[/CODE] Hope …

Member Avatar for gchurch
0
4K
Member Avatar for bella422316

First of all: this is a Javascript issue... so please, next time, add it to the javascript Thread. Thanks. Nevertheless: Use this code after you initialised date "now": [CODE=javascript] hour = now.getHours(); min = now.getMinutes(); sec = now.getSeconds();[/CODE]

Member Avatar for cyrillc
0
78

The End.