Hi,
I tried to understand htmlentities by putting this code into a test.php: [...] The output on the screen is: field1=*Greater input and lower input* field2=<b>Greater input and lower input</b> <b>Greater input and lower input</b> A 'quote' is <b>bold</b> A 'quote' is <b>bold</b> I expected that it would give me in the second line: field2=<b>Greater input and lower input</b> and the lower two lines I expected as: A 'quote' is <b>bold</b> A 'quote' is <b>bold</b> What do I miss understand here
did you try to 'view-source' the page ? -- Ludovic André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php