the_dev


Member since 07/07/2009

Name: The Dev

Location: Beautiful South Carolina

Website: www.idmprint.com

3 snippets

888 profile views

2 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

the_dev's Recent Snippets



« Prev 1 Next »
Need a function to clean your _POST array before inserting into a database? Just pass $_POST to this function.
1 868 posted 14 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 491 posted 14 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 812 posted 14 years ago by the_dev
« Prev 1 Next »