When I write a post on the board, with the posts and tried to put the image into
- by bismute
When I write a post on the board, with the posts and tried to put the image into.
When I add an image, the text in the image are about to enter.
<?php
$reg_date = time();
$member_idx = $_POST['member_idx'];
$q = "INSERT INTO ap_bbs (member_idx, subject,content,reg_date) VALUES('$member_idx', '$subject', '$content', '$reg_date')";
$result =…