Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for starwebmaker09
Member Avatar for david_249
3
1K
Member Avatar for satbir4
Member Avatar for cereal
0
56
Member Avatar for satbir4

Hi all, I have more than 50 pages in a site. suppose, in every page i want to write "ABC" and edit every some days. Please anybody tell me the code how i can call ajax file in php. And complete code for both files.

Member Avatar for almostbob
1
291
Member Avatar for satbir4

case 'forward': $id = $_REQUEST['id']; $con = mysql_connect('localhost', 'root', '') or die("error in mysql connect"); mysql_select_db('database', $con) or die ("error in select db"); if ($con) { $query = "select * from signup1"; $runQuery = mysql_query($query, $con) or die("abc"); while ($abc = mysql_fetch_assoc($runQuery)); { echo "<div>$abc[ID] $id</div>"; } } break; ------------------------------------------------------------------------ …

Member Avatar for kaustavbanerjee
0
195
Member Avatar for sabarinadh.ch

Hi, I want to show a image like join my facebook in the sidebar beside bottom footer. you can see the example here http://www.meritnation.com/ Please give the css code for this .. Thanq

Member Avatar for satbir4
0
143