3 questions
Let's set the size of the array at 100,000 Use the insert function in the main window The error window appears without entering the number.Please catch the wrong part of the insert function that I def...
Example) member_tableno - auto increment,id - not null,pw - not null,email, phone, address $sql1= INSERT INTO member_table (no ,id, pw, email,phone,address) VALUES (NULL, '$id', '$pw', '$email', '$...
I'm planning a car rental systemWe are implementing a function that shows the rental area on the next screen after inserting the rental area and the return area on the web. There are other columns in ...
© 2024 OneMinuteCode. All rights reserved.