edvinson
Posts: 2
|
| Posted: 10/28/2010, 10:40 AM |
|
I am considering purchasing Code Charge Studio..downloaded and running the simple Hello World Tutorial.
I'm getting this error:
Parse error: syntax error, unexpected T_STRING in C:\wamp\www\HelloWorldProject\HelloWorld_events.php on line 20
And when I upload the folder to my server, I get a blank page, see:
http://www.vinsonmediagroup.com/HelloWorld/HelloWorld.php
My server is working fine, other projects in Dreamweaver work run fine locally...
Ideas?
Thanks
|
 |
 |
rho
Posts: 85
|
| Posted: 10/28/2010, 1:44 PM |
|
Hi,
as the error message states: there is an error in your php code. Probably some typo.
Should not be a big problem to correct it, but if you're stuck , you can submit the code of your script to the forum and we'll have look 
Cheers, Rob.
|
 |
 |
edvinson
Posts: 2
|
| Posted: 10/28/2010, 1:52 PM |
|
Rob, thanks.. I discovered I had no quotes around "Hello World!"
I would have thought Codecharge would have included those but I guess we have to do that.
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 11/09/2010, 4:55 AM |
|
Hi,
Of course youŽd have to that, CCS is great tool by analyst-programmers and developers,
but CCS Would not ask you coffee break at launch .
Quote edvinson:
Rob, thanks.. I discovered I had no quotes around "Hello World!"
I would have thought Codecharge would have included those but I guess we have to do that.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
datadoit
|
| Posted: 11/09/2010, 6:20 AM |
|
The tutorial clearly states to set the value to "Hello World!", quotes
and all. There's no IDE that I'm aware of that will automatically give
you quotes, not even Dreamweaver.
However, there is a new Action selection in CodeCharge called Print
Text, which is the equivalent of an echo. I do believe that CodeCharge
should set the quotes for you there if not present, in addition to
dealing with special characters such as apostrophes, quoted text, etc.
I'll make a wishlist item for it.
Welcome aboard!
|
|
|
 |
|