Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #37.0K
Ranked #4K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

5 Posted Topics

Member Avatar for مصعب علي

A shot in the dark. Sorry I can't test this; I don't have a named instance. Try escaping the backslash: "server\\instance" Please let us know how it turns out so some of us can hang on to the remaining few hairs we have.

Member Avatar for pritaeas
0
1K
Member Avatar for lifeworks

If all I needed to know is how many votes a story received I would update one field with +1. If I had the need to distinguish one vote from another (like source IP, user name, date/time, etc.), I would have no choice but to record them in a separate …

Member Avatar for Member #334542
0
102
Member Avatar for jjemphoung

I'm assuming you have a wireless router like a Linksys or D-Link, in which case the firewall is probably blocking incoming requests. You must configure your "router" to forward requests on port 80 (http) to the address of your laptop. You should set your laptop to have a static IP …

Member Avatar for jjemphoung
0
127
Member Avatar for lbrown1179

Laurie; Hope I got this right... I just did search and replace using Textpad. Didn't check it properly. Please post a reply if it's still messed up. [CODE=php]<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" …

Member Avatar for lbrown1179
0
128
Member Avatar for iqra123

Because the first record inspected in the loop is not the one you're expecting, so it goes to the else. To verify, delete all users but one (need I mention to take a backup first) and test again. This is most definately not the best way to accomplish what you're …

Member Avatar for iqra123
0
92

The End.