I've been scrounging the internet for this answer, but can't find one....


<html code>

<a
href="edit.pl?submit=edit&id=$$row{'id'}&title=$$row{'title'}&description=$$
row{'description'}&model=$$row{'model'}&serial=$$row{'serial'}&value=$$row{'
valuation'}&status=$$row2{'description'}&manufacturer=$$row3{'name'}&categor
y=$$row4{'name'}&catnum=$$row{'category'}&notes=$$row{'notes'}">EDIT</a>


</html code>

This code works, if, and only if there are _no_ double_quotes( " ) received
from the database. Yes you guessed it, there are some things that have ("'s
i.e. 17" monitor, 24" cable). As you know, double quotes end the href
string.

Question being, how to include a double quote into the href string(s)?

Thanks,
Shawn


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to