Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: edwardsal
  • Content: Threads
  • Order by date
  1. edwardsal

    UPDATE or..problem

    I have in table 2 rows with same record field 1, field 2, field 3, field 4 _______________________________________ salcin, elva, 23, 0 salcin, elva, 0, 45 so how can I update or... to have only one row with record like field 1, field 2, field 3, field 4...
  2. edwardsal

    xml list/names+links

    how to make simple xml list with names and that every that name have link by self and load that in flash!?
  3. edwardsal

    Movies start/stop

    Hi all I have 2 movies: mc_cow and mc_dance, so I want to first movie mc_cow go from right to left side on screen and... when you click on mc_cow to play on that place mc_dance and after mc_dance finish, mc_cow continue from that place to end of screen!?!? Is anyone can help?!!?
  4. edwardsal

    is there any tutorial for this as

    Hi I just sow interesting information slide for news on this site http://www.georgiew.de/ so on this site on menu->news you will see when you push for one news than other things slide and... is anyone know where I can find some tutorial or someone here can help thx
  5. edwardsal

    filter data from 2 array

    how I can filter only data that = I want from 2 array? I have to array @array1=("1","2","3"); @array2=("1"); so how I can make if statment if some element from array1=array2 than true else false?
  6. edwardsal

    concat value from array to one string

    I have array like @array=("1","2","3"); and how I can make link where I'll have like this: param1 = (number 1 is $array[0]) $link="param1&param2&param3"; but I dont know how long is array,sometimes is longer?

Part and Inventory Search

Back
Top