Posted by J2be on 09/28/17 11:40
<gogaz@rediffmail.com> wrote in message
news:1140446827.045283.223470@g47g2000cwa.googlegroups.com...
> Hi,
>
> I received the mysql database dump in a .sql file and restored it on my
> computer. The website code files are php files. Now the few mysql
> tables have text fields and data includes pound and apostrophe signs.
> Now i am a beginner with php and mysql stuff and dont kno much about
> setting php.ini file or init.inc files!!
>
> Its not being displayed properly in web browsers and showing question
> mark for pound sign and some weird characters for apostrophe signs
>
> Please help... its an emergency!!
>
> Thanks and Warm Regards
>
It's possible that you've various "Notice" in the output, if so just set
error_reporting = E_ALL & ~E_NOTICE
in the php.ini file.
Notices = Bad scripts.
If you've different kinds of errors you've to paste the errors (if few
lines)
and/or publish all the code.
Regards.
--
----
Leonardo Armando Iarrusso - J2Be
www: http://www.J2be.com - e-mail: info[at]J2Be.com
Navigation:
[Reply to this message]
|