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! Quote 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] Quote Link to comment https://forums.phpfreaks.com/topic/32412-solved-parse-error/#findComment-150543 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.