simple cote big issue

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
Dtm
Posts: 5
Joined: Sat Jun 12, 2010 10:33 pm

simple cote big issue

Post by Dtm »

God I have lost many hours with that!!!

Are you aware about that?? see the code below as exemple

<?php
session_start(); // pour eviter l'erreur
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hello!</title>
</head>

<body>
<div id="TEST" style="display: block" ></div>
<?phpcecho("Hello, World!" )?>

</body>
</html>

quite simple code but because of the ' in the comment ...no entry, no form , no element were displayed in the code explorer.
In this exemple no concequences but on the big page I am working on some div, some elements were hiding some other were shown so I thought my code was wrong and I have lost many hours

David
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: simple cote big issue

Post by notuo »

I am not sure what do you mean, but works fine.

The only issue I noticed is <?phpcecho("Hello, World!" )?>

This is wrong. Should be <?php echo("Hello, World!" )?>

It displays the whole thing fine.
tonyd
Posts: 8
Joined: Mon Oct 15, 2007 12:24 pm
Location: England
Contact:

Re: simple cote big issue

Post by tonyd »

For clarification, I think what Dtm is saying is that the apostrophe in the word l'erreur in the comment on the second line of his code confuses the code explorer.
Dtm
Posts: 5
Joined: Sat Jun 12, 2010 10:33 pm

Re: simple cote big issue

Post by Dtm »

Thanks Tonyd....you have clarified perfectly my thought.....exactly...it confused code explorer
Dtm
Posts: 5
Joined: Sat Jun 12, 2010 10:33 pm

Re: simple cote big issue

Post by Dtm »

oupss...I have forgottent to specified I am using the last version....10.1.0.119 :wink:
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: simple cote big issue

Post by Gatis »

Hi,

Thanks for reporting. This has been fixed now (with version 2011).

Gatis
Kind regards,
Gatis Avots
Post Reply