Does anyone have any experience using ExecCommand with the "createlink" function? I'm using an editing system that uses this to set a hyperlink on an image. But it's creating a border around the image.
The code that's being utilized is:
iView.document.execCommand('createlink');
It...
Does anyone know if there is an easy way to connect to a database that is outside the server?
In other words, I have a mySQL database on server #1 that I can access just fine with PHP, on several domains that use that server. But I also want to call that database from server #2 and display the...
I know there are several ways to handle the security issue of keeping database passwords safe from hackers. But which is the best method to use in a shared hosting situation?
Is it better to store the database user name and password in an include file in the home directory, above the public...
Just a quick question here. How fast is PHP with mySQL, in comparison to ColdFusion with MS Access? I have a web database with close to 2000 products and several other tables in MS Access, using ColdFusion for coding. It uses session variables, which never seem to work for me in PHP (I think it...
A quick question here. Is there anything that I need to know when using the mail() function with a Windows server vs. a Unix server?
I'm using the following code at its most basic form:
mail("$email", "Test", "Test");
and it doesn't work on the Windows server...
Does anyone know how to return emails to the sender if the email addresses are incorrect?
I have a newsletter script that includes:
mail("$Email", "$Subject", "$MessageStr", "From: $FromEmail\r\nReply-To: $FromEmail\r\nReturn-Path: $FromEmail");
in a...
I have loaded several index.php files before, and the system works fine if you use the directory URL. For example, www.website.com/directory/ would pull up www.website.com/directory/index.php.
But for some reason, on this particular server, the index.php file is not showing up when the...
Hello,
I have just started PHP programming, and am stuck on keyword searching. I'm trying to create a basic search box that would allow a visitor to type multiple keywords, and have the system search in a specific database field for those keywords. I've done a similar thing in ColdFusion, in...
I'm very new to ColdFusion, and I have a question that's stumping me. In my application, I have a category and subcategory (which is related to the category). I want the user to be able to select a choice from a drop-down box that lists both the category and...
I'm trying to create a personalized page, but I can't seem to get the new page to work.<br><br>What I want to do is to create a form with a name field that people can fill out and submit. When they submit the form, I would like another HTML page to appear, with the name embedded in...
I've been searching like crazy for a good ColdFusion host. My pages are almost completed, and I just need to post them. Any suggestions? I've emailed a bunch of hosts but never received any feedback (doesn't seem like a good sign to me).<br><br>Thanks in advance...
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.