8,966 Posted Topics
![]() | Re: I've looked and this book is available online for $10. > companies are all about money and tend to rip their customers off Of course they are, how else would they be able to afford people like us... |
Re: Absolutely brilliant. Now give them an even older one, with punchcards ;) | |
Re: Where and how are you creating your tables? There could be a policy in place. | |
Re: > anything what you can write a lot about it Building/maintaining/upgrading a website. | |
Re: Try: $i = 1; $str = ''; foreach ($row as $column => $value) { str .= " data-column{$i}='{$value}'"; $i++; } echo $str; | |
Re: [El Reg / Vulture Central](http://www.theregister.co.uk), I like how they bring it. | |
Re: $product = $_GET['Product_id']; // This should match the URL | |
Re: > now am left stranded in which language I should develop the site. Choose what you know. Both technologies can handle a lot of data easily (assuming ASP.NET, not classic ASP). | |
Re: It's not a glitch. The post voted down must have been upvoted, so the result is nothing. The downvote results page only shows posts which are negative. | |
Re: Perhaps a non-admin changed something to it? Just a guess, because mods cannot (couldn't?) create tutorials, so if there was an edit, it might have been reverted to a thread. | |
Re: Be careful with that. Tax issues are different per country, and change yearly. Are you really that fluent on the topic ? | |
Re: Line 20 is not valid PHP, that could break it. | |
Re: Quantum computing. http://www.theregister.co.uk/2014/06/13/quantum_computing_contextuality_magic_states_university_waterloo/ | |
Re: Why not just go here: http://www.microsoft.com/en-us/download/details.aspx?id=42299 BTW, just now looked closer, and this link is also in the comments section of your first link Rev ;) | |
Re: If you select a file from your computer it's not automatically uploaded. So either choose an image on the server, or upload it first. There is information about this in the documentation. | |
Re: I doubt it, because that is actually an OS setting. However, there are other ways such as this: http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/ | |
![]() | |
Re: I think it should be: CREATE TABLE empl ( ID INT NOT NULL AUTO_INCREMENT, FirstName CHAR(30), LastName CHAR(30), Age INT, PRIMARY KEY (id) ) | |
Re: http://www.daniweb.com/software-development/java/code/476537/homework-pyramid | |
http://www.daniweb.com/web-development/php/threads/480556/listbox-onchange-event-to-trigger-php-function In Opera and IE11 the image is pushing the code to the right. | |
Re: http://blog.shvetsov.com/2013/04/using-git-with-dropbox.html Read the comment here: https://gist.github.com/nvk/2422780 There are a lot more of these to find. | |
Re: > it is showing an error What error exactly? | |
Re: Count the checked checkboxes. Button is enabled when there are more than zero. var checkCount = $(".chck:checked").length; | |
Re: > SELECT FROM articles WHERE id='$id' SELECT * FROM articles WHERE id='$id' | |
Re: You should set the `$screen` variable from `$_GET['screen']` instead of `echo`ing it. | |
Re: Are you referring to the IP address PHP is showing you? It's showing the IP address of the gateway, you don't have access to the internal IP. | |
Re: > when can one get the skill endorsements Anytime, when someone thinks you are good enough in one of the topics/forums you are posting in. | |
Re: > ODBC configuration in Windows http://www.daniweb.com/hardware-and-software/microsoft-windows/99 Would be my choice. | |
![]() | |
Was updating tags, at some point I got to this: http://www.daniweb.com/tags/tables Is this a caching issue? It's showing "usability" and "excel". I do come across tags in the tagclouds, where the link goes to the "Oops" page (e.g. http://www.daniweb.com/tags/three). Am guessing it's because I removed that tag, but the cached … | |
Re: > can't find a way to associate a name with a socket I don't think you can. Just send the username as the first data. | |
Re: I sent a PM to Dani about it an hour ago. Happened last week too. Some Javascript issue. | |
| |
| |
Re: Perhaps you've seen this one? http://stackoverflow.com/questions/12466816/moving-code-from-mercurial-to-tfs | |
Re: Don't know how your list looks, but it should be something like this: var a = 1; // your dropdown value var result = list.Where(item => item.A == a).Select(item => item.D * item.B / item.C); | |
Re: Line 21 is a bracket, not a curly one. Line up your curly brackets, then you'll see the problem. | |
Re: Closed. Please add this as a reply to your original thread. | |
Re: Can you show examples of phone numbers you want to match? | |
The End.