m118 Posted January 7, 2011 Share Posted January 7, 2011 The program is working for part of the data . It can display in the CSS and HTML code, however, the other data can not display . I do not why . They are same structure . Please tell me the reason. Thank you very much. Quote Link to comment https://forums.phpfreaks.com/topic/223714-part-of-the-data-can-not-display/ Share on other sites More sharing options...
BlueSkyIS Posted January 7, 2011 Share Posted January 7, 2011 line 37 but seriously, can you show us your code? Quote Link to comment https://forums.phpfreaks.com/topic/223714-part-of-the-data-can-not-display/#findComment-1156367 Share on other sites More sharing options...
m118 Posted January 7, 2011 Author Share Posted January 7, 2011 I am sorry I am just a beginner. <li><a href="table.php?id=<?php echo "Apple" ;?>&cd=<?php echo " Toner"; ?>">Apple</a></li> $select="select * from $chun where brand = '$_GET[id]'and kind ='$_GET[cd]' LIMIT $start_from, 20"; Quote Link to comment https://forums.phpfreaks.com/topic/223714-part-of-the-data-can-not-display/#findComment-1156378 Share on other sites More sharing options...
BLaZuRE Posted January 7, 2011 Share Posted January 7, 2011 Quote the other data can not display What is the other data? Why did you post the lines above? Are those that give you an error (post error), is that what your gut is telling you, or is that really line 37? Is $chun's value the name of the table you're SELECT'ing * (all fields) FROM? What troubleshooting have you done? Have you made sure the values are what you expect them to be (i.e. echo $select; to verify). You might have extra whitespace with your " Toner" parameter. Quote Link to comment https://forums.phpfreaks.com/topic/223714-part-of-the-data-can-not-display/#findComment-1156380 Share on other sites More sharing options...
m118 Posted January 7, 2011 Author Share Posted January 7, 2011 there is no error post. The data does not display part of the data. I think I have some space in the data . I will try . Thank you very much. Quote Link to comment https://forums.phpfreaks.com/topic/223714-part-of-the-data-can-not-display/#findComment-1156383 Share on other sites More sharing options...
m118 Posted January 7, 2011 Author Share Posted January 7, 2011 Thank you very much. The data has write space there. I fix the problem. Quote Link to comment https://forums.phpfreaks.com/topic/223714-part-of-the-data-can-not-display/#findComment-1156387 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.