We often need last inserted ID for different reasons(for example when you need to store foreign key), Immediately after a record has been inserted into…
2 CommentsAuthor: 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.
Below Script is using PHP’s mail function to send emails.
Leave a CommentCodeIgniter is one of the PHP MVC Framework with minimum learning curve best documentation and easy workflow, in CodeIgniter we can easily Enable or Disable…
3 CommentsWe can Set, Get and Delete Cookies with CodeIgniter Cookie Helper, Cookie Helper contains functions that assist in working with cookies. Before using Cookie Helper…
9 CommentsWith the help of the CodeIgniter Built-in function redirect(), we can refresh or redirect the page based on the given parameters. CI’s redirect() resides in…
13 Comments$str = “9703132428,123456789,1”; // convert string to array $numbers = explode(‘,’, $str); // remove empty items from array $numbers = array_filter($numbers); // trim all the…
Leave a CommentIn PHP, the explode() function splits a string into an array based on a specified delimiter. By default, it breaks the string at each occurrence…
2 CommentsList of top tutorials on how to create an API With PHP? Creating a RESTful API with PHP(2013) Creating an API-Centric Web Application(2011) Create a…
Leave a CommentAlexa is one of the most well known and popular web information providers. It provides information about web site’s traffic stats, reviews, backlinks and many…
Leave a CommentOne of the more popular and powerful URL shortening services is Bit.ly. Bitly offers simple and powerful API to generate short URL. To use this…
Leave a CommentCodeIgniter has a nice helper function to download files. It is a nice way to download from server without any hassle just writing one single…
Leave a CommentMost web Hosting providers give access to override the .htaccess, To Increase the file size upload limit via .htaccess just copy the below settings into…
2 CommentsBefore writing any script login into your installed vanilla forum, go to addons section , Click on Plugins , in that page you will find…
8 CommentsCodeIgniter Helper Function are available anywhere in the code, more than 20 CI Helpers are there(URL, Form, Directory, …etc). You can Easily Extend CodeIgniter Helpers.…
1 CommentFor SEO reasons, you might always use (or remove) the www prefix in your URLs. The following snippet will add the www to your website URL and redirect any…
Leave a Comment