TheFilmGod Posted December 31, 2006 Share Posted December 31, 2006 <?php include(‘element/5’); ?>Whats wrong with this? I get parse error "T-string." Maybe you can help. Thanks! Link to comment https://forums.phpfreaks.com/topic/32412-solved-parse-error/ Share on other sites More sharing options...
wildteen88 Posted December 31, 2006 Share Posted December 31, 2006 by look of it you are using the wrong type of quotes. Use apostrophes (') not ‘ or ’that should work:[code=php:0]<?php include('./element/5'); ?>[/code] Link to comment https://forums.phpfreaks.com/topic/32412-solved-parse-error/#findComment-150543 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.