Hiya Tyler
As everyone else has suggested, I do too. Read the MySQL-manual. Not from
the start to the end, but the parts that you need. I'd look up the syntax
for SELECT and then find out what is possible to do with it.
I'll also recommend you an article about MySQL/PHP which was the one getting
Hiya Linsen
First off all I'm not sure if you can SELECT and DELETE at the same time, so
you might want to make a script (PHP?) that SELECT's the appropriate rows
and deletes the ones with duplicates. Yes, I normally work with MySQL/PHP
combined! *smile* On the other hand you could make a query u
Hiya rookie
Take a look at this URL :
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
It helped me getting started with PHP and MySQL. And let me know if you need
some more "rookie"-help!
Yours sincerly
Jacob "Techek" Kamp Hansen
- webmonkey at Portaltjenesten
Hiya Joel
You're right, but have a look at ENUM (and SET later on!). The ENUM-type can
be defined as being either 'yes'/'no', '1'/'0' or even 'Techek'/'Joel'
*hehe* Happy coding!
Yours sincerly
Jacob "Techek" Kamp Hansen
- webmonkey at Portaltjenesten A/S
- developer at Amante.dk
-Op
Hiya Tonu
You seem to have big problem - not of how a database works, but of what a
database and webpage can actually do. I'm not trying to sound like a
smart-ass, but I suggest you go and take a look at this URL :
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
It h