-
Google PR 0Trustworthiness Excellent
-
Avg. Daily Visitors N/AChild Safety Unknown
-
Avg. Daily Pageviews N/APrivacy Excellent
Mahesh Ruparel
Domain info
Location: | United States |
Registrant: | Automattic, Inc. |
Hosted by: | Automattic, Inc |
Registrar: | MarkMonitor Inc. |
Subnetworks: | 192.0.78.12, 192.0.78.13 |
Social Media Activities
- Facebook likes: -
- Twitter mentions: 12
- Google pluses: -
- LinkedIn mentions: 2
- Pinterest pins: -
- StumbleUpon views: -
Web Safety
- This website is malware-free.
- Status ok
Sites associated with the same registrant
Whois
Maheshruparel.wordpress.com popular pages to visit
PHP : Create array from MySql recordset | Mahesh Ruparel
This PHP code is to create array from MySql record set. <?php $sel="SELECT * FROM table_name"; $rs=mysql_query($sel); $i=0; while ($row = mysql_fetch_assoc($rs)) { $array[$i] = $row; $i++; } ?>
Mahesh Ruparel
Mahesh Ruparel
Here’s an excerpt:
600 people reached the top of Mt. Everest in 2012. This blog got about
9,800 views in 2012. If every person who reached the top of Mt. Everest viewed this blog, it ...
MySql – Conditional display order | Mahesh Ruparel
This is the select statement in MySql to get records in order with parent and child view. SELECT *, CONCAT( if(parent_id > 0,(select display_order from `table_a` C where C.id = P.parent_id),''), if(pa...