CoderMantra

Menu
  • Home
  • Quiz
  • How-To
  • Q/A
  • Blog

Month: May 2023

Create a code for form validation using java script in node js.

May 26, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program to validate a java form in node js. For that we need to create two files, one will be app.js which will contain our imported libraries and schemas and another will be index.js file where we will design our form to validate. app.js index.js

Read More »

How to Manage session in node js using express and cookie parser?

May 26, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program to manage session using express js and cookie parser in node js. For this we need to create a file called app.js where we will also be importing few libraries which can provide us in-built function and classes to run our api’s. app.js

Read More »

How to create your own module and import them in your index.js file in node Js?

May 26, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program to create our own module and import it into our js file. In your directory make a myModule.js file and create myDateTime() function. Mymodule.js file In your index.js file export the above module using require. And then run the file in the terminal. index.js file

Read More »

Program to upload a file using php.

May 25, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program to upload a file using php. We will have two files here, one will be upload.html which will contain an input box and button to select the file and button action will then send a request to upload.php file. upload.html file upload.php file

Read More »

Program to Access Data From database in PHP.

May 25, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program in php to update data in Mysql. Considering we have created the connection, database and the table with some data inside it. view.php file

Read More »

Program to delete data from table using PHP in mysql.

May 25, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program in php to delete data in Mysql. Considering we have created the connection, database and the table with some data inside it. delete.php file

Read More »

Program to update data fuction using PHP in mysql.

May 25, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program in php to update data in Mysql. Considering we have created the connection, database and the table with some data inside it. update.php

Read More »

Program to Insert data using PHP in mysql.

May 25, 2023
| No Comments
| Assignments, Practice Questions, Questions

Here, we will write a program in php to insert data in Mysql. Considering we have created the connection, database and the table. insert.php file

Read More »

  • 3 of 15
  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 15
  • Next »

Warning: Attempt to read property "slag" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 434

Warning: Attempt to read property "taxonomy" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 436

Warning: Attempt to read property "taxonomy" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 445

Warning: Undefined array key "" in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 461

Warning: Trying to access array offset on value of type null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 461

Warning: Undefined array key "" in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 462

Warning: Attempt to read property "term_id" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 466

Warning: Attempt to read property "name" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 467

Warning: Attempt to read property "term_id" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 480

Warning: Attempt to read property "name" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 481

Warning: Attempt to read property "taxonomy" on null in /home/u797631661/domains/codermantra.com/public_html/wp-content/plugins/same-category-posts/same-category-posts.php on line 482
About CoderMantra

Coder Mantra is a unique e-learning website, offers a tutorial of different popular programming languages with examples. The code on this popular tutorial website is tested and executed.

Latest Posts
Double Linked List in Java. July 15, 2025
Simple Calculator Program in Python April 25, 2025
Number Guessing Game in Python April 25, 2025
Python Program to Swap Two Variables April 14, 2025
Contact Us

info@codermantra.com

admin@codermantra.com

© 2020 Coder Mantra . All Rights Reserved
About | Privacy Policy | Terms | Contact