Profile
Achievement
the_dev's Recent SnippetsTagged mysql
- All /
« Prev 1 Next »
Need a function to clean your _POST array before inserting into a database? Just pass $_POST to this function.
1
1105
posted 15 years ago by the_dev
Here is the correct way to turn your mysql results into an array. Forget the other nonsense of useless code. Why type out this long code: "for($i = 0; $array[$i] = mysqli_fetch_assoc($result); $i++) ;" when you can accomplish the same thing with m...
1
1019
posted 15 years ago by the_dev