Jump to content

Not supporting


febeeh
Go to solution Solved by Ch0cu3r,

Recommended Posts

Hi,

For a long time, i am working with php image[imagettftext()]. I installed all requirments to work this, free type, gd, php n all. Now the problem is some code of script wont support. i dont know what all requirments needed to be fixed. When i went to php file, it shows 

 



175)?"".(1040+($charcode-176)).";":$s[$i]; } return $result; } ?>


 


 

the image wont show and for image, it showing thos codes :(

 

so i am kindly requesting you to help me :(

 

when i put this script on a webhost, it work pefect but not in vps

Link to comment
Share on other sites

  • Solution

 

 

t work pefect but not in vps

If you are seeing the PHP code then you appear to of not configured your server correctly.

 

Or you're using short tags in your code (<? ?>) and not the full PHP tags (<?php ?>). I advise you to always use the full php tag syntax. Short tags are only supported if the short_open_tag directive is enabled in the configuration.

Link to comment
Share on other sites

If you are seeing the PHP code then you appear to of not configured your server correctly.

 

Or you're using short tags in your code (<? ?>) and not the full PHP tags (<?php ?>). I advise you to always use the full php tag syntax. Short tags are only supported if the short_open_tag directive is enabled in the configuration.

 

thank you very much :)

i used <? ?>

 

when i used <?php ?>

 

it work perfectly :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.