I used a php installer.
I check IIS and have the line you referred to.
.php C:\Inetepub\php\php4isapi.dll
It is weird. Sometimes when I refresh the page it goes away but then when I reload the page it comes back.
I do not think it is the code I fell like it is a confilct somewhere in the...
I get the error on all pages regardless of the code, but here is one sample.
<?php
/*database connection*/
mysql_connect(localhost,username,password);
/*select database*/
mysql_select_db(test);
/*select all from table pictures*/
$result = mysql_query("select * from pictures");
if...
I am new to the php thing. I am using win XP and IIS 5, I used a program that set everything up for me.
My pages run fine, they connect to the database and everything. But every page displays the same error without fail.
HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Mon, 22 Jul...
I am passing a javascript variable that has a string of check box names separated by a comma into a Cold Fusion array. No problems.
When I try to separate that array in to a list I get an error.
"Parameter 1 of function ArrayToList which is now "f_001" must be an indexed object...
This one a mutiple parts.
A little background.
I am beginner/intermediate user of CR and a newbie to ASP. I have a report created that is already connected to an SQL database. It works fine.
I know that you can use ASP to connect to a report. I have been searching the forums looking for a way...
This one a mutiple parts.
A little background.
I am beginner/intermediate user of CR and a newbie to ASP. I have a report created that is already connected to an SQL database. It works fine.
I know that you can use ASP to connect to a report. I have been searching the forums looking for a way...
I am hoping someone can help me with this. I have seen many posts referring to this but nothing referring to Cold Fusion.
I have a set of reports that are being used by 4-5 different DB's. Each one with its own DSN, username, password. But instead of having the reports copied and changed in...
Hello: I am creating a report and it keeps telling me that the fields I am trying to add to formulas and to sort by are blob fields. I am using Oracle as a back end but those fields are just plain varchar2 fields. Can anyone explain why this is happening and how to get around it? Thanks..
I have a report that accepts a list of values to base the report on. I have created the parameter field to accept multiple values. I am creating the list of prompts dynamically and want to pass them through to a Cyrstal Report. The list is creating correctly,
i.e. prompt0=one...
I am having problems with my prompts and refreshing. When I preview in Crystal it works great but when I view on the web it does not work properly. Can anyone tell me how to change my prompt to a multiple select so it shows up on the web. I have changed it in Crystal Reports but when I view it...
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.