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 wOOdy-Soft 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 Sparhawk2

  1. Sparhawk2

    Creating a .xxx via PHP

    Quick note: If you are not the server admin, and do not have access to restart the server, the line AddType applicaton/x-httpd-php .foo can be added to your .htaccess file and acheive the same results.
  2. Sparhawk2

    Problem with php and mysql_query()

    I can't say this will be any different, but sometimes it helps to try different configs for your code instead of $result = mysql_query($query, $db); if(mysql_num_rows($result) >0) { while($myrow = mysql_fetch_row($result)){ printf($myrow[myCount]...
  3. Sparhawk2

    How to remove "carriage return" entries in a string

    First let me apologize to vcherubini fpr this cotradiction. 'you can use the nl2br() function to convert all new lines to a <br> tag.' nl2br() does not convert the newline characters, it merely places a <BR> before each newline character in the string. The newline characters remain in the...
  4. Sparhawk2

    preventing timeout on fsockopen

    I am extending the time limit past the time out for the fsockopen. I need a way to limit the time the GET request is allowed to continue, not let it continue indefinantly. Since this script will run independantly, I don't want to allow it to run indefinantly. I don't want to take a chance...
  5. Sparhawk2

    preventing timeout on fsockopen

    I have written a link checker which loops through a list of links, checks for the recip and tracks trhe results. Each recursion through the loop I set fsockopen timeout to 30 secs, and script time oput to 40 secs. The problem comes up when the connection has been made, but the GET request...
  6. Sparhawk2

    No &quot;Add New Fonts&quot; option.

    I wish it were that simple. I have restarted a dozen times trying to get the other so called &quot;fixes&quot; to work. The problem is that I cannot get the fonts to register with other programs without the &quot;Add New Fonts&quot; option. The fonts are in the folder, but they will not...
  7. Sparhawk2

    No &quot;Add New Fonts&quot; option.

    I cannot get the &quot;Add New Fonts&quot; option to appear under &quot;file&quot; in the fonts folder. I found a solution to this at windows.com. however it does not work. I am running win 98 on an HP 6545c. In a nut shell, the solution was to extract the fonttext.dll file from the cab...

Part and Inventory Search

Back
Top