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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BRM

  1. BRM

    Writing to file

    Got it fixed, sorry for wasting your time.
  2. BRM

    Writing to file

    Here's the script: <html> <title>File Write Experiment</title> <body> We will attempt to write a file called &quot;test.dat&quot; and store some stuff in it. <?php $myfile = fopen(&quot;test.dat&quot;,&quot;w&quot;); print &quot;The file $myfile should now be opened. &quot;; print...

Part and Inventory Search

Back
Top