View Single Post
Old 07-18-2002, 09:23 AM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
wow, .. a marathon reply =) redhead went through more than i would.

you are closing your php tag under the comments near the top, yet you continue to use php.

that is the most obvious error. if you're gonna post questions on your php code, it makes it a lot easier for us if you post the error you get.

learning how to debug is a must. take it 1 line at a time. when you excecute that script, you will probably get an error on the screen.

first, .. find the line where the error is, .. and examine that line, and all surrounding lines.

if you can't figure it out and want someones help in any forum, do them a favor and post ONLY that area of code you ar currently working on with the error and also post the error that php generates.

after you fix that area of code, repeat the dubugging steps above. it will be less confusing for you and us both. it's so much easier to answer 1 question at a time.

please don't let this deter you from posting .. i hope you will post more questions.. just remember you can get more precise answers with more precise questions.

ooh, i think i feel a "how to ask" sticky post comming on =)

take care, hope to see some more posts soon
sde is offline   Reply With Quote