Wordpress - rafeekphp.wordpress.com - Rafeek Teckie

Latest News:

Case Sensitive Issue – Magento Products 7 Jan 2011 | 11:24 pm

While shifting the your magento site which is hosted in the Windows server to the Linux server you will see strange thing is that the actual product images are not get dispalyed instead magento defaul...

Useful Classes And Libraries For PHP Developers 8 Sep 2009 | 04:44 pm

Numerous PHP Frameworks have evolved to enable rapid web development with PHP. However even greater number of standalone PHP libraries and classes are available which provide similar benefits. W3Avenu...

HTML ‘n’ Level Menu 8 Sep 2009 | 04:19 pm

Generating  HTML UL and LI ‘ ‘n’ level menu  in php can done as follows, <?php $stack = array(); $mysql = array(); $mysql['host'] = ‘localhost’; $mysq['username'] = ‘username’; $mysql['password'...

Import Data from Excel 8 Sep 2009 | 04:10 pm

Importing Data from the excel sheet can be done in php on following way, <?php require_once ‘reader.php’; $filename=”test.xls”; $prod=parseExcel($filename); echo” “; function parseExcel($excel_...

Really Useful Tools For PHP Developers 27 Aug 2009 | 04:38 pm

PHP is one of the most widely used language for creating dynamics websites and applications. PHP frameworks like Zend, CakePHP, CodeIgniter, etc and open source PHP classes & libraries have made our l...

Handy PHP Code Snippets 26 Aug 2009 | 04:18 pm

1. Human Readable Random String This code will create a human readable string that will look more close to dictionary words, useful for captchas. view plaincopy to clipboardprint? /************** ...

Create Stored Procedure in PHPMyAdmin 21 Aug 2009 | 12:41 am

Creating stored procedure in the phpmyadmin is little bit different as we are creating using mysql IDE. This is the method how we can create a stored procedure in PHPMYADMIN also, delimiter ;; drop...

memcached 19 Aug 2009 | 06:32 pm

What is memcached? memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database ...

Dynamic Binding 19 Aug 2009 | 06:19 pm

In object oriented programming, dynamic binding means determining the exact implementation of a request based on both the request (operation) name and the receiving object at the run-time. It often ha...

15 PHP Regular Expression 7 Aug 2009 | 01:39 am

Basically, a regular expression is a pattern describing a certain amount of text. Their name comes from the mathematical theory on which they are based. Regular expressions syntax: foo     –  The st...

Related Keywords:

phpmyadmin stored procedures, .htaccess in php, extjs special keys, extjs grid css, phpmyadmin create procedure, orbital chase paymentech php class, chase paymentech magento, phpmyadmin how to add store procedure, extjs gid row priview, extjs grid preview row

Recently parsed news:

Recent searches: