dodgei Posted January 24, 2007 Share Posted January 24, 2007 I'm having little trouble understanding when to use double quotes versus single quote.Also the use of "/".I want use php code to generate an html line of code.<td>[php variable]</td>What is the correct format?? Link to comment https://forums.phpfreaks.com/topic/35595-correct-use-of-quotations/ Share on other sites More sharing options...
trq Posted January 24, 2007 Share Posted January 24, 2007 Um... this is a php forum, not asp. Link to comment https://forums.phpfreaks.com/topic/35595-correct-use-of-quotations/#findComment-168563 Share on other sites More sharing options...
Jessica Posted January 24, 2007 Share Posted January 24, 2007 print '<td>'.$var.'</td>'; Link to comment https://forums.phpfreaks.com/topic/35595-correct-use-of-quotations/#findComment-168565 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.