Answer the question
In order to leave comments, you need to log in
3d in web development, what is relevant at the moment?
I would like to hear advice on this topic. I’m trying to understand which technology is leading, which one is developing, and which one is going to another world, what should I focus on, is it worth spending time studying this topic or not? If you have any recommendations, I'd be happy to take a look. It is desirable to immediately link to the documentation and reasonable arguments.
Answer the question
In order to leave comments, you need to log in
Now three-dimensional engines sharpened for the web are relevant. These are primarily Three.js (the most popular and versatile), Babylon.js (more powerful, browser-oriented) and Verge 3D (allows you to create interactive scenes without programming in JavaScript).
$dbHost = 'localhost';
$dbName = 'test';
$dbUser = 'root';
$dbPassword = '';
$dataBase = new mysqli($dbHost, $dbUser, $dbPassword, $dbName);
$title = '123';
$result = $dataBase->query("INSERT INTO projects (`title`) VALUES ('$title')");
if($result){
echo 'ok';
} else {
echo $dataBase->errors;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question