Hi,
I am working on a Test Server to transition our pages from mysql 4.1.7 to v. 5.0.18. I am using the same install of PHP5.1.2 to access the databases by changing the port designation depending on the version of mySQL I wish to access.
I can login to both versions of mySQL both through...
DeadlyViper,
I thought I was crazy because it didn't make any sense.
Where do you map to the JRunScripts directory within IIS. I am using 2003 so it may be different but I'm not seeing anyplace to do that.
Is it a per web site setting?
Thanks in advance,
Michael
Hi,
It would show the page.
We finally have the answer. The problem was a program called URL Scan which is distributed by Microsoft to answer some of the security problems of the older versions of IIS.
Someone at PHPbuilder.net sent me this:
Running Win2K AS + IIS5.0 + PHP 4.3.1, I ran...
sleipnir214,
The test.htm page displayed correctly. When I submitted the form I got a page not found error page. The test.php was located in the same directory as the test.htm page.
Any other suggestions,
Michael
Hi,
We are trying to migrate data from a test server to a production Win2k server sp4, IIS5.
When I use a post method on a form (either html or php page type), I receive an error stating the page can't be found. This will happen even when the page is being submitted to itself.
If I use a get...
My test for the absence of the Post variables was simply that the code worked when I sent it by Get instead of Post.
I did try putting in a print_r of the post variables at the top of the result page but it didn't print anything and just displayed the Page Not Found Error Page
Thanks for the reply.
I did do that. I was just showing the first simple form I was using but I did change the action to the testform3.php page when I was sending the results to another page.
It still isn't working either way but if I changed the method to get it will work fine. We can't...
I am unable to display PHP pages generated by a submission of a form using a POST method. To illustrate this, I created a very simple form called TestForm.php .
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
I created a very simple form called TestForm.php .
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html...
What is happening is the initial view of the page is the standard form.
They click submit and then the record set is pulled with matching records from the query.
I am breaking down the result set into groups of 10. I am creating links at the bottom of the page and concatenating the link...
Thanks for your replies.
Chacalinc, I am wondering if it is a bug also.
Vragabond, I did invoke session_start() at the beginning of the page and this is the index page for this directory.
I am going to try creating a simple form with a post action and see if I can duplicate or see how to...
The statement where I open the data connection is:
<?php $mysqli = new mysqli(<ipaddress>, <username>, <password>);
/* check connection */
if (mysqli_connect_errno()) { //2
printf("Connect failed: %s\n", mysqli_connect_error());
exit();
} //if (mysqli_connect_errno()) { //2
?>...
Hi,
I have a form on a PHP page that will display data from a mysql database when I have the action on the form set to Get but not when sent to Post.
This is on a Win2k server loader with IIS5.
PHP 5.0.4
Running the same code on a test Win2003 server with IIS6 and PHP 5.0.3 works without a...
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.