the_dev


Member since 2009

3 snippets

3233 profile views

2 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

the_dev's Recent SnippetsTagged php



« Prev 1 Next »
Need a function to clean your _POST array before inserting into a database? Just pass $_POST to this function.
1 3188 posted 17 years ago by the_dev
It's easy to print out an array that is readable and with only one line of code. This can easily be turned into a nifty function.
1 1572 posted 17 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 2071 posted 17 years ago by the_dev
« Prev 1 Next »