Posts
 
Reputation
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 #55.0K
~324 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for EnderX

libmySQL.dll and php_mysql.dll and you should enable the extension in the php.ini file

Member Avatar for mmxx66
0
84
Member Avatar for Anaa

maybe the concat function is what you need. [code]select concat('ml_y ','2');[/code] the result: ml_y2 hope it helps, while you post your code.

Member Avatar for mmxx66
0
132
Member Avatar for webbyboy

[code=php]echo("확인 : <input type=checkbox name=reading checked value="ON">&nbsp;&nbsp;");[/code] should be: [code=php]echo("확인 : <input type=checkbox name=reading checked value=\"ON\">&nbsp;&nbsp;");[/code] you should escape the double quotes good luck

Member Avatar for mmxx66
0
108

The End.