|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-13 08:29 UTC] sterling at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 01:00:01 2026 UTC |
/* the following is the content of a <textarea></textarea> HTML tag */ /* this (") and this(') give some trouble */ /* if the textarea name is $body, I do something like this : */ $ofile=fopen("/tmp/tempfile", 'w'); fwrite($ofile, $body); /* when i go and read $ofile, it utputs like this : */ this (\") and this(\') give some trouble /* It happens both with RC1 and RC2. I used to work with php-3.0.12, I updated the software on the server to both the latest versions, but I had to installa 3.0.12 back! Any Idea? bye Daniele */