Current location: Hot Scripts Forums » Programming Languages » PHP » Blank screen...


Blank screen...

Reply
  #1 (permalink)  
Old 02-28-06, 02:22 PM
stormshadow's Avatar
stormshadow stormshadow is offline
Coding Addict
 
Join Date: Mar 2005
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Blank screen...

most of the blank screen errors i get are a missing } too many } or an invalid $... my problem is that i get a blank screen when i changed my script (i just added code) here is what i added....
PHP Code:

    echo"<br><strong><u>Jewelery</u></strong><br>";

    
$getjewel mysql_query("SELECT * FROM jewelery");
    while(
$j mysql_fetch_array($getjewel)){
            echo
"$j[name]$playerinfo[$j[name]]<br>";
    }
//while 
Please help me figure out what is wrong :-(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 02-28-06, 02:30 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
try this

PHP Code:

 echo "<br><strong><u>Jewelery</u></strong><br>";


    
$getjewel mysql_query("SELECT * FROM jewelery");

    while(
$j mysql_fetch_array($getjewel))
    {
            echo 
$j["name"].": "$playerinfo[$j{"name"}] ."<br>";
     }
//while 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 02-28-06, 02:34 PM
stormshadow's Avatar
stormshadow stormshadow is offline
Coding Addict
 
Join Date: Mar 2005
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
wow :-)

thanks :-) fast reply too :-) i like it! also why did i need to use the {} on that one but on my jewelery store page i used [] and it worked? is it because that this one was in an echo statement and the other was in a mathmatical variable?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
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
Newbie: Blank screen again Asmerus PHP 8 01-22-05 10:01 AM
Blank screen when form is submitted kibby67 PHP 6 12-03-04 11:09 AM
resizing screen.... jasong The Lounge 4 03-29-04 07:13 AM
screen area(resolution) msrnivas ASP.NET 1 12-18-03 01:54 PM
blank screen? darkcarnival PHP 10 11-17-03 07:16 AM


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