Recent Pastes

Pastes found: 2206
12 Jul 2014, 04:04 PM

This is the pop-up flow.

[close]

http://stackoverflow.com/questions/12008908/how-can-i-pass-variables-between-controllers-in-angularjs
11 Jul 2014, 08:32 PM

This is the pop-up flow.

[close]

TrioxX
09 Jul 2014, 02:52 PM

This is the pop-up flow.

[close]

http://stackoverflow.com/questions/13285589/get-selected-text-from-a-uiwebview-xcode
08 Jul 2014, 09:34 AM

This is the pop-up flow.

[close]

http://cssdeck.com/labs/css-only-pinterest-style-columns-layout
http://www.bootply.com/118335

This is the pop-up flow.

[close]

class CreateUser extends Migration {
 
	/**
	 * Run the migrations.
	 *
	 * @return void
	 */
	public function up()
	{
		//
        Schema::create("users",function($table){
            $table->increments('ID');
            $table->string('Username', 255)->unique();
            $table->string('Email',

This is the pop-up flow.

[close]

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
    <title>@yield('title')</title>
 
    <!--    font require-->
    {{ HTML::style('library/fonts/font-awesome-4.0.3/css/font-awesome.css') }}
    <!--js require-->
    {{ HTML::script('library/js/jquery-1.9.0.js') }}
    {{ HTML::scr

This is the pop-up flow.

[close]

case "insert_gallery":
        {
            $num_image = count($_FILES['img']['tmp_name']);
            for($i=0; $i<$num_image; $i++)
            {
		move_uploaded_file($_FILES['img']['tmp_name'][$i],"upload-data/".$_FILES['img']['name'][$i]);
		$url=$_FILES['img']['name'][$i];
		$name_file=$_FILE
04 Jul 2014, 01:49 PM

This is the pop-up flow.

[close]

http://stackoverflow.com/questions/8062496/how-to-change-max-allowed-packet-size
04 Jul 2014, 01:46 PM

This is the pop-up flow.

[close]

max_allowed_packet
04 Jul 2014, 10:28 AM

This is the pop-up flow.

[close]

$a = 99.490000;
echo str_replace(0,"",$a);
Invalid Email or Password