本文介绍了如何修复显示Word简历的PHP / HTML网页与时髦的字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个文字区域,人们可以切割&粘贴他们的简历。

不幸的是他们经常剪掉&将他们的Word简历粘贴到

textarea,时髦的角色等等。


这会导致人们在HTML结尾时显示错误。

查看将这些简历存储为MySQL文本字段条目的页面。


如何解决此问题,以及如何修复已经显示的那些

以这种方式进入?


Thanx

Phil

I have a textarea where people can cut & paste their resume.
Unfortunately they often cut & paste their Word resume into the
textarea, funky characters and all.

This causes the display to be mangled from the HTML end when people
view pages with these resumes stored as a MySQL text field entry.

How do I fix this, also, how do I fix the displays of those already
entered this way?

Thanx
Phil

推荐答案




这篇关于如何修复显示Word简历的PHP / HTML网页与时髦的字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 22:07