Thanks for the information;

I tried to call the database with something like this;

select id,name from TABLE WHERE parentid='0'

and a second call to the same table as this;

select id,name from TABLE WHERE parentid='$id' (this $id is the result of calling the first call TABLE)

and successfully.
or are there other examples that simple?

Thanks

__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 7173 (20120527) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to