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

    Invalid string offset AH=9 INT21h

    I can't get the right offset to the string! When I disassemble my .COM file, the LEA line would read: MOV DX,0000 Can somebody tell me what I am doing wrong? ------------------- MY CODE ASSUME CS:CODE_SEG,DS:DATA_SEG CODE_SEG SEGMENT ORG 100h MAIN PROC NEAR MOV AH,09 LEA...
  2. TheVisitor

    Parsing html/text with PHP

    Hello, I'm new to PHP, and was wondering what would be the best way to extract text out of a html file. Now I have the file as a string, and let's assume I want to get text between the first occurrence of &quot;<h1>&quot; and the following &quot;</h1>&quot;. Like: <h1>This is the text I'd like...

Part and Inventory Search

Back
Top