I know you can do something like "$_server['HTTP_REFERER];" and get the website that the referring link was in. But what if you're using a different protocol What I am trying to do is have a MySQL...
What I am trying to do is get PHP to detect when a link was clicked from the Furcadia client (which uses the furc:// protocol) instead of a URL being entered directly or someone clicking on a link in...
I've been working on a webpage where I can update a DragonSpeak Line "search engine", and, to be honest, it uses frames--frequently. I've been wondering if any of you have had a webpage that stays...
You're missing the point of what I was asking. I'm asking if a frames page, using the XHTML 1.0 Frameset doctype and with a file extension of .xhtml, .xht, or .xml would work properly. So far as I...
If a webpage was served AS XHTML, did frames ever work? So far as I can tell, what's supposed to open up in one of the "panes" is opening up in a new window instead. Just experimenting with...
I thought I'd start a little conversation about various programming languages we have used and mention some extremes associated with them. I'll start off with mine:
I would--I have made SVG websites, given XHTML pages .xml extensions, and, for the giggles, created webpages using custom XML languages, interpreted via XSLT.
The element's ID can only be directly used as a declared public reference in a .html or .xhtml file. If it is used in a file with any other markup extension (.xml, .svg), then this means of...
Speaking of what my avatar celebrates, I did a bit of cheating on one site. Floats were being an utter pain in the rear, so I used a table for part of my layout--one row, two cells, and a bit of CSS...