Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~208 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Nkondola

The below code insert comment and display right. I want to add like button, share button, follow button .And it must be in array when the story is displayed must be attached with comments,like,share and follow button. Help me how can i put that in code . Thanks

Member Avatar for diafol
0
62
Member Avatar for Nkondola

I have two tables in my database.Users table and contact table,i want to use the ID that was generated from Users table to contact table.Below is the script for Users and contact. <?php // If the values are posted, insert them into the database. if (isset($_POST['username']) && isset($_POST['password'])){ $username = …

Member Avatar for pritaeas
0
144