Hello,
Need help again
.
OK. Well, I'm reading a PHP & MySQL book, and at the moment on Chapter 4, basically explaining about MySQL queries and that. And it's explaining in good detail. But there's one problem, it doesn't show you "exactly" what to put in the file to make an SQL query:
I go to file manager on my site, and use an SQL query, as follows:
<html>
<head><title>SQL query:</title></head>
<body>
<?php
CREATE DATABASE Test
?>
</body></html>
I have a feeling it isn't how you do an SQL query, well that way anyway. So what's the correct SQL code to do an SQL query please?
Sorry, very new to this
.
Need help again
OK. Well, I'm reading a PHP & MySQL book, and at the moment on Chapter 4, basically explaining about MySQL queries and that. And it's explaining in good detail. But there's one problem, it doesn't show you "exactly" what to put in the file to make an SQL query:
I go to file manager on my site, and use an SQL query, as follows:
<html>
<head><title>SQL query:</title></head>
<body>
<?php
CREATE DATABASE Test
?>
</body></html>
I have a feeling it isn't how you do an SQL query, well that way anyway. So what's the correct SQL code to do an SQL query please?
Sorry, very new to this
Last edited:








