Hi,
I'm converting a Microsoft HTMLHelp document to PDF, which works great. Links aren't preserved, but I didn't expect them to be. So I'll need to go in and manually insert all links, but here's what I'm worried about: after inserting all the links and making bookmarks, I have to re-PDF the...
I have a document that I received from a Russian colleague, and it has a dull grey border/template that I can't touch. I've tried everything (but the right thing) to remove it, but just can't modify it. I've tried cutting or copying the page, but it takes the border with it. Any ideas? I'm...
Hi,
I'm running apache on Linux Mandrake 9.1. One thing I don't understand - I'm trying to run cgi-scripts (mainly a statistics one). First off, what permissions should the cgi-bin folder have? What permissions should the cgi-scripts have? Who should own them, apache or root?
Apparently...
I've looked around and can't find out how to install SSL with Windows. I obviously don't want to have to pay to do it. I'm sure someone has done it, and hopefully they will be reading this and have the answers on how.
Thanks in advance.
As the subject says, I can get my websites to appear on the local network (typing http://mydomain.com), but outside of the local network, my website doesn't appear. It shows that it is going to my IP address, but the site isn't coming up. I have my firewall disabled. I have win2k pro, apache...
I have the following example:
$user = new COM('MailServerX.User') or die("Did not work");
$user->UserNames="joe";
$user->Password="secret";
$user->Release();
$user=null;
...Which does nothing more than declare an object, set some of its variables, and then...
I'm writing a webmail application in PHP. It saves e-mails outside of the www directory so saved information (such as e-mails, address books, etc) don't have world-access through Apache (or any web-server for that matter). This works fine on my machine because I have access to the whole file...
I'm getting something very un-expected and would greatly appreciate help...
if I do the following:
<?php
$temp="From: <someone@somewhere.com>\r\n";
echo $temp;
?>
...it prints to the screen the following:
From:
...so where did the rest of it go? How do I get the whole line to...
I run apache 2.0.36 on Windows NT 4.0 with PHP 4.2.1. It's memory usage climbs from about 6M when first started. When it is up to about 11M, I restart the Apache and it drops back down. Why is this? Is this a memory leak?
Thanks, in advance.
I need just the path of the file on the server using a browse-like feature similiar to browsing for the install location when installing a program on your computer. I know that multipart/form-data will allow you to browse, but that is for uploading a file. I just need the path to a browsed...
I'm trying to set up a web-based pop3 email system using a program called mailreader (mailreader.com). I need to have a couple directories readable/writable to the server, but not to the browser. I've been introduced to .htaccess files, and know how to restrict access to a directory - but how...
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.