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
~9K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for meempat

I am just trying a simple code which executes on a form submission ( self). It runs perfect in local. But shows "Error: No database selected" in the remote server. Can anyone say why ? Thank you [CODE]<?PHP $con = mysql_connect("localhost","aby","pass123"); if (!$con) { die('Could not connect: ' . mysql_error()); …

Member Avatar for diafol
0
5K
Member Avatar for joy12

You can use the following tools to get the backlinks. Try for quality work - You can visit w3seotools.com . You can also[ add your URL](http://www.w3seotools.com) to the directory. Social Bookmarking Directory Submission Article Sumbissions Squido/Hub Pages Blog Submission Classified Ad Submission Press Release Submission

Member Avatar for Manish02
1
1K
Member Avatar for OldDeveloper01

[CODE]<input type="text" value="username" NAME="user name">[/CODE] Remove value and it will be ok

Member Avatar for pzuurveen
0
1K
Member Avatar for faruque jani
Re: seo

Submit your website. Be careful you take the exact category of your website. Try w3seotools.com. YOu can also [add your url FREE](http://www.w3seotools.com) with them Social Bookmarking Directory Submission Article Sumbissions Squido/Hub Pages Blog Submission Classified Ad Submission Press Release Submission

Member Avatar for madison707
-1
240
Member Avatar for riaxesystems
Member Avatar for meempat

Can anybody suggest me what is wrong in this code. I am trying to populate data from table to list field. Its showing error "Parse error: parse error in C:\wamp\www\matr\index.php " [CODE] </div><div style="padding: 3px 0px;"> <select name="countryofresidence" style="width: 140px;"><option value="">Doesn't Matter</option> <?PHP $sqlCountry = "SELECT * FROM countries order …

Member Avatar for g-fer
0
99
Member Avatar for Monster Killer

Nice Logic [CODE]$total_pages = round($total_pages1, 0, PHP_ROUND_HALF_UP);[/CODE] i think it is better to use ceil() instead of round() here

Member Avatar for Monster Killer
0
209
Member Avatar for meempat

Can Any body help with this script. I am not an expert in PHP I am displaying images 4 each in a page and the last image is repeating. unset is not working. [CODE]<?php $ar=scandir("hairupdo"); $n=0; $h="hairupdo"; $cnt=0; $numofimages=count($ar)-3; $imagesperpage=4; $numberofimages=0; $pages=ceil ($numofimages/$imagesperpage ); $gid=$_GET["id"]; echo "<table width=100 border=0 cellspacing=5 …

Member Avatar for meempat
0
154

The End.