Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for aamna@daniewb

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 "É"

Member Avatar for cereal
0
132
Member Avatar for waseem.usman.92
Member Avatar for diafol
0
249
Member Avatar for harsha.netpem

use a string function str_ireplace(find,replace,string,count) like this $str=$_GET['cas_no']; $c_no=str_ireplace("\\","",$str); echo $c_no;

Member Avatar for simplypixie
0
148
Member Avatar for Riu 2009

just place edit-teacher.php in single quotes rather than placing it in double quotes.. Thats all

Member Avatar for Riu 2009
0
4K