User Profile
Collapse
Profile Sidebar
Collapse
chijioke
Last Activity: May 23 '17, 09:08 AM
Joined: May 4 '17
Location:
-
now i was able to display the comment,but my problem is how to make each comment has its reply under the respective comment how can i go about this. -
How to code comment box with PHP and mysql
i am developing a comment box with php and mysql,but my problem now is how to post the comment after user has enter their comment.so far i my php and mysql that save the comment in the database,but i want it to be visible on my webpage after it is save to database,i don't know the code for that,i need help.
...Code:<!DOCTYPE html> <html> <head> <title> commenting system </title>
-
how to give a unique id to each input field created with button click
please i have a problem,i create new input field when a button is click,but i want each of the new create field to have a unique id,so i can use it for calculation in javascript.
...Code:function create(){ var newinput = document.createElement('input'); newinput.placeholder = "test1"; newinput.id = 'test1'; document.getElementById("mytest").appendChild(newinput);
No activity results to display
Show More
Leave a comment: