ASP .Net
All Form Controls code in Asp.net/C#
/C#Example : All types of Controls on a Form using Bootstrap 4.5.2 in Asp.net.
Php Proj
Include & Require Statement in Php
Example : How to insert all Php file contents as it is, in another Php file/page at required place ? NB : We can use ‘require’ in place of ‘include’ also. for more details about them see difference between option.
Php Proj
Basic/Misc Codes in Php
Example : How to make/use Comment in different ways in Php ? Example : How to Print/Display messages in Php? Example : How to use New Line output/message in Php ? Example : How do we declare different type of variables in Php ? Example : How do we Concatenate(. Read more…
Php Proj
E-mail Sending Code in Php
Example : How to send email in Php using mail() fucnction [with Static data]. Example : How to send email in Php using mail() fucnction [with Dynamic data]. Example : How to send email in Php by mail() function using PHPMailer library file [with Dynamic data].
Python Project
Introduction of Python & other Files
Tips & Tricks To debug python project codes Use breakpoints at desired place in the program, use ‘Shift+F9’. To create/edit/display database using pycharm – View Menu -‘Tool Windows’ option – Database – choose desired database applications. About Django Root Directory/Python Project Read more…
Python Project
Save Code in Python using PyCharm
Example : Python-MySql Connectivity Code using Pycharm.
Python Project
Connectivity Code using PyCharm
Example : Python-MySql Connectivity Code using Pycharm.
Python Project
Software Requirements & Installation for Python
Step 1 : Install Python first in your system (from their site link). Step 2 : Now install pycharm(python IDE) (from their site link). Step 3 : Now install Django (a Framework for Python).
Php Proj
Difference between
Difference between Cookie and Session Method Slno. Cookie Session 01. A cookie is a bit of data stored by the browser and sent to the server with every request.Cookies are used to identify sessions. A cookie is mainly used to identify a user. A cookie is a small file that the Read more…