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.
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]...
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...
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...
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...
I wish it were that simple. I have restarted a dozen times trying to get the other so called "fixes" to work.
The problem is that I cannot get the fonts to register with other programs without the "Add New Fonts" option.
The fonts are in the folder, but they will not...
I cannot get the "Add New Fonts" option to appear under "file" 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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.