Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~10.4K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for sktthemes
Member Avatar for happygeek

I think its not easy to hack PHP web site.Depend on programmer how to done php code in this website php scripting level is very then chance to hackers hack this site. But some time if you use post method hack cant be identify page name and which type of …

Member Avatar for Gaetane
4
629
Member Avatar for soniasharma924

If you want to mysql connection on serverside as well as clint side both connnections are same,I think your not include connection files in serverside scripting means config file also inlcude in your header.Then check againg your problem will be solved. Just include your connection files in Header.

Member Avatar for sktthemes
0
181
Member Avatar for dyea.marcello

Just using following code you solve this problem.If you use '@' this is used to hide an error its not a solution of this error.Just using mysl_num_rows () function you solved this problem eg. <?php $result2 =mysql_query($qry); $numrow = mysql_num_rows($result2); if($numrow >0) { while($row = mysqli_fetch_array($result2)) { //Your code here....... …

Member Avatar for pzuurveen
0
170

The End.