jjacquay712 Posted July 15, 2008 Share Posted July 15, 2008 I am having a problem with a server not parsing my code. I have tried <?php ?> <? ?> <%asp %> <% %>. Any other ideas? Im not sure what language it is using, but the extension is .cgi. Link to comment https://forums.phpfreaks.com/topic/114913-code-not-being-parsed/ Share on other sites More sharing options...
MadTechie Posted July 15, 2008 Share Posted July 15, 2008 is it a php server ? do you have the mime setup correctly ? any useful information ie where is the server ? Link to comment https://forums.phpfreaks.com/topic/114913-code-not-being-parsed/#findComment-591015 Share on other sites More sharing options...
dannyb785 Posted July 15, 2008 Share Posted July 15, 2008 php code can only be processed in a file with the .php extension Link to comment https://forums.phpfreaks.com/topic/114913-code-not-being-parsed/#findComment-591022 Share on other sites More sharing options...
MadTechie Posted July 15, 2008 Share Posted July 15, 2008 php code can only be processed in a file with the .php extension While i agree i would also like to pointout that is not technically true.. it depends on the mime handler.. but 99% of php servers have that setup.. the strange thing is jjacquay712 doesn't seam to know what his running ! :S Link to comment https://forums.phpfreaks.com/topic/114913-code-not-being-parsed/#findComment-591027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.