Ok. So I know how to make a database using PHP MyAdmin thing, but, I haven't a clue how to use it on my site. I've been searching around and just can't figure it out. I've tested a php page on my host to see if it works using simple script and it works fine, but, I don't know how to use MySQL. I know you put php script in a .php file but what about MySQL? Do I need to even make a file or does it happen directly from PHP MyAdmin? I use Dreamweaver if that helps at all. I've gone on w3schools.com for all my PHP and MySQL scripting needs, but, I don't know either language, planning to learn what I need as I go along.
The only thing I've gathered that seems to be relevant is:
$con = mysql_connect("localhost","username","password");
But what then? In the PHP MyAdmin thing there is a small amount of code that it shows when I am viewing a table that I can click a button to change it to PHP code and Ive also pasted that into my file, but I only get a blank white page when I upload it.
Basically I am almost clueless. I need a little boost in the right direction.![]()



LinkBack URL
About LinkBacks
Reply With Quote




