Twitsnip is a place to post code snippets and share them. Login with your existing Twitter account, if you don't have a Twitter account simply create on at www.twitter.com

Welcome to Twitsnip code snippets repository

Twitsnip is a place to post useful code snippets and share them with the community.

Easily post your snippets to Twitter, no need to create a new account simply use your existing Twitter account, if you don't have a Twitter account simply create on at www.twitter.com

Recent Snippets

PHP function to genarate a random password

0

I use this in case someone has forgotten there password alongside some other code. Hope it is useful!

Update Multiple rows in a single form

0

This snippet will show you how to update multiple rows of a MySQL database table using a single form.

Sending dynamic data to server and back in flash

0

This snippet shows how to send data from flash to php then change the data and send back to flash using LoadVars.

Pull random rows from a database

0

Use RAND() to randomly pull rows from a database.

Login checker Functions

0

2 login functions that check if a user is logged in by checking is a session is equal to true that would have been set on login. If not logged in the redirect to login.php