Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

olus's scratchpad

by olus (Curate)
on Jan 11, 2006 at 11:50 UTC ( [id://522409]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select distinct ta.name from ta, tb, lnk where ta.id=lnk.ia and tb.id=
    +lnk.ib and (tb.name='b1' or tb.name='b4');
    
    ...
    insert into lnk values(2,6);
    
  2. or download this
    function update_concelho() {
      var i = document.pesquisa.distrito.options[document.pesquisa.distrit
    +o.selectedIndex].value;
    ...
    var ids8 = new Array("118","142","163","177","182","187","231","238","
    +252","269","271","30","36","4","40","7","70","90","92")
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-03-29 14:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found