Forum: PHP Sep 20th, 2004 |
| Replies: 0 Views: 17,457 Ever feel the default session handling is insecure? Or do you just want some originality to show off? Well, here you are. A custom, MySQL-based session handler. It supports base64_encoding and MySQL... |
Forum: PHP Aug 5th, 2004 |
| Replies: 9 Views: 4,303 sorry imzac. the tutorial will have to wait. the final copy is 25% complete but I just ran into some problems (real life problems =\ ) so I will attempt to have it ready by tomorrow night. Keep... |
Forum: PHP Aug 4th, 2004 |
| Replies: 10 Views: 4,282 $id = $_GET['id'];
That's how you get $id on the following page. |
Forum: PHP Aug 4th, 2004 |
| Replies: 2 Views: 2,793 It should be..
"<body bg=\"graybg.jpg\" text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">";
I THINK. I don't use PHPNuke but it seems you just incorrectly escaped the... |
Forum: PHP Aug 4th, 2004 |
| Replies: 4 Views: 2,975 hmm. sounds to me like a simple include, but that's probably inefficient.
<?php
$pages = "/path/to/pages/";
$default = 1;
if(is_file($pages.$_GET['id'].".php")) $p = $_GET['id'];
else... |
Forum: PHP Aug 4th, 2004 |
| Replies: 9 Views: 4,303 I know exactly what you want and I'm currently working on a tutorial to further explain in detail what one needs to understand/do to create a single file used to load other files, or a page to load... |
Forum: PHP Aug 3rd, 2004 |
| Replies: 4 Views: 8,741 Man I've got a lot of learning to do before I can tackle that baby. Everything looks fine until I hit emails and up >_< So I got some work to do. |