Forum: PHP Feb 26th, 2008 |
| Replies: 3 Views: 1,342 Here's a simple redirect script that you should be able to implement into your program:
if ($user->data['is_registered'])
{
redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
}
... |
Forum: PHP Feb 26th, 2008 |
| Replies: 17 Views: 1,281 Why don't you try it something like this:
<html>
<head>
<title>Cycle Tracks Portal</title>
<style type="text/css" media="all">@import "images/style.css";
</style>
<link rel="alternate"... |
Forum: PHP Feb 7th, 2008 |
| Replies: 20 Views: 5,413 Going by the images that were in your attachment, it looks to me like your CSS files weren't uploaded to the server. I'm saying this because you have all the images that would be in the page from... |
Forum: Networking Hardware Configuration Feb 7th, 2008 |
| Replies: 9 Views: 1,515 Your signal strength is going to change depending on how far away from the wireless router you are. This is normal. If you want to optimize it, I suggest that you get Iolo System Mechanic 7... |
Forum: Networking Hardware Configuration Feb 7th, 2008 |
| Replies: 9 Views: 1,515 When you formatted your computer, you got rid of all the information that was on it. So the computer won't be able to call up the network information.
Get all of your network information from... |