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
~171 People Reached
Favorite Forums
Favorite Tags
Member Avatar for poolanex

im looking to convert this code using prepared statments if possible but am open to suggestions [CODE=php] function list_owner_notes(){ $id = $this->id; $sql = "SELECT nid, title FROM notes JOIN hubs ON notes.hub_url=hubs.hub_url WHERE owner = '$id'"; $result = mysql_query($sql) or die(mysql_error()); $notes = array(); / for($i=0; $row = mysql_fetch_array($result, …

Member Avatar for nileshgr
0
99
Member Avatar for poolanex

Im trying to set up a home web server using Apache. I have Verizon dsl as my service provider and have been told that the block alot of the ports. I set up port forwarding to several port(8080,2047,2555) but no luck in getting through to my site. Can sowemone please …

Member Avatar for cguan_77
0
72