0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
what collation to use for storing english and French in phpmyadmin(MYSQL) I am using collation "utf8_general_ci", but some french characters are not stored properly in database e.g. "É" is stored as "É" | |
Re: I think http://php.net/manual/en/function.gmdate.php will help you.. ![]() | |
Re: use a string function str_ireplace(find,replace,string,count) like this $str=$_GET['cas_no']; $c_no=str_ireplace("\\","",$str); echo $c_no; | |
Re: just place edit-teacher.php in single quotes rather than placing it in double quotes.. Thats all |