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 gkittelson 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: angst
  • Order by date
  1. angst

    Simple way to grab web page?

    hmm,ok I try using this code: <? $file = &quot;<http://www.mydomain.net>; $fp = fopen($file); $contents = fread($fp, filesize($file)); ?> but it keeps coming up with an error: Parse error: parse error in c:\inetpub\wwwroot\zrc\sc\index.php on line 5 any ideas what I'm doing wrong,?? thanks...
  2. angst

    Simple way to grab web page?

    Hello, I'm looking for a simple way to grab info from a web page over the net using php? is there a way to do this and if so could some one give me an example of how to it? thanks in advance for yuor time!
  3. angst

    TextStream Questions

    hello, ok I've made a script that reads into a log file, I've also set it to read into each line, and count the number of lines that begine with a certain character, what I would like to know is how to display only those lines? here's the code I've got so far: <% Set...
  4. angst

    Search AccessDB

    does any one know of an easy search script for searching an Access DB,,? thanks in advance for your help!

Part and Inventory Search

Back
Top