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 #107.71K
~11.6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 1
Favorite Tags
php x 1
1 Posted Topic
I know too late, your code does not work because of the dot i think in the line: //remove the dot $sql .= "VALUES ('$value')"; Here is a similar code that works like a charm. foreach($_POST as $key => $value) { if (strpos($key, 'somedata') === 0) { mysql_query("INSERT INTO tablename …
The End.