Expert PHP Developer
I have an extensive 10+ years of experience in web and website development coupled with rich exposure to PHP and other relevant technologies & frameworks including Laravel, Zend, etc. My …
I have an extensive 10+ years of experience in web and website development coupled with rich exposure to PHP and other relevant technologies & frameworks including Laravel, Zend, etc. My …
WordPress. Joomla. Drupal. OctoberCMS. OpenCart. ExpressionEngine. PyroCMS. Magento.
If you also want to see greater growth in your business with the help of relevant mobile applications, then I can help. As a professional and experienced freelance android apps …
You can use Load Data INFILE file_name; syntax to load data from a text file. but you have to make sure that. (a) data is delimited (b). columns and data …
Urlencode returns a string in which all non-alphanumeric charecters except -_. have been replace with a perecent (%) sign followed by two hex digits and spaces encoded as plus(+) signs. …
Primary key: A column in a table whose values uniquely identify the rows in the table. A primary key value cannot be NULL. Unique Key: Unique Keys are used to …
Sometime a function is best shared among a number of different class. Such functions can be declared either as member functions of one class or as global fuctions. In either …
mysqli_fetch_object() is similar to mysqli_fetch_array(), with one difference an object is returned, instead of an array. Industry, that means, and not by their offsets (numbers are illegal property names).
n idea behind this is to use java script submit() function in submit the form without explicitly clicking any submit button. attach the document. formname.submit() method ot click, je events …
The PHP string functions are part of the PHP core. No installation is required to use these functions. addcslashes — Quote string replace with slashes in a C styleaddslashes — …