TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
siwar hammadi
NA
9
583
how to insert video to an xampp database php my admin
Aug 30 2020 3:11 PM
<?php
include ('connection.php');
$sql_insert = "insert into videosup(titre,vidéo) values('$titre',$pnom')";
if(mysqli_quary($conn,$sql)){
echo"done";
}
else{
echo"error";
}
}
?>
Reply
Answers (
1
)
Autocomplete Text box MVC
Asp.Net Web API