No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I think blank page results because there is nothing to print on this page. You can do something like: if($result) { echo "success"; } else { echo "failure"; } otherwise on changepassword.php check if something mentioned. What you can do is: header("Location:changepassword.php?msg=$msg"); where $msg=success or failure. So, it would be …
I have tried the following code (it was mentioned above). I am getting some issue in it. When I am opening [url]http://somesite.com/category[/url], it is not opening anything. When I am opening [url]http://somesite.com/category/[/url], it is not showing images and CSS file seems not to be there. After I open the source …
The End.
kb0000