Hello All- I'm new to this forum. Looks great. Me and my client are trying to enter some info into his dbase using phpmyadmin in our control panel and getting an error message. What can be wrong in this piece of code?
>INSERT INTO OFFER(OID,MID,OFFER_URL,B_DATE,E_DATE)VALUES(1,1,"<b><a href="" "" target="" "">Hot Deal <br></a></b>This is an Apparel Link",curdate(),curdate());
Looks like there may be a problem with the & Quote when entered into phpmyadmin, we get the following error message:
Error
SQL-query :
INSERT INTO OFFER( OID, MID, OFFER_URL, B_DATE, E_DATE )
VALUES ( 1, 1 , & quot
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"' at line 1
If you need more info, please I will be happy to provide . . .
Thanks!