Posts
 
Reputation
Joined
Last Seen
Ranked #703
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
74% Quality Score
Upvotes Received
25
Posts with Upvotes
19
Upvoting Members
12
Downvotes Received
8
Posts with Downvotes
5
Downvoting Members
6
10 Commented Posts
~58.7K People Reached
Favorite Tags
Member Avatar for anetry

My toshiba laptop screen suddenly turned black,but if looking closely you can still barely see what is on the screen, like the screen saver turned it self on, but I restarted my computer many times and it loads up but still no results. I had this problem about 4 months …

Member Avatar for mariah1902
0
13K
Member Avatar for FarrisFahad

Hi everyone, Let's get to the question ... I am wondering if it is possible to build links or get higher ranking doing PPC. this is my theory, why don't people spend money on PPC to get visits and then those visitors will do SEO for them by linking to …

Member Avatar for sandy_5
0
680
Member Avatar for jorwill.harion

I have this code that will display whatever that was checked in the checkboxes, but the problem is that this should be an Updating code and not just Adding information, would someone help me with this. Any help will be highly appreciated, thank you very much, it's for my thesis …

Member Avatar for April_3
0
258
Member Avatar for iamthwee

Hi guys, It gives me great pleasure to announce that I will be collaborating with fellow Daniwebber Veedeo in creating a fully baked, no nonsense CMS in Codeigniter. I will be overseeing the overall look and feel, PHP and jquery. I will need to discuss how the CMS is licensed …

Member Avatar for edbr
7
1K
Member Avatar for imti321

I am getting this error while trying to login to my school managment software.It gives error message when i dont write anything in username and password but when i type correct login details it gives this error An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll Additional information: A connection …

Member Avatar for imti321
0
226
Member Avatar for <M/>

I am just bored... and curious... and i have not made a thread here in a long time. What languages can you guys speak? Atm, for me: 1. English 2. Farsi (simplified and mixed version of dari) 3. Dari (basically same as farsi, but more formal and traditional, if you …

Member Avatar for iamthwee
0
498
Member Avatar for imti321

I have a problem in this code .this code is for adding question to database.please advise thanks in advance. <?php include('includes/header.html'); ?> <div class="row"> <div class="col-md-offset-2 col-md-8"> <h1>Add Quiz</h1> <form action="process_quizAdd.php" method="post"> <div class="form-group"> <label for="question">Ask Question</label> <input type="text" class="form-control" id="question" name="question" placeholder="Enter your question here"> </div> <div class="form-group"> <label …

Member Avatar for imti321
0
387
Member Avatar for richardham31

I want to learn web design. As far as I Know the first step is to learn HTML. I hope I will learn this in this community. Want to learn from all of my friends here. Thanks

Member Avatar for jenniferjudy2
0
322
Member Avatar for imti321

I dont know where i am going wrong tried to solove this but cant Index.php <form class="form-horizontal" role="form" method="post" action="index.php"> <div class="form-group"> <label for="name" class="col-sm-2 control-label">Name</label> <div class="col-sm-10"> <input type="text" class="form-control" id="name" name="name" placeholder="First & Last Name" value="<?php echo htmlspecialchars($_POST['name']); ?>"> <?php echo "<p class='text-danger'>$errName</p>";?> </div> </div> <div class="form-group"> <label …

Member Avatar for iamthwee
0
466
Member Avatar for davy_yg

Hello, I am looking for a good bootstrap forum. Any idea who knows which forum best to learn bootstrap? I have posted in several bootstrap forums and not even one person reply my question. Please help? Thanks before. Davy

Member Avatar for iamthwee
-2
138
Member Avatar for [NOPE]FOREVER

I have an enquiry form where once the user click the submit button the form mailhandler.php and sends the email to myself. I have tried doing this through php but its not fully working as I do not recieve any emails. Here is my mail handler.php <?php if(isset($_POST['buttonSubmit'])){ $to = …

Member Avatar for imti321
7
488
Member Avatar for Rabia_3
Member Avatar for imti321
0
106
Member Avatar for codewall
Member Avatar for pritaeas
0
182
Member Avatar for vidyaranya

Is Link Building necessary to rank no 1 on google.is their any other way to rank website on google top position for certain keywords with out doing much of linkbuilding ?

Member Avatar for Derrick_2
-2
255
Member Avatar for SimonIoa

I just installed ZEND STUDIO to make a mobile application out of my php files. Does anyone knows any good tutorial or examples?

Member Avatar for SimonIoa
0
346
Member Avatar for <M/>

I am trying to update my avatar and for some odd reason it says that I am 100 years old and I can't update it? My birth year is '98 and every time i update my avatar, it shows back 08/08/1914 (i keep udpdating my proper birth year)... and it …

Member Avatar for deceptikon
0
471
Member Avatar for Bile

-Hellow DANIWEB?... -I've been wondering if there is a way I can Use My Own Warning Message instead of that provided by Php during file include Failure... -**NOTE:**I dont intend to Mean Error Messages that We can write to a User when something goes wrong,like failure of inserting data inputs …

Member Avatar for Bile
0
242
Member Avatar for aeinstein

Hi All, I would greatly appreciate considered recommendations on books pertaining to HTML5, CSS and Javascript, for starters, either as dedicated subject reference or in some combination. If a combintion of these subjects are addressed in a given book then additional subject matter (such as game applications, jQuery, mobile applications, …

Member Avatar for iMadhusanka
0
431
Member Avatar for zebnoon1

Dear friends, I developin a webside in php where clients can send their enquiry of material.I have text boxs which clients will fill when click add button this enquiry will goto down table on a same page.. Please give me idea.??

Member Avatar for zebnoon1
0
358
Member Avatar for davy_yg

Hello, I am trying to create a delete button when you press the delete button it takes to a list of codes to delete the row. input_image.php <?php $i=0; while ($data = mysql_fetch_array($result)){ $result2=($i%2)?'#DFA09D':'white'; //echo "<tr bgcolor='$result2'>"; //echo '<td>'.$data['page'].'</td>'; //echo "<td><a href='post.php?post_id=".$data['post_ID']."'><img src='../images/post.jpg'></a></td>"; //echo '</tr>'; echo "<tr bgcolor='$result2'>"; echo '<td><a …

Member Avatar for davy_yg
-1
162
Member Avatar for razamughal67

We add a Default Tweet Button API on my site. it's work perfect and load new window and send the tweet. but i want to get the value of the tweet count id. or if anybody click on the tweet button and submit a tweet . then my page show …

Member Avatar for razamughal67
0
383
Member Avatar for nadiam

hello. i have a div and a list of images. these images are cloned into the div by clicking on a button using `.append()`. the issue is that the elements gets cloned outside the div when it reaches the bottom of the div. and i dont want to have to …

Member Avatar for Troy III
0
277
Member Avatar for sergio_pb

Hello guys, I create a software in vb.net to consulte my database (mysql) with table adapter and connections string, normal and simple application. Now I need to make a publishing, but when I install the aplication in another intranet pc, this pc cant connect my database. I know i need …

Member Avatar for sergio_pb
0
124
Member Avatar for AntonyRayan

while updating an user profile , if I update a new image ,it updates the new image and displays it. If I update other fields without updating image field , it updates others, but it does not showing the image. How to display it?

Member Avatar for lps
0
148
Member Avatar for Santanu.Das

Today, I get an mail from DW, though I get some mails everyday normally. But it attaracts me and raises my curiosity, for it's title "**You've Earned Rewards Points** and I can cashout it as per a line in my mail > Rewards points can be cashed out for real …

Member Avatar for imti321
0
356
Member Avatar for samjom

Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner.

Member Avatar for samjom
0
284
Member Avatar for imti321

If i delete recored 1 next when i want to view the table i shall see recored 1 deleted and in that place recored 2 shall be named as recored one.By record i mean id <?php //var_dump($_POST); i used it to check if $_POST array contains the values or not. …

Member Avatar for imti321
0
166
Member Avatar for harishprakash
Member Avatar for TazaZaza

Hello the best crew, First i wish all of you happy new year and all the best wishes. Second if i have a two forms , with two datagridviews. first one is products , second one is orderline. i need to set a button on the first cell in the …

Member Avatar for imti321
0
276
Member Avatar for gilgil2

Hi, Does anyone have any experience of switching from one online payment processing system to another? Eg from Worldpay to Netbanx, PayPal etc. How complicated was it for you? And would you avoid doing it again if you could? Thanks

Member Avatar for imti321
0
98