Skip to content

prosoxi.com

Attention in classroom

  • Programming
    • ASP / ASP.net
    • .htaccess
    • PHP
    • JavaScript – Ajax
    • Facebook
    • HTML – XHTML
    • MySQL
    • node js
    • CSS
    • SEO
    • Flash
  • Mobile / Tablet
    • ionic framework
    • Android
    • cordova
    • ios
  • Graphics
    • After Effects
  • OS
    • Windows
    • MAC
    • Linux
  • Network
    • Trixbox
    • Plesk
    • Dreambox
  • News
    • Hack
    • Tutorials
    • Tips & Tricks
    • promo codes

Category Archives: PHP

PHP imagefilter

Description bool imagefilter ( resource $image , int $filtertype [, int $arg1 [, int $arg2 [, int $arg3 [, int $arg4 ]]]] ) imagefilter() applies the given filter filtertype on the image.

Posted byProsoxi.com WebmasterMay 5, 2011Posted inPHPTags: gd library, PHPLeave a comment on PHP imagefilter

Converting Images to Grayscale using PHP and the GD Library

  http://php.about.com/od/gdlibrary/ss/grayscale_gd.htm

Posted byProsoxi.com WebmasterMay 5, 2011Posted inPHPTags: bw, gd library, PHPLeave a comment on Converting Images to Grayscale using PHP and the GD Library

.htaccess Session timeout

php_value session.cookie_lifetime 3600 php_value session.gc_maxlifetime 3600 printf("cookie: %s, gc: %s", ini_get(‘session.cookie_lifetime’), ini_get(‘session.gc_maxlifetime’));

Posted byProsoxi.com WebmasterMay 4, 2011Posted inPHPTags: cookies, htacces, PHP, sessionLeave a comment on .htaccess Session timeout

PHP remove key from associative array

$a = array( ‘a’ => 123, ‘b’ => 456, ‘c’ => 789, ‘d’ => 123 ); unset($a[‘b’]); print_r($a);

Posted byProsoxi.com WebmasterMay 3, 2011Posted inPHPTags: array, PHPLeave a comment on PHP remove key from associative array

PHP animated GIF with FFmpeg and PHP

The tools To create the video preview, we need PHP >= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.

Posted byProsoxi.com WebmasterApril 22, 2011Posted inPHPLeave a comment on PHP animated GIF with FFmpeg and PHP

PHP variable creation into one line

variable creation into one line

Posted byProsoxi.com WebmasterApril 21, 2011Posted inPHPTags: PHP, variablesLeave a comment on PHP variable creation into one line

Posts navigation

Newer posts 1 … 40 41 42 43 44 … 70 Older posts

Advertise

Whocallsme.gr Widget Lookup

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« May    
prosoxi.com, Proudly powered by WordPress.