Dynamic Highcharts in Codeigniter 3 In this section, we are going to use Codeigniter 3 so that we can get dynamic highcharts.…
file uploading
-
-
Delete Multiple Rows using Checkbox in Codeigniter 3 In this section, we are going to learn the use of the CodeIgniter application…
-
CodeIgniter URL CodeIgniter URLs are SEO friendly. Instead of using a ‘query-string’ approach, it uses a segment-based approach. Basic URL structure abc.com/class/function/ID…
-
Flask vs. Django Django and Flask are the web frameworks of Python. As we know, Python is the most versatile programming language…
-
Welcome to my site CodeIgniter is PHP driven framework but it’s not a PHP substitute. Diving into CodeIgniter doesn?t mean you are…
-
Python Flask Tutorial Flask Tutorial provides the basic and advanced concepts of the Python Flask framework. Our Flask tutorial is designed for…
-
Flask URL Building The url_for() function is used to build a URL to the specific function dynamically. The first argument is the…
-
Flask-WTF WTF stands for WT Forms which is intended to provide the interactive user interface for the user. The WTF is a…
-
Flask SQLite Flask can make use of the SQLite3 module of the python to create the database web applications. In this section…
-
Flask Templates In the previous examples, we have returned the simple string as the response from the view function. Although, flask facilitates…