hi-ya guys,
I must say I have respect for javascript programmers, I find it tough as nails.
Alrighty here is what I am doing:
I have three combo boxes. When you make a selection from combo box 1, it sends an sql query and populates box two, when you make a selection in box two it sends a...
Hi-ya
Alrighty I have a sql tree structure,
for example:
("1","0","Top"}
("2","1","A"}
("3","1","C"}
("4","1","D"}
and I want to do an insert and retain the sorting eg:
("1","0","Top"}
("2","1","A"}
("3","1","B"}
("4","1","C"}
("5","1","D"}
what is the best way to...
sorry I am very new to sql, so forgive me if this sounds daf, I have a javascript tree that accesses an sql database, you can have a look at http://www.bigblogzoo.com/, anyway I need to know how many times a row is queried.
for example I would like to know how many times url was queried or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.