Search found 10 matches

by c2497
Sun Dec 28, 2003 1:59 pm
Forum: PHP - Code
Topic: IE 6.0.2 displays php script txt - Opera executes php script
Replies: 3
Views: 1106

register globals with IE

I wonder if my problem could be related to php global variables not working with IE.

Any thoughts?

Thanks!
by c2497
Sat Dec 27, 2003 7:37 pm
Forum: PHP - Code
Topic: IE 6.0.2 displays php script txt - Opera executes php script
Replies: 3
Views: 1106

my register_globals = Off re ie vs opera

By the way re this problem - register_globals = Off

Although I don't totally understand what this means to me.

Thanks.
by c2497
Sat Dec 27, 2003 7:24 pm
Forum: PHP - Code
Topic: IE 6.0.2 displays php script txt - Opera executes php script
Replies: 3
Views: 1106

IE 6.0.2 displays php script txt - Opera executes php script

Does anyone know why IE 6.0.28 would just display a php file script as text when the file is called as an form action whereas Opera (version 7.11) properly executes the php file when called by a form.php? I'm writing a feedback form that is php and calls the sendfeedback.php script in this manner (r...
by c2497
Sat Dec 27, 2003 7:05 pm
Forum: PHP - Code
Topic: form action=filename in feedback form results in wrong path
Replies: 3
Views: 1070

why does it display text of the .php file

I was a goof ball. I realized I had <? but not <?php at the beginning of the code. But now using: <form action="http://localhost:8080/bse/contacts/sendfeedback.php" method="POST"> it opens up and displays the text version of the sendfeedback.php file instead of executing the code...
by c2497
Sat Dec 27, 2003 4:03 pm
Forum: PHP - Code
Topic: form action=filename in feedback form results in wrong path
Replies: 3
Views: 1070

Will check out possible fix for my problem

I will try this tomorrow morning and post results.

Thanks for the code.
by c2497
Sat Dec 27, 2003 9:03 am
Forum: PHP - Code
Topic: form action=filename in feedback form results in wrong path
Replies: 3
Views: 1070

form action=filename in feedback form results in wrong path

I have the following: <form action="sendfeedback.php" method="POST"> and the sendfeedback.php file is in the same dir as the form.php file. But when I click on submit I don't get the right path. I see: http://localhost:8080/bse/contacts/bse/contacts/sendfeedback.php (notice the d...
by c2497
Thu Aug 07, 2003 5:59 am
Forum: PHP - Code
Topic: Newbie Confession: Can't even get phpinfo() to work - Help
Replies: 4
Views: 887

I checked and I do have short_open_tag= on.
by c2497
Wed Aug 06, 2003 10:09 pm
Forum: PHP - Code
Topic: password recovery
Replies: 5
Views: 989

I agree with m3rajk. Try removing the single quotes around $email_address.
by c2497
Wed Aug 06, 2003 10:05 pm
Forum: PHP - Code
Topic: Newbie Confession: Can't even get phpinfo() to work - Help
Replies: 4
Views: 887

Perhaps some progress to report. I restarted my apache server and now I get the <? phpinfo(); ?> command displayed in a browser but not the results of the <? phpinfo(); ?> command.
by c2497
Wed Aug 06, 2003 8:18 pm
Forum: PHP - Code
Topic: Newbie Confession: Can't even get phpinfo() to work - Help
Replies: 4
Views: 887

Newbie Confession: Can't even get phpinfo() to work - Help

Hello: I installed the following on Win2k; php-4-3-2 and Apache 2.0.47. I made the following additions to http.conf in the right sections: LoadModule php4_module c:/php-4.3.2-Win32/sapi/php4apache2.dll AddType application/x-http-php .php .phtml .html AddType application/x-http-php-source .phps When ...