Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #12.3K
~193.32K People Reached
About Me

Blogger and Software Developer

Interests
Programming
PC Specs
Core-2-duo

15 Posted Topics

Member Avatar for trevalen02

It's your motherboard ... by easy stages, the led wouldnot blink again, just check the motherboard to the technician and perhaps it needs to replace

Member Avatar for Al-Fareed
1
154K
Member Avatar for happygeek
Member Avatar for XP78USER
6
10K
Member Avatar for pravinkumar1

I found two cases, perhaps, it can help you: 1. heat issue: check the active-heatsink/fan and try to change it with better one. 2. It's motherboard issue.

Member Avatar for MidiMagic
0
647
Member Avatar for Stefce

See this code: $result = $conn->query($sql); Try to change it into like this follows: $result = $conn->mysql_query($sql);

Member Avatar for broj1
0
460
Member Avatar for Zahid_6
Member Avatar for zahidmehmood
0
210
Member Avatar for rpv_sen

If I'm not wrong, this is what you want (I'm modifying the code): <script> $(document).ready(function() { $('#btnClick').click(function() { var text_value = $("#text1").val(); document.getElementById('text2').value=text_value; }); }); </script> To see the demo, check here: http://jsfiddle.net/alicera/8h3ngqrk/

Member Avatar for rpv_sen
1
462
Member Avatar for samson.oba.77

You can do with two option, pure HTML or javascript/jquery: for example, you have a file "footer.html" to be included in index.html 1. in Javascript <script> $(function(){ $("#include_html").load("footer.html"); }); </script> inside <body> tag (or, where you want to include the file (footer.html)), place this: `<div id="include_html"></div>` Note: If you have …

Member Avatar for samson.oba.77
0
23K
Member Avatar for Harrison_2

It's the problem in Motherboard. Does the indicator (power/hdd) blink? if it does, the motherboard needs to check or replace

Member Avatar for Sintu Y Uyassi
0
415
Member Avatar for Papa_Don

The code does not look clear for me. But "The endless loop" is caused by On Error Resume Next Try to change it into: on error goto ..... to check if there is something wrong in your code (why it(2nd) can't open)

Member Avatar for Papa_Don
0
289
Member Avatar for widy.guilias
Member Avatar for pravinkumar1
Member Avatar for sweexee
Member Avatar for zahidmehmood

Building a website is not as much. it's about USD 30 dollars. If you need a real free one, wordpress is the best choice.

Member Avatar for Alicera Nz
0
81
Member Avatar for iamjin100

well, I'm late ... it should be: <form action="insert.php" method="post" autocomplete="on">

Member Avatar for Alicera Nz
0
411
Member Avatar for davy_yg

The End.