hi zusammen
ich will das die " im textfeld text als
	
 in die db geschrieben wird ....
ich mach das im moment so:
	
nur leider schreibt er \
	
weiss jemand woran das liegt ???
gruss blume
					ich will das die " im textfeld text als
PHP-Code:
	
	
" 
ich mach das im moment so:
PHP-Code:
	
	
$text = str_replace('"','"',$text); 
PHP-Code:
	
	
" 
gruss blume
          

							
						
Kommentar