- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Hi, I have a page that can be called by either post or get. $_request is supposted to handle that. I have never used $_request and am wondering if there are any problems using it instead of checking $_get and $_post separately, which I have done in the past, because …
Hi, This article might be of some help. [url]http://htmldog.com/articles/suckerfish/dropdowns/[/url]
I'm not sure if you have tried this. Does setting height in the #header do what you need? Or am I not understanding the problem? You should probably put a ; at the end of the background line. [CODE]#header { height: 502px; }[/CODE]
Try putting this in your css. [CODE]#navcontainer li { display:inline; }[/CODE]
I'm not sure why you are sending from localhost. That may be the problem. I was having a problem with email a while back. Can't remember the error message. This code seems to work. Anyway, you might give it a try. [code] $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= …
This looks like a javascript problem to me. When is your deadline? Larry
Hi Dan, I'm willing to give this a try. I am also a PHP MySQL novice. I'm not sure how much you understood from the preceding post so I'm going to start at the beginning. You don't put pictures in a database. Databases are records of text and numbers. You'll …
The End.
Larry_b