Forum: PHP 5 Days Ago |
| Replies: 4 Views: 510 According to GoDaddy, I have a Java servlet. The only thing I get back from each of my exec lines above with output requests is Array().
galaxygal |
Forum: PHP 10 Days Ago |
| Replies: 4 Views: 510 From within GoDaddy shared hosting, how do I do a command line? I don't think I can do this. If you think this functionality exists for me, please provide direction.
galaxygal |
Forum: PHP 11 Days Ago |
| Replies: 4 Views: 510 exec('java -version', $javaver);
print_r($javaver);
echo "<br />";
exec('java -jar start.jar', $output);
print_r($output); |
Forum: ColdFusion 13 Days Ago |
| Replies: 0 Views: 294 I have 3-4 sites that do not need access to Coldfusion. I want to block their ability to use it. How can I do this? I want to especially ensure that these sites will not be able to call on any of... |
Forum: MS SQL May 1st, 2009 |
| Replies: 4 Views: 2,081 Make a new Access database. Go to the tables tab and right click in the large whitespace area. Select Import. You'll need an odbc connection to your SQL database. You can import all of your... |
Forum: ColdFusion Apr 30th, 2009 |
| Replies: 2 Views: 1,249 From what I know of yahoo, there isn't a good solution to this. It's just the crappy way that Yahoo chooses to handle their mail. They immediately reject/delay every piece of mail that hits their... |
Forum: ColdFusion Apr 30th, 2009 |
| Replies: 1 Views: 1,451 Zalfel,
You want to use a session variable for your user login. The session will be active until the browser is closed.
... |
Forum: Windows Servers and IIS Apr 30th, 2009 |
| Replies: 1 Views: 961 I am attempting to install/configure Php on a local network server.
There's probably something I didn't know I needed to do to loosen up some security issue. When I attempted to load a phpinfo... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 3 Views: 587 In one of my many atttempts, I did try the escape thing without any success. I moved on to a different editor and ran into the same problem.
I took a guess that replacing #chr(10)# and... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 3 Views: 587 I want to use a javascript (codethateditor) to provide a rich text editor in an administrative area of a site.
Problem with this script. See code below:
<script language="javascript1.2">... |
Forum: Windows Servers and IIS Feb 13th, 2008 |
| Replies: 4 Views: 3,692 I haven't personally, but I suspect that this problem may have been around for a while longer than I have.
The contents on the server may have been migrated from someplace else, but we wouldn't... |
Forum: Windows Servers and IIS Feb 12th, 2008 |
| Replies: 4 Views: 3,692 Howdy folks. I'm a newbie here. I am working on a remote server that we rent for our coldfusion websites. It has Windows Server 2003 installed on it. Something is wrong with the operating system,... |