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: Programming

.htaccess upload_max_filesize ini_set()

I m PHP 5.2.0 / Apache and I can’t access php.ini I try to update .htaccess and added php_value upload_max_filesize “25M” php_value post_max_size “25M” However it will give me “Internal Server Error”

Posted byProsoxi.com WebmasterJanuary 25, 2010October 31, 2010Posted in.htaccess, PHP, ProgrammingTags: .htaccess, development, PHP, scripting1 Comment on .htaccess upload_max_filesize ini_set()

Javascript confirm Yes/No

Use a javascript confirm box to ask the user if they want to delete

Posted byProsoxi.com WebmasterJanuary 15, 2010Posted inJavaScript - AjaxLeave a comment on Javascript confirm Yes/No

Mysql Select within Select (sel into sel)

SELECT clients.id, (SELECT Count(clients_job.id) FROM clients_job WHERE clients_job.client_id =  clients.id   ) AS JobCounter FROM clients ORDER BY EPONIMIA ASC

Posted byProsoxi.com WebmasterJanuary 14, 2010Posted inMySQL, ProgrammingLeave a comment on Mysql Select within Select (sel into sel)

PHP regular expressions examples

A simple method of validating an IP address using PHP and regular expressions <? $string = “255.255.255.255”; if (preg_match( ‘/^(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)(?:[.](?:25[0-5]|2[0-4]\d|1\d\d|[1-9]\d|\d)){3}$/’, $string)) { echo “IP address is good.”; } ?>

Posted byProsoxi.com WebmasterJanuary 13, 2010October 31, 2010Posted inPHPTags: development, PHP, scriptingLeave a comment on PHP regular expressions examples

PHP mysqli::set_charset

In connection file add the following lines $mysqli = new mysqli($hostname_###,$username_###,$password_###,$database_###); $mysqli->query(“SET NAMES ‘utf8′”);

Posted byProsoxi.com WebmasterJanuary 12, 2010October 31, 2010Posted inMySQL, PHPTags: development, PHP, scriptingLeave a comment on PHP mysqli::set_charset

install PEAR to PLESK over UBUNDU

#apt-get install lynx #lynx -source http://pear.php.net/go-pear | php press 1 and change the path to /usr/share

Posted byProsoxi.com WebmasterJanuary 9, 2010October 31, 2010Posted inLinux, PHP, PleskTags: development, ibindu, pear, PHP, Plesk, scripting, ubuntu, vhost.confLeave a comment on install PEAR to PLESK over UBUNDU

Posts navigation

Newer posts 1 … 156 157 158 159 160 … 190 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.