CoderMantra

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

Month: May 2023

Program to Create table in php.

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

Here, we will write a program to create a table in Mysql using php. We have covered creating a connection and database in the earlier post. we can do this code in the same conn.php file. Conn.php file

Read More »

Create a database using PHP.

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

Here, we will write a program to create the database with Mysql using PHP. We will create a conn.php file. conn.php

Read More »

Connect to Xampp server using PHP.

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

Here, we will write a program to connect to Xampp server using php. conn.php

Read More »

Create Forgot Password and Reset Password Functionality Using PHP.

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

Here, we are going to write a program to create forgot password and reset password functionality using PHP in XAMPP software. We will be using PHPmailer to send the reset password link in the mail to the user. We will also be updating the new password in the database. We will have two files, Recover_email.php…

Read More »

Create a Login Page Using PHP

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

Here, we will write a program to create login page using PHP in XAMPP software. your login.php file should be inside the htdocs folder which is inside Xampp directory. We will also create a logout.php file here for additional functionality. After writing the code start your apache server and run the file in browser under…

Read More »

Create a Registration Page using PHP.

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

Here, we will write a program to create a registration page using PHP in XAMPP software. So all the files need to be stored in the htdocs folder which is in the XAMPP directory, after starting your apache server you can open the file in web browser under local host. Index.php file

Read More »

Program to delete record from table with Mysql .

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

Here, we have a basic program example to delete the data from a table using Mysql in Python and Java. Code to delete data in Python language Code to delete data in Java language

Read More »

Program to update record into a table with Mysql.

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

Here, we have a basic program example to update the data in the existing table using Mysql in Python and Java lannguage. Code to update data in Python Code to update data in Java

Read More »

  • 4 of 15
  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 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