In this post, I am gonna write About node.js installation on Windows operating systems. Go to nodejs.org node official website, and click on the install…
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.
Today I am gonna Write About Codeigniter website security optimization and voiding hacking disasters. Tips to Secure your CodeIgniter Application Keep CodeIgniter up to date…
Leave a CommentYou Can Connect to Multiple Database in the same Codeigniter application easily. To use Multiple Database Connections you have to crate multiple Configurations Arrays. By…
Leave a CommentIn this post i’ll explain how to upload and extract zip files using codeigniter file upload library and PHP Zipachive library. Lets start by creating…
1 CommentIn this Post, you’ll learn how to get current web page url from your web browser address bar using php script. function getUrl() { $url…
Leave a CommentRecently i ran into to the situation to set inline styles to element on the page using html inputs,project is developed using CodeIgniter framework ,…
Leave a CommentThis is post is about getting All Links from the given URL, we can achieve same Output with various methods but i am gonna use…
Leave a CommentThis post is about CodeIgniter Email Class, Sending Emails in Codeigniter App is not a tedious Task,it is very simple and easy with few lines…
1 CommentIn codeIgniter We can get last executed MySQL Query With One of the CI’s Query Helper function called last_query(), you can use this as shown…
Leave a CommentCron job is scheduling some tasks with in regular interval on server.To setup cron job we must know about the cron tab commonds and shell…
1 CommentMaking images responsive (fluid Images) is essential in responsive layouts. Fortunately, it is pretty easy to do with simple CSS Techniques. For Example, if we…
Leave a CommentIn GF2 in order to use Sessions we should use this use ZendSessionContainer; class. This class Container extends of ArrayObject and instantiates with the ARRAY_AS_PROPS…
Leave a CommentThis Blog post is about Adding Facebook Open Graph Tags to the web app in Yii, This is really simple Task, Using This Tags We…
Leave a Comment