473,326 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

PHP SIDs

Ok, I have tried to validate some pages related to my latest PHP project. It
validates as valid XHTML 1.1 on my local server, but my host's server has
php.ini configured so SIDs are appended to each URL. I used ini_set() to
take care of this. When I check my HTML source, I don't see the SIDs
everywhere. Good. However, when the validator receives the page, the SIDs
reappear!! I don't know how this could be. If anyone else has had such a
problem before, please help out, I know my pages are valid, but alas! I
won't stick the w3c images on my pages until they validate on my host's
server.

Thank you
Jul 30 '05 #1
2 1423
Steve Dyer wrote:
Ok, I have tried to validate some pages related to my latest PHP project.
It validates as valid XHTML 1.1 on my local server, but my host's server
has php.ini configured so SIDs are appended to each URL. I used ini_set()
to take care of this. When I check my HTML source, I don't see the SIDs
everywhere. Good. However, when the validator receives the page, the SIDs
reappear!! I don't know how this could be. If anyone else has had such a
problem before, please help out, I know my pages are valid, but alas! I
won't stick the w3c images on my pages until they validate on my host's
server.
The same problem was discussed some days ago, see the 'Problem with xhtml
Validator at http://validator.w3.org/' thread.

Summary of the solution:
Visit http://www.w3.org/QA/2005/04/php-session

Thank you


--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://www.odahoda.de/
Jul 30 '05 #2
"Steve Dyer" <ze******@verizon.net> wrote:
Ok, I have tried to validate some pages related to my latest PHP project. It
validates as valid XHTML 1.1
Apart from the generally unwise choice of using XHTML over HTML, serving
XHTML 1.1 as text/html violates w3c guidelines.
I know my pages are valid, but alas! I
won't stick the w3c images on my pages until they validate on my host's
server.


Leave them off anyway, it's akin to saying "Look mommy, no spelling
errors!" it's of no interest to users.

--
Spartanicus
Jul 30 '05 #3

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

Similar topics

10
by: Mark H | last post by:
Hey all-- I'm building a database and I basically need to keep out people who aren't authorized, but it's not like I need top security here. I'm just doing basic user/pass of a SQL database, and...
3
by: Jennifer Sanders | last post by:
We're running windows 2000 server with IIS 5.0. We're trying to execute .asp scripts but we keep getting the 500 (internal server) error. It looks like the permissions might be corrupted. When...
2
by: Ray | last post by:
I have a list of about 20,000 rows that I am updating. I loop through each row in my program and basically do the following (1) select * from TABLE where SID= for update /*lock the row*/ (2)...
3
by: MLH | last post by:
I was running the following code while logged in as a user belonging only to the Users group. Set usrNew = .CreateUser(Me!UserID) 'The user ID is in a control on the form usrNew.PID =...
9
by: dave m | last post by:
I need to be able to retrieve a unique ID from a users PC. I needs to be something a user could not easily change, like the computer name. Could someone point me in the right direction to find ...
15
by: Nospam | last post by:
Is there a tutorial on dynamic SID generation?
1
by: sohara28 | last post by:
We have recently discovered that several sending systems (all using the same subroutine) have been scrambling some of the data sent to an MS SQL database. I'm trying to figure out how to identify...
8
by: Ora | last post by:
Hi all, I need to fetch data from two tables into a cursor(Using inner Join), and i want to declare a ROWTYPE variable for this cursor. Pls Guide. Its urgent. thanks in advance
15
by: yasmine | last post by:
Hi friends, I need to create a table which refers the fields from an existing table as follows: Create table a (select content,sid, count(*) count from b group by content order by count desc...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.