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
simple cote big issue
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
Re: simple cote big issue
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.
The only issue I noticed is <?phpcecho("Hello, World!" )?>
This is wrong. Should be <?php echo("Hello, World!" )?>
It displays the whole thing fine.
Re: simple cote big issue
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.
Re: simple cote big issue
Thanks Tonyd....you have clarified perfectly my thought.....exactly...it confused code explorer
Re: simple cote big issue
oupss...I have forgottent to specified I am using the last version....10.1.0.119 

Re: simple cote big issue
Hi,
Thanks for reporting. This has been fixed now (with version 2011).
Gatis
Thanks for reporting. This has been fixed now (with version 2011).
Gatis
Kind regards,
Gatis Avots
Gatis Avots