inflearn logo
Course

Course

Instructor

willson248925's Posts

willson248925 willson248925

@willson248925

Reviews Written
-
Average Rating
-

Posts 1

Q&A

연동이 안돼요 ㅜㅜ

뭐가 잘못된건지 모르겠지만 process_create.php에 insert해서 터미널에서 select * from topic; 해도 값이 안 들어갑니다....ㅠㅠ mysqli_connect ( ' localhost ' , ' root ' , ' 내비번쳤음 ' , ' opentutorials ' ); $ sql = " INSERT INTO topic (title, description, created) VALUES( ' {$ _POST [' title ']} ', ' {$ _POST [' description ']} ', NOW() ) " ; $ result = mysqli_query ($ conn , $ sql ); if ($ result === false) { echo ' 저장하는데 문제가 발생했습니다. ' ; error_log ( mysqli_error ($ conn )); } ? >

Likes
0
Comments
1
Viewcount
319