I would like to explain about removing index.php from codeigniter based application urls with .htaccess.To hide “index.php” from the URL, add an .htaccess file to…
Leave a CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
While developing web applications, in some cases we have to check for array value existence in that situation we can easily check for the value…
Leave a CommentIn this tutorial, you’ll learn how to get current web page URL from your web browser address bar using PHP script. To get Current Page…
Leave a CommentThis Post is About Removing White space of array Members from the beginning and end of the given array. Here is the code.
Leave a CommentIncrement and Decrement Operators are common in many Languages, Increment Operator is represented by ++ Decrement Operator is represented by — Pre-increment or Pre-decrement: if…
Leave a CommentWe can easily extract image information from the Image URL using PHP’s predefined function called getimagesize() I Use this function whenever I need to know…
Leave a CommentIn this programming tutorial, you will learn how to use the PHP array function array_change_key_case to manipulate array keys in your arrays. array_change_key_case() function is…
Leave a CommentThe password hashing API provides an easy to use wrapper around crypt() to make it easy to create and manage passwords in a secure manner.This…
Leave a CommentWe can improve Codeigniter application speed with simple tactics. I will show very simple steps, which will improve your CI app speed. Enable Gzip Compression…
5 CommentsThis post explains, how to prevent the duplicate occurrence in the table and how to deal with already existed duplicate records. we can private duplicate…
Leave a CommentCss Compressors MinifyMe, a minimizer for CSS and Javascript http://isnoop.net/tools/css.php http://www.cssdrive.com/index.php/main/csscompressoradvanced/ Js Compressors http://dean.edwards.name/packer/ http://javascriptcompressor.com/
Leave a CommentSETP1: Download Latest version of Yii Framewrok from official website (http://www.yiiframework.com/). SETP2: Extract The Giz. SETP3 : OPEN command prompt, type cd / hit enter…
1 CommentIn some special situations need to disable Text Selecting(copying) on the webpage. we can achieve this with JavaScript and CSS, below is the CSS trick.…
Leave a CommentWe always use Confirm Box while Deleting Data, Confirm Box is vary useful to confirm use Actions on the web, fortunately we can fire Confirm…
Leave a Comment