Current location: Hot Scripts Forums » Programming Languages » PHP » probably easy undefined variable problem


probably easy undefined variable problem

Reply
  #1 (permalink)  
Old 04-04-06, 09:40 AM
jonnekke jonnekke is offline
Code Guru
 
Join Date: Oct 2005
Location: holland!
Posts: 706
Thanks: 0
Thanked 0 Times in 0 Posts
probably easy undefined variable problem

I use this code in m website..

Code:
<? 
if($p==""){      <---------- THERE SHOULD BE SOMETHING WRONG IN THIS
    $p="main"; 
} 
$page = $p; 
$page .= ".php"; 
if(file_exists($page)){ 
    include($page); 
} 
else{ 
    include("fout.php"); 
} 
?>

but it gives me this fault:

Notice: Undefined variable: p in E:\webhosting\lestella\home\new\index.php on line 2

I've got no idea what the exact problem is.. can anyone help me?...

thnx!
_j
Reply With Quote
  #2 (permalink)  
Old 04-04-06, 09:49 AM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
On line 2, $p is undefined. Try checking to see if it is set, is a string, or get the type of it prior to comparing it...

http://us2.php.net/manual/en/function.gettype.php

http://us2.php.net/manual/en/function.is-string.php

http://us2.php.net/manual/en/function.isset.php
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Undefined Variable (Easyphp) johndapunk PHP 2 02-25-06 05:51 PM
Problems getting PHP-Nuke setup correctly TravisT PHP 2 12-17-05 07:54 PM
templating problem (how to forward file name as a variable) skyrat PHP 0 09-11-05 08:27 PM
php variable problem ashishjha54 PHP 7 05-22-05 12:09 PM
hidden variable problem scorpioy PHP 1 05-23-04 05:19 AM


All times are GMT -5. The time now is 07:07 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.