Search Results

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: kenleycapps ; Forum: PHP and child forums
Forum: PHP Sep 20th, 2004
Replies: 0
Code Snippet: Custom Session Handler
Views: 17,457
Posted By kenleycapps
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
Posted By kenleycapps
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
Posted By kenleycapps
$id = $_GET['id'];


That's how you get $id on the following page.
Forum: PHP Aug 4th, 2004
Replies: 2
Views: 2,793
Posted By kenleycapps
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
Posted By kenleycapps
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
Posted By kenleycapps
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
Posted By kenleycapps
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.
Showing results 1 to 7 of 7

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC