I have a URL that when entered returns a file. It's something like http://yourdomain.com/file.php?fileID=43433. If I enter that URL I will get the image or document that I'm looking for. No HTML at all. Just the file.
Now, I'm trying to use the following line to capture that file in order...
In my 3 years of PHP application development I don't think I've ever been this perplexed. It is rather difficult to explain, but hopefully it makes sense. For brevity I'm not giving details about the database table structures. Really it is irrelevant for what my problem is, which appears to be...
I have a SELECT dropdown that is being updated dynamically through Javascript. However, the width of the dropdown never changes. It is always the width that it starts out as. If I initialize the dropdown with one option that is 25 characters long, the dropdown will stay 25 characters long and...
We had one user who stopped receiving email this morning. I verified this and after a server restart he started receiving email OK again. However the emails during that downtime are nowhere. There are NO emails in qmail's queue and they didn't get bounced back.
So what HAPPENED to these emails?
I've seen sites that force form fields to load empty, regardless of the browser's auto-populate settings. How does one do this? I've looked everywhere for info on this but have come up empty.
I am building a new site and I wish to integrate the same effect that istockphoto.com has achieved with its thumbnail view:
http://www.istockphoto.com/file_search.php?action=file&text=cow&filetypeID=&x=0&y=0
If you scale your browser window wider and thinner you will see that the thumbnails...
I am trying to redirect a page in our eCommerce website but have been unsuccessful thus far in doing so. We need:
http://www.mydomain.com/shop/index.php?main_page=index&cPath=3_28
to point to:
http://www.mydomain.com/shop/creative/solutions
Any suggestions? I've tried the following in my...
For years I've used this script and it worked just fine. I'm not developing a site on a new server (that shouldn't have anything to do with the problem). Check it out:
function confirmation(message, url) {
if (confirm(message)) {
window.location = url;
} else {
return false;
}
}...
Does anyone know the most effective way of storing files in an MS SQL database? I typically use MySQL and use the BLOB field. Is this the correct method in MS SQL as well?
We have been creating PDF-based interactive CD-ROMs for a client of ours for over a year now with no problems. All of a sudden with this current project we have a crazy problem. The bookmark navigation works fine on PC but not on Mac.
I've been able to get the Mac bookmarks to work only if I...
I know how to reference a popup if it is created on the same page it is being referenced by. For instance:
var newWindow = window.open();
newWindow.close() // now referencing the new window from Javascript
However, is it possible in Javascript to close a popup window that was created on a...
I'm using Veritas Backup Exec and we are unable to connect to our media drive at all. The service refuses to start. I look in Event Viewer and see:
Logon attempt with current password failed with the following error:
Logon failure: unknown user name or bad password.
then
The Backup Exec...
We are unable to connect to our media drive at all. The service refuses to start. I look in Event Viewer and see:
Logon attempt with current password failed with the following error:
Logon failure: unknown user name or bad password.
then
The Backup Exec Remote Agent for Windows Servers...
We have a PHP script that begins with @Zend and it is giving us a strange error:
Fatal error: This file has expired. in /home/httpd/vhosts/giordanos.com/httpdocs/394odjba/locator/index.php on line 0
Any ideas how to troubleshoot this???
I am not normally an ASP developer, but I have a small project that I must finish up today. I'm trying to accomplish pagination and I have it all, but for some reason no matter what I do to set the recordset's AbsolutePage property, it comes up as -1. Every other recordset property appears to...
I don't understand... we have set up a new Plesk server. I am testing a PHP script and am getting just a blank page with no PHP errors to be seen in the source or on screen. I have the following line at the top of my script but it hasn't made a difference:
ini_set('error_reporting', E_ALL)...
I have a file with two includes:
// include global variables
include("includes/globals.inc.php");
// include site functions
include("includes/functions.inc.php");
For some reason, functions.inc.php cannot read variables from globals.inc.php. The page that these files are being included on...
I am unable to configure one of my domains to allow reading files outside the web root. I've done this once before for one of my domains by editing httpd.conf in the Apache server. However, the second directive I've placed in does NOT work:
<Directory "/home/httpd/vhosts/cptestsite.com">...
I have moved a PHP application from one server to another. The new server has much stricter ini settings. I've moved other sites over and not had problems, but with this particular application I get a blank page as soon as I try to log in. I know there's an error but I can't display it. This...
We recently obtained a server with Plesk 7.5 Reloaded on it. We've made a few customizations, but nothing much. Certainly nothing to qmail. However, we've discovered that any email and mailed out of PHP (using the PHP function mail()) are getting completely blocked. They don't show up anywhere...
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.