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: mikerobb
  • Content: Threads
  • Order by date
  1. mikerobb

    Sessions in PHP

    I've been using PHP sessions for some time on a public web server. Recently I installed Redhat 9 / Apache and PHP on a local PC [on my LAN]...
  2. mikerobb

    How to retrieve combined row values?

    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...
  3. mikerobb

    Old Database - Access 1.0

    Does anyone know how I can upgrade my databse from Access 1.0? e.g. Does anyone have / know where to find / a tool that can upgrade it? Thanks :)
  4. mikerobb

    Passing through template file with PHP variables in it?

    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 &quot;tags&quot; around the PHP variables. <<TEMPLATE FILE>> blah html code <MARKER>$variable1<REKRAM> blah html code...
  5. mikerobb

    srings and REGEXP

    Hi- my $file=$x; $file=~s/$path//; How can I do this in one line? -TIA! :) --Mike Robb http://www.js-x.com
  6. mikerobb

    Double Hash?

    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...
  7. mikerobb

    LAN - Who sees who? And why?

    I have a simple LAN setup with 2 computers and a router. Each computer can &quot;see&quot; 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...

Part and Inventory Search

Back
Top