Here is my table setup:
table_1:
tag int(16) pri
data blob
table_2:
word varchar(20) pri
tag int(16) mul
weight int(16)
Query:
Trying to find (by order of weight) strings that match 'word'.
Example (This works):
SELECT W.tag,W.word,W.weight,N.tag,N.data
FROM table_1 AS N, table_2 AS W...
Hi-
I have a template file that has some PHP variables inside of it. I would like to pass through the template and evaluate any variables inside the template file. I have "tags" around the PHP variables.
<<TEMPLATE FILE>>
blah html code
<MARKER>$variable1<REKRAM>
blah html code...
Hi-
I have a double hash and am trying to do a foreach (sort) on the inner hash.
This code doesn't want to work. Any ideas?
my $from_state,$to_state;
foreach $from_state (sort keys %rt::states) {
foreach $to_state (sort keys %rt::states{$from_state}) {
it bombs on the syntax of the 2nd...
I have a simple LAN setup with 2 computers and a router. Each computer can "see" the other computer - but only one of the computers can see the router. What possible things could I have incorrectly set up to cause this to happen?
Specifics:
Netgear ISDN Router (RT338)
Linksys 5 Port...
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.