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

Tag Archives: PHP

PHP Mysql Search Sctipt

<?php $hostname_logon = “localhost” ; $database_logon = “” ; $username_logon = “” ; $password_logon = “” ; $connections = mysql_connect($hostname_logon, $username_logon, $password_logon) or die ( “Unabale to connect to the database” ); mysql_select_db($database_logon) or die ( “Unable to select database!” );

Posted byProsoxi.com WebmasterFebruary 1, 2011February 1, 2011Posted inMySQL, PHPTags: fulltext, mysql. like, PHPLeave a comment on PHP Mysql Search Sctipt

phpThumb()

phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image. True color and resampling is used if GD …

Continue reading “phpThumb()”

Posted byProsoxi.com WebmasterDecember 21, 2010Posted inPHPTags: crop, gd library, PHP, resizeLeave a comment on phpThumb()

PHP pseudo-cron

Pseudo-cron uses a syntax very much like the Unix cron’s one. For an overview of the syntax used, see a page of the UNIXGEEKS. The syntax pseudo-cron uses is different from the one described on that page in the following points:

Posted byProsoxi.com WebmasterDecember 18, 2010Posted inPHPTags: cron, PHPLeave a comment on PHP pseudo-cron

filezilla binary mode

Set Transfer type (menu Transfer) from Auto to Binary and upload your script.

Posted byProsoxi.com WebmasterDecember 18, 2010December 19, 2010Posted inTips & TricksTags: binary, filezilla, PHP1 Comment on filezilla binary mode

Install mcrypt

If using a Debian-based Linux system, you can run the following commands: sudo apt-get install php5-mcrypt sudo /etc/init.d/apache2 restart

Posted byProsoxi.com WebmasterDecember 18, 2010Posted inLinux, PHP, ProgrammingTags: mcrypt, PHPLeave a comment on Install mcrypt

PHP Word Wrap

string chunk_split ( string $body [, int $chunklen = 76 [, string $end = “\r\n” ]] ) < ?php // format $data using RFC 2045 semantics $new_string = chunk_split(base64_encode($data)); ?>

Posted byProsoxi.com WebmasterDecember 13, 2010December 13, 2010Posted inPHPTags: PHP, word wrapLeave a comment on PHP Word Wrap

Posts navigation

Newer posts 1 … 17 18 19 20 21 … 26 Older posts

Advertise

Whocallsme.gr Widget Lookup

July 2025
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« May    
prosoxi.com, Proudly powered by WordPress.