Apache 2.0 and php4.2.2

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mefdo
Forum Newbie
Posts: 10
Joined: Mon Jul 29, 2002 10:06 am

Apache 2.0 and php4.2.2

Post by mefdo »

I am on winNT4.0

I installed both.

When I bringup http://localhost/index.php my login page just there when I click submit button.

Can someone PLEASE tell me what should I do ?
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post by Johnm »

I think that more information is needed. Can you tell us more about the problem?


Direwolf
mefdo
Forum Newbie
Posts: 10
Joined: Mon Jul 29, 2002 10:06 am

Post by mefdo »

Johnm wrote:I think that more information is needed. Can you tell us more about the problem?


Direwolf
I started apache successfully. Launched http://localhost then I got my login page but it does not move to the next page when I type in user and password and press submit. Same page is running ok in old php version on apache 1.3.

I can provide the index.php code.

I think something to be adjust in that code ? How do I post as a attachment.
Last edited by mefdo on Wed Jul 31, 2002 5:17 pm, edited 1 time in total.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please don't cross-post to other topics with the same question - you already have a topic open use that.

Please when you want to show everyone your apache configuration post a link to a text file on you own site it's really too big too post here.

What if the problem has nothing to do with your apache configuration - what exactly is happening on your index.php page? What should be happening? Do you get any error messages? This is really what we mean when we ask for additional information.

Mac
mefdo
Forum Newbie
Posts: 10
Joined: Mon Jul 29, 2002 10:06 am

Post by mefdo »

I am not getting any error message.

All what I can see is web page is sitting there and doing nothing when I presed SUBMIT button..

Do you think something to do with my index.php code. Its working fine in Apache 1.3....and I was running PHP 4.2.2...

Do you need to see my index.php code ?
User avatar
mikeq
Forum Regular
Posts: 512
Joined: Fri May 03, 2002 3:33 am
Location: Edinburgh, Scotland

Post by mikeq »

Would probably be helpful
mefdo
Forum Newbie
Posts: 10
Joined: Mon Jul 29, 2002 10:06 am

php 4.2.2 and apache 2

Post by mefdo »

Hi Guys
For anyone's info...

I figured it out !!!!. Just a matter of turning register_argc and get_pot flags ON...
Post Reply