Write PHP Script to insert data into STUDENT TABLE with fields (roll,first_name,Last_name,city,contact,gender).
Madhvi_1 0 Newbie Poster
Recommended Answers
Jump to PostSomething like this:
<?php // Connect to the database and create a MySQL resource handler $mysqli = new mysqli("localhost", "my_user", "my_password", "world"); // Get variables from a form submission, and escape them so they'll be prepped to use in a database query // and not at risk …
All 2 Replies
rproffitt 2,701 https://5calls.org Moderator
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.