ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: Need help with php
Check what exists in the DB? You have an undeclared variable - that's your issue. A lot of scripting languages don't require explicit variable declaration, so sticking in a variable that doesn't exist won't cause an error. In C, for example, using an undeclared variable would cause a compiler error, eg:
The above would obviously not compile.
In PHP, no error would be generated however - nonExistantVariable would just be null.
Pirata Nervo Wrote:Im also using require_once "./member.php"; and still doesn't work.
Do you have the path right? But why do you want to include member.php anyway?
|
|
09/09/2007 05:10 AM |
|