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 #72.7K
~278 People Reached
Favorite Forums
Favorite Tags
Member Avatar for nsahi

I am developing a website, and I have no web designing or computer programming knowledge. After reading up on web design, I have found out that I should use XHTML over HTML. I was just wondering whether I need to learn HTML to understand XHTML.

Member Avatar for shironui
0
139
Member Avatar for nurmd

i want search ,whene i want search this time show all same information from sql server using by php code case "search": $ID=$_POST['ID']; $bodyInfoText="$ID"; include("db_connect.inc.php"); $SQL="select * from tbl_person where kamal='%$ID%'"; $result=mysql_query($SQL,$con); if($result): if (mysql_num_rows($result)==1): $bodyInfoText="show_user_info.inc.tpl.php"; else: $bodyInfoText="$ID $Pass inValid user"; endif; else: $bodyInfoText="Fail to select :".mysql_error($con); endif; break; but …

Member Avatar for AMADH
0
139