Einzelnen Beitrag anzeigen

momo54321

Registriert seit: 18. Mär 2012
16 Beiträge
 
#7

AW: mittels mysql.pas Wert ändern

  Alt 31. Mär 2012, 11:50
EDIT:
Sorry, nun bin ich ins offene Messer gerannt.
Es funktioniert nun, danke an alle:

aus
mysql_query(myConnect, 'update information_description set description=''''schwarzer Afghane+123'''' where information_id=4'); //query befehl
mach das:
mysql_query(myConnect, 'update information_description set description=''schwarzer Afghane+123'' where information_id=4'); //query befehl
  Mit Zitat antworten Zitat