Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » cant run script
cant run script [message #646508] Sat, 25 December 2010 22:03 Go to next message
miko5054  is currently offline miko5054 Friend
Messages: 4
Registered: June 2010
Junior Member
im trying to run this basic string
<?
print "hello world";
?>

but im receiving nothing

thanks

miki
Re: cant run script [message #646531 is a reply to message #646508] Mon, 27 December 2010 13:22 Go to previous message
dominik is currently offline dominikFriend
Messages: 122
Registered: July 2009
Senior Member
On 2010-12-25 23:03, miko5054 wrote:
> im trying to run this basic string <?
> print "hello world";
> ?>
>
> but im receiving nothing
> thanks

Look into source code of generated file, is it parsed?
Put some test string before <?,
Change <? into <?php
Turn on error reporting and displaying errors.

/dmc
Previous Topic:Please, need help ( from Indonesia )
Next Topic:Open Source PHP Template Recommended
Goto Forum:
  


Current Time: Thu Apr 25 10:44:04 GMT 2024

Powered by FUDForum. Page generated in 0.02971 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top