[PHP] Re: Ordering alphabetical in secondary select string

2004-05-12 Thread R.G. Vervoort
it are different table and the first table does not contain names, onlu the id form names. Ordering ASC woll not work because it is not in the first query thank for thinking with me anyway "Dennis Biletsky" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > > &

[PHP] Ordering alphabetical in secondary select string

2004-05-12 Thread R.G. Vervoort
Does anyone have a suggestion how I can order a list with names in a secondary select string. The first string selects a number of locations where people work >From this string I get several id's form people (in the location table there are no names but id's form the people table) that wo

[PHP] putting selected text in textarea i a string

2004-03-18 Thread R.G. Vervoort
Is it possible to change selected text in a textarea without using java and only php or html. There are lots of solutions in a javascript but i would like to try it without. If it is possible to place the in a textarea selected text in the return of a function i like to believe is can be done. So