It looks like you're new here. If you want to get involved, click one of these buttons!
The Royal Ram
Comments
What do you know about WebDesign? What are you learning or hoping to learn?
The only reason people succeed is because they keep
on trying. :cool:
[PHP]<?php
mysql_connect(localhost,username,password);
mysql_select_db(db_name);
?>[/PHP]
And then the query
[PHP]<?php
$q = mysql_query("SELECT * FROM `table_name`");
while(mysql_fetch_array($q)){
$variable = ["db_row"];
echo $variable;
?>[/PHP]
And you can add stuff after `table_name` like WHERE `id`='$id' and so on and so forth
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's
Hope to see you around
The Royal Ram
http://www.RadcliffeRiverside.co.uk
http://www.Browser-X.com
Fast Hosting
Free Webmaster Forums
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's
welcome to dd. hope you enjoy your stay here