pilgrim_of_mini-monkeys
Aug 9 2005, 02:07 PM
| | Tyssen, I was just about to say that. And to add to your divisions (div) with CSS, they can be better and more complex than tables. They may sound harder in the beginning, but once you have got into it, you know the ins and outs. |
Reply
squeezer
Aug 9 2005, 04:01 PM
Similar Topics
Keywords :
complete, guide, tables
- How To: Html Tables.
I find these really useful. (8)
Getting Started With Mysql
creating tables and insert data into them. (2)
Hi in this tutorial you will learn how to create tables and insert items into them. First steps are
to create the database - go into your cpanel and mysql databases, from there make an account and a
database and then attach them together with all priviliges, call the database test and the account
admin, with the pw as pass - or any other password. We need to connect to the database so first in
your php file (probably named index.php) - this is how to do it. CODE
mysql_connect("localhost", "admin", "pass") or die(mysql_error()); mysql_select_db("test") or
die(mysql_....
How To Create Tables
(1)
At the end of this tutorial you should know how to: 1.How to create a database on your sever
2.How to create tables on a mysql database For a script 3.How to confirm your script so that
it works with your database TUTORIAL PART 1 How
do we create a database using the cpanel on a server? Well i'll explain it the best way i can.In
your cpanel go to yor mysql options.Once in you will easeily see than option to create a database
and an option to create a user. Frist go to the create database option and t....
Looking for complete, guide, tables