لقد إشتريت البارحة سكربت shlink وتم التسطيب بنجاح
ولاكن المشكلة عند دخول لوحة التحكم وكتابة البيانات يضهر لي
Parse error: syntax error, unexpected T_VARIABLE in /home/u592999377/public_html/admin/display.php on line 1
وها هو محتوو الملف display
fetch ('default/header.html');
$side_file = $smarty->fetch ('default/side.html');
$footer_file = $smarty->fetch ('default/footer.html');
$body_file = $smarty->fetch ('default/'.$templatefile .'.html');
$template_output = $header_file . $side_file . $body_file . $footer_file;
echo $template_output;
بترجاكم ساعدوني
التعليقات