Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: Fett101 on 4 December 2003, 21:21

Title: Validation and PHP links
Post by: Fett101 on 4 December 2003, 21:21
I try to validate my site, but it doesn't like my links because of the global variables, like

Code: [Select]

Anyway around this? Besides disabling globals, that is.
Title: Validation and PHP links
Post by: flap on 4 December 2003, 21:29
Change the & to &

[ December 04, 2003: Message edited by: flap ]

Title: Validation and PHP links
Post by: Fett101 on 4 December 2003, 22:16
Damn... I thought I already did that.. must be going insane. Tya.
Title: Validation and PHP links
Post by: Refalm on 5 December 2003, 15:38
quote:
Fett101: I try to validate my site, but it doesn't like my links because of the global variables, like


I had the same problem. I don't think it matters much, anyone validating your website can see that everything is corrects, except for those variables that save you a lot of work.
Title: Validation and PHP links
Post by: Fett101 on 5 December 2003, 20:10
The & worked. All my pages are valid XHTML 1.0 Strict. Booyah.

[ December 05, 2003: Message edited by: Fett101 ]

Title: Validation and PHP links
Post by: latino4ever8 on 25 December 2003, 22:14
what is booyah? ...heard it before... didnt get it though...
Title: Validation and PHP links
Post by: Pantso on 28 December 2003, 02:10
Yep, and for non breking space, just use & nbsp ; (characters separated here, but you get my point  ;) )

Glad it validates    ;)

[ December 27, 2003: Message edited by: Panos ]

Title: Validation and PHP links
Post by: Kintaro on 29 December 2003, 04:25
All my pages are JohnHTML, anything with <html> in the top verifies that way.