posty
23-06-2005, 21:41
Ich bitte um Hilfe, und wenn es nur ein Link zum nachlesen ist wäre ich äußerst dankbar.
Mein Problem:
Ich möchte HTML-Code in die DB schreiben.
z.B.
<table border="0" bgcolor="#0066FF" width="100%">
Momentan schreibt PHP mir jedesmal ein Slash
<table border=\"0\" bgcolor=\"#0066FF\" width=\"100%\">
Mit welchem PHP-Befehl bekomme ich den Slash weg ?
Im voraus beten Dank.
Mein Problem:
Ich möchte HTML-Code in die DB schreiben.
z.B.
<table border="0" bgcolor="#0066FF" width="100%">
Momentan schreibt PHP mir jedesmal ein Slash
<table border=\"0\" bgcolor=\"#0066FF\" width=\"100%\">
Mit welchem PHP-Befehl bekomme ich den Slash weg ?
Im voraus beten Dank.

