-
Replied To a Post in Time to ask that question again ...
> server side js How is that different from the Javascript/AJAX forum? -
Replied To a Post in How to make Auto Complete Text Input (List) ?
http://jqueryui.com/autocomplete/ -
Replied To a Post in Help Sanitizing SQL requests
Are you concatenating strings to build your query? If so, switch to using parameters. -
Replied To a Post in Samsung Vs Ipad
What are your requirements? -
Replied To a Post in VB the combobox y cant come out
Line 8 is not a valid query. -
Replied To a Post in Assalamualaikum
Welcome to DaniWeb. -
Gave Reputation to happygeek in Blowing my own trumpet
As the title says, I'm just bigging myself up here but am stoked to have won the award for 'Best Investigative Feature of the Year' at the BT Information Security … -
Edited Greetings
Hello everyone. i'm new here. -
Replied To a Post in Greetings
Welcome to DaniWeb. -
Replied To a Post in Database index
It means that an index entry knows the exact position of it's record on disk. -
Edited PHP Prepared Statement
Hi Everyone, I have the following prepared statement and I am having problems displaying data from my test db Can someone help me out please. $STM = $dbh->prepare('SELECT * FROM … -
Replied To a Post in Happy Coding to Everyone.
Welcome to DaniWeb. -
Replied To a Post in How to insert data in one or more mysql tables using php
Do you get an error? -
Replied To a Post in How to insert data in one or more mysql tables using php
Line 31 overwrites line 26. In between you should have what's on line 38. -
Replied To a Post in database question
What topic are you most interested in? There are so many. -
Edited avast pop up a webshield blocked message when i am browsing anything
when i browse anything using Mozilla firefox,chrome,torch my avast anti virus i have already installed can pop up a webshield has blocked a harmful webpage or file message always.what i … -
Edited Apache Xampp
I have Skype installed on my PC, as i knew using port 80 as default. Then, i changed httpd.config to 8080, but my apache not starting After did a little … -
Replied To a Post in My Respects.
> Can this be moved onto the correct thread diafol? Unfortunately, we cannot merge threads. -
Edited database question
Hi!I'm stundent in year 2 in computer science i would ask all frind to tell me the best book that i can read so that i get better knoledge about … -
Replied To a Post in what elements in masterpage
> I set the class to change to active when the value of the variable changes, but I'm not resetting the class to " ", This is set to `""` … -
Replied To a Post in what elements in masterpage
The master already exists in the pages (property `Master`). You need to do: if (Master is Site) (Master as Site).ActiveClass("OPLink"); instead of creating a new master page. -
Replied To a Post in what elements in masterpage
Exactly. > where do I put the target page within an asp link by the way? `Target="About.aspx"` -
Replied To a Post in File Upload
Check permissions with cPanel or a decent FTP client. -
Replied To a Post in help it
Can you be more specific? -
Replied To a Post in File Upload
Does the path have write access? Does the file size exceed the maximum as defined in the php.ini file? -
Replied To a Post in File Upload
> I'm having problem with uploading the file to the server. What problem? -
Replied To a Post in what elements in masterpage
> Thanks, but I presume that even if I add a public method I still need to somewhow figure out which page to add the active class to, as JorgeM … -
Replied To a Post in Mismatch in reputation points
You mean endorsements? The overview shows the total, the icon in Software Dev the sub-total for that forum. -
Edited java
Hi how do I remove [] in my arraylist my sample output is [[3, 6, 5, 1, 2, 8, 50, 6, 1, 3, 1, 54, 1, 3, 1]] I just … -
Edited hallo
Hello,i am very happy that i could be a number of you forum.Hope we can learn from each other. -
Edited khan
HoW Are U To Aal FriEnds -
Replied To a Post in khan
Welcome to DaniWeb. -
Replied To a Post in Hello
Welcome to DaniWeb. -
Replied To a Post in what elements in masterpage
> Or you can try to do this from the individual pages, but then you have to access the controls that are on the master page. I'd add a public … -
Replied To a Post in what elements in masterpage
> how do I then place the class in the right place on the right page? If you use `<asp:HyperLink ID="HomeLink" runat="server">Home</asp:HyperLink>` instead of `a`, then you can add `HomeLink.CssClass … -
Replied To a Post in how to store mobile numbers in a variable with comma seperator using pdo
Why not use: SELECT GROUP_CONCAT(mobno1) AS mobno1, GROUP_CONCAT(mobno2) AS mobno2 FROM custreg -
Replied To a Post in mySQL update querry not working
See here how to check for errors: https://www.daniweb.com/web-development/php/code/434415/using-phpmysql-with-error-checking -
Edited mySQL update querry not working
cannot update the db with below query. little help will be much aprreicated. Thanks in advacne $order_number=$_GET['order_number']; $invoice_id=$_GET['invoice_id']; $credit_card_processed=$_GET['credit_card_processed']; $total=$_GET['total']; $key=$_GET['key']; $email=$_GET['email']; $query = "UPDATE register_users SET order_number=$order_number, invoice_id=$invoice_id, credit_card_processed=$credit_card_processed, … -
Replied To a Post in mySQL update querry not working
You are missing single quotes around the varchar columns. It would be best to add some error checking, so these kinds of mistakes are easily spotted. -
Edited vb.net
train travels 40 miles .per hour for 3 hours, the distance traveled is 120 miles. need input box asking for the speed of the vehicle in miles per- hour, followed … -
Replied To a Post in Navigation Tab
http://jqueryui.com/tabs/ -
Edited Meaning of the sql query
Can someone help me explain the coding? if(isset($_SESSION['patron_ID'])) { set_time_limit(0); include 'dbconnect.php'; $studylevel1 = $_POST['studylevel']; if(isset($_POST['submit'])) { do { $senderid = $_SESSION['patron_ID']; $studylevel1 = $_POST['studylevel'];}}} -
Replied To a Post in mysql_fetch_array() expects parameter 1 to be resource
Line 16 of your OP snippet... -
Replied To a Post in Unknown column 'pcinumber' in 'field list'
> Unknown column 'pcinumber' in 'field list' Does this column exist? -
Edited Unknown column 'pcinumber' in 'field list'
Hi.. I'm getting error in my query.. while using it in oracle it is working.. But when using it in mysql it is not working.. i'm getting error as insert … -
Replied To a Post in How to create a instead of trigger to prevent Duplicate number insertion
Why not use an IDENTITY column? You can prefix the DO and zeros in a view or query. -
Replied To a Post in Hi
Welcome to DaniWeb. -
Replied To a Post in Buying a lapsed domain
http://www.mikeindustries.com/blog/archive/2005/03/how-to-snatch-an-expiring-domain Old, but I don't think much has changed. -
Replied To a Post in Dynamic element on click is not working
Instead of $("#action").on("click", "a.a", function() { try using: $("ul.dropdown-menu").on("click", "li > a.a", function() { Side note: `id` should be unique, so it would be better to use `class="action"` -
Replied To a Post in Online Survey in PHP
If you already have a logged in user, I suggest storing his vote in the database somewhere. That way he could change his vote if you allow it. You can …
The End.