Hello all, I have some php which is not validating at W3C.
For example one of the messages points me to this line.
It seems like it is failing where the inline php starts i.e "<" .
Does...
Type: Posts; User: dallr; Keyword(s):
Hello all, I have some php which is not validating at W3C.
For example one of the messages points me to this line.
It seems like it is failing where the inline php starts i.e "<" .
Does...
Thanks much.!!
Dallr
Hello all.
I would like to know how to reference a file in another folder as an include file.
My webpage is located at: htdocs/MyWebsite/xhtml/myPage.php
I want to have an include file in...
Much Thanks to all, I am back in business. !!
Dallr,
Can anyone help me out here, I am sure the question I am asking is not difficult and is quite common.!!!!
Dallr
Thanks for the reply Nyne.
But I am new to web development so be gentle with me. Please note I have to options in my first post which one were you referring to?
1. Where do I put this code? In the...
I webpages are lining up differently in IE than Firefox. I was thinking to do some kind of browser sniffing and apply the appropriate stylesheet. So my question is how would you accomplish this.?
...
I found out what my problem was. I had two different doctype declarations.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html...
Good Morning my DD friends.
I have a main menu (include file) on the top of my webpage and I also want some fixed content to the left of every page. Similar to this webpage....
I don't know what i changed but it seems to be getting the year now.
Thanks
Hello Rangana!!
Sorry to come back to the post after such a long time but I just hit another road block.
The dynamic year code you gave me does NOT seem to be passing a selected year to my PHP...
Thanks Rangana!
I must say the response time on this forum is wonderful. Because I am new to web development I have joined a couple forums to feel out which one I should make my home. I am looking...
For some reason I was not getting replies to his post. I thought that the default when you created a post was to automatically get replies.
Thanks much rangana! this is exactly what I wanted....
Hello All,
How do i dynamically set a select box to output the year e.g 2003, 2004, 2005 etc. What I want is the user to select their age from 3 separate drop down "select" options on a form...