Forum: PHP Feb 26th, 2008 |
| Replies: 3 Views: 1,331 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,271 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,343 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... |