Forum: PHP Sep 20th, 2004 |
| Replies: 0 Views: 17,196 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: Posting Games Aug 5th, 2004 |
| Replies: 7,595 Views: 663,965 |
Forum: PHP Aug 5th, 2004 |
| Replies: 9 Views: 4,244 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: Community Introductions Aug 4th, 2004 |
| Replies: 612 Views: 123,695 Howdy heck (was that right? ;) ) I'm Kenley and I've been programming with PHP for.. hmm.. 6 years now? (I'm only 17! :o ) And with MySQL for ~5 years, and I'm STILL learning. I came to this place to... |
Forum: PHP Aug 4th, 2004 |
| Replies: 10 Views: 4,230 $id = $_GET['id'];
That's how you get $id on the following page. |
Forum: PHP Aug 4th, 2004 |
| Replies: 2 Views: 2,771 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,943 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,244 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,645 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. |