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

Hi all friends, How i can increase my website backlinks. Google shows very less backlinks for my website <snip>. Please suggest some new tips to increase backlinks fastly.

Member Avatar for Manish02
1
1K
Member Avatar for OldDeveloper01

Hey if anyone could help me out, that would be superb. It is probably something simple but i am always getting undefined index messages. This is the latest example. [B]Notice: Undefined index: savebtn in C:\xampp\htdocs\practice\editprofile.php on line 20[/B] And this is the php. [CODE] if ($username){ require ("scripts/connect.php"); if ($_POST['savebtn']){ …

Member Avatar for pzuurveen
0
1K
Member Avatar for faruque jani
Member Avatar for madison707
-1
239
Member Avatar for riaxesystems

Hii All i want to know that how to bring a website alexa traffic rank within 100000.please help me so that i can bring my site alexa traffic 100000 it is now abobe 400000.

Member Avatar for EthanBronner
0
430
Member Avatar for L-Lists

A huge [search engines list](http://l-lists.com/en/lists/qukoen.html) (396 on the list so far). The list includes general purpose and specialised search engines, metasearch engines and stand-alone engines, and search engines which cater to certain countries or languages. Registered users can add to the list. On [L-Lists](http://l-lists.com/) there are also separate lists for: …

Member Avatar for L-Lists
-1
294
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
97
Member Avatar for Monster Killer

Hello. I have made a PHP script that gets news data from a database and i used pagination to split it into page. I have it fully working with page numbers but i would like to know how i would make it only display 10 page numbers at the bottom …

Member Avatar for Monster Killer
0
208
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
152