There are no reviews yet. Be the first to send feedback to the community and the maintainers!
CodeIgniter-Sitemap-for-SEO
The site map is very important. Dynamic XML file creation is required so that it is not necessary to manually add it to the Sitemap at every new link. With the help of this generated XML document, we can add structure to the Google search console.A sitemap is a file where you can list the web pages of your site to tell Google and other search engines about the organization of your site content. Search engine web crawlers like Googlebot read this file to more intelligently crawl your site.Mysql-data-with-monitoring-in-real-time-graph
Monitoring and control over the database, data flow, open connections and processes. Suitable for optimizing the database, searching for maximum load and slow queries. Graphs in real time and responsive visual display. Basic settings and other parameters, easy to set up, without additional programming skills.Create-CodeIgniter-blog-with-posts
A blog that covers everything you need to write the posts. Navigation with all the posts and details of each single post with optional settings. SEO (Search engine optimization) is also provided as we all want the posts to be shared across all types of networks.How-to-check-with-PHP-if-image-exists
Before displaying an image on the screen with a simple function, check that the image actually exists.JQuery-Ajax-POST-in-Codeigniter
How to send ajax post request with data to codeigniter controller without refreshing the page and return data to view.Login-with-cURL-PHP-on-remote-website
The curl extension of php can be used to open remote webpages by both GET and POST methods. There are many situations when you need a php script to login into a website and open a certain page. All that is required is a valid URL, username, and password for the successful authorization.On-login-create-a-new-password-hash
Whenever a user logs in when verifying the correct password, we still check if password needs rehash. With the correct password entered, php checks for any rehash and also updates it in the database.Sorting-array-with-multiple-data-in-PHP-by-a-specific-key
When you have a array with multiple data types and would like to sort the field by a specific key within the field.MySql-structure-for-a-blog-with-posts-and-comments
Creating tables in a database to work with blog posts and comments for posts. Nested post categories and a link to the user table are also edited.Simple-bar-with-Cookie-message-and-settings
With Cookie Policy explains what cookies are and how we use them, the types of cookies we use i.e, the information we collect using cookies and how that information is used and how to control the cookie preferences.Simple-button-Back-to-Top
This one is appropriate for a site with a lot of content on the page. When the web window is not displayed at the top, a button is displayed that allows the user to immediately return to the top of the web window.Build-a-nested-HTML-list-with-an-infinite-depth
Each item can have a tag, a link to a specific URL, and a possible submenu with its own set of items. The function creates HTML to display the menu as a nested list of items. Suitable for displaying menus, lists and categories.Create-pagination-in-CodeIgniter
For pages with many hits, it is recommended to use pagination as the page is more transparent and loads much faster. We can determine the number of hits per page.Love Open Source and this site? Check out how you can help us