473,499 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

[Validator] error validating HTML4.01 PHP maden page

Hi,

When validating my web site, I've got the following error :
------------------------------
Line 31, column 26: cannot generate system identifier for general
entity "PHPSESSID"

<a href="index.php?id=3&PHPSESSID=8604f064ab03c75b6c7 efe1846ef2da9"
class="men

An entity reference was found in the document, but there is no
reference by that name defined. Often this is caused by misspelling the
reference name, unencoded ampersands, or by leaving off the trailing
semicolon (;). The most common cause of this error is unencoded
ampersands in URLs as described by the WDG in "Ampersands in URLs".

Entity references start with an ampersand (&) and end with a semicolon
(;). If you want to use a literal ampersand in your document you must
encode it as "&amp;" (even inside URLs!). Be careful to end entity
references with a semicolon or your entity reference may get
interpreted in connection with the following text. Also keep in mind
that named entity references are case-sensitive; &Aelig; and &aelig;
are different characters.

Note that in most documents, errors related to entity references will
trigger up to 5 separate messages from the Validator. Usually these
will all disappear when the original problem is fixed.
-----------------------------

But the PHPSESSID is added by the server ! it's valid, isn't it ?

So, is there a mistake in the validator ? (or how can I correct it)

Thanks.

DeMZed

Jul 24 '05 #1
5 1895
DeMZed wrote:
But the PHPSESSID is added by the server ! it's valid, isn't it ?


http://www.w3.org/QA/2005/04/php-session

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 24 '05 #2
Sorry, I forgot that it was always the same problem : & is not &amp; !

Thanks.

Jul 24 '05 #3
On 10 Jul 2005, DeMZed wrote:
Subject: Re: error validating HTML4.01 PHP maden page
Organization: http://groups.google.com


This is very naughty! Your original posting had

| Subject: [Validator] error validating HTML4.01 PHP maden page
^^^^^^^^^^^
| Organization: http://groups.google.com
| Message-ID: <11**********************@o13g2000cwo.googlegroups .com>
<news:11**********************@o13g2000cwo.googleg roups.com>

If you use Google's broken (!!) Usenet interface, then please
make sure that you do not change the Subject at will.
Google Groups is *broken* because it omits everything from the
Subject enclosed in brackets.

Jul 24 '05 #4
I know.

But go there :

http://groups.google.fr/group/comp.i...b0d52daf79f82a

And try to answer my post... you'll see the subject is not editable,
because not present ! Thus, I can't do anything...and furthermore you
didn't notice the subject had change till you print the headers of each
post, after posting your message !

Jul 24 '05 #5
DeMZed wrote:

But go there :

http://groups.google.fr/group/comp.i...b0d52daf79f82a

And try to answer my post...


Get yourself a real newsreader and abandon that abomination called
google groups, at least for posting to usenet. You'll do yourself and
everyone else a favor if you do.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 24 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
5666
by: Trevor Orton | last post by:
Hello, I'm having a slight problem using the W3C html validator and I've reviewed the FAQ's with no luck so hopefully someone here would be kind enough to point me in the right direction. I...
12
45268
by: thomas_jedenfelt_1 | last post by:
Hi everyone, Is the W3C HTML Validator in error when it returns <br /> as valid for HTML 4.01 Strict doctype? In March 2004 , the Validator returned <br />, <hr /> and <img /> as invalid for...
7
1806
by: Gapingwound | last post by:
I have one page that is not validating XHTML1 STRICT properly, but the validator at w3c is showing an error for something that is not in my page. Here's the error: 1. Line 72, column 160:...
1
1970
by: DotNetGruven | last post by:
Can I create a custom validator control in my project and add it to a PlaceHolder on my ASPX page?? Here is what I've tried. It compiles and runs without error, but doesn't detected that the...
1
1717
by: Sam | last post by:
Hi all, Why can't i create a validatorControl as a child of the control to validate? It doesn't give any errors, but it just won't work (it's not validating). The reason why i want this is...
2
1394
by: Howard | last post by:
Since validator controls use client side javascript to validate the input. Do I still need to validate user input at the server side? What if an attacker writes a custom script that doesn't require...
3
1730
by: Arpan | last post by:
Consider the following code which validates a TextBox using RegularExpression: <form id="form1" runat="server"> <asp:TextBox id="txt1" runat="server"/> <asp:RegularExpressionValidator...
1
5822
by: durga2005 | last post by:
hi i have a textbox and regular expression validator control .i have placed these control inside update panel. just im validating the textbox with regular expression validator control when i...
1
2766
by: onseats.ky | last post by:
I have a strange problem with a required field validator when I have EnableClientScript set to true. When the client side validation fires I get a javascript exception inside the .net javascript....
0
7009
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7178
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7223
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7390
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5475
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4919
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3094
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
302
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.