
Nuwan
Members-
Content Count
4 -
Joined
-
Last visited
Everything posted by Nuwan
-
Forward To Another Url In Php How to forward to another URL
Nuwan replied to Nuwan's topic in Programming
Hey Guys.. Thanks for all the help. I got it working now, by using header ('Location : url');. Ya i got the database stuff figured out. Thanks, Nuwan. -
Hey Guys.. I'm using PHP to develop a small login module. I need to forward the user to a new page if the user has entered a valid user name and password. I submit the form to the same page which has the login form, and does the validations there. I do not know how to forward the user to another page by checking a certain condition in php. Please be kind enough to help me out here. Thanks in advance, Nuwan.
-
Apache Server On Xampp Problems in starting Apache service on xampp
Nuwan replied to Nuwan's topic in Computer Networks
Hi guys... I finally got the apache service running. I checked whether i had IIS installed. But i hadn't got IIS installed. So probably it had to be some other issue. So when i went through my list of services i saw that i had a Apache2.2 service already installed, but when i checked it's path it was not the location that it should have been. It's path was set to another older location where Apcahe service was previously installed. When i try to run the Apache service it goes and looks for the older location. So i deleted the old apache service, uninstalled my current xampp and reinstalled it. Now i've got it up and running. Thank You. Regards, Nuwan -
Hi... I downloaded and installed the newest version of xampp. But when i try to start the Apache service it does not get started. The MySql and FileZilla services start without any problem. But the Apache service does not start. It returns with a message saying Apache service not started [-1]. I tried by stopping the windows firewall but didn't have any luck. If there is anyone who can help me out here i would be really great full. Thanks in advance. Nuwan.