Validate USEr Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

LiLpunkSkateR wrote:umm..

Code: Select all

//you'll need to get $id before here
include($id . ".php");
I dont understand that? And I dont understand the pop-up thing.. lol
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

what i said includes a page $id.php
so if the memberID is 1, it will include 1.php

but i cant help anymore until he elaborates on what he wants..
Post Reply