-
Replied To a Post in Type of Article dropdown box
You just can't, like everyone else. Accept it. -
Replied To a Post in Transitioning to OOP in PHP
So basicly if you pass the code to the MessageFormatter in the example you kinda have what you are looking for? -
Replied To a Post in Automation of things
> Why Im unable to edit my article where I listed what Id change/add? You can only edit for 30 minutes. > just look for sponsorship. We don't tell you … -
Replied To a Post in Transitioning to OOP in PHP
> extending a class is only used to extend and augment the fundamental purpose of the parent class Correct. Sounds to me you're looking at it the wrong way. The … -
Edited win32com.dll -Can't load IA 32-bit .dll on a AMD 64-bit platform
Error loading win32com: java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jdk1.7.0_75\jre\bin\win32com.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform i am getting above error while running my program....my program need to read rfid … -
Replied To a Post in No deletion of post/articles/reviews whatever
Check the feedback forum, there are more threads on the subject of anonymous voting and why it is the way it is. -
Replied To a Post in windows phone 8.1 mobile contacts
This perhaps: https://code.msdn.microsoft.com/windowsapps/Contact-Picker-App-sample-fc6677a1 -
Replied To a Post in Automation of things
> How to revert them? Edit your post and make sure your text cannot be interpreted as markdown, which gets the formatting you're talking about. > And where the hell … -
Replied To a Post in DaniWeb license
If they jump off a bridge, will you too? Just because some do, doesn't mean they all will. -
Replied To a Post in Type of Article dropdown box
> At least change is not visible Change is visible if you switch from article to code snippet for example. The latter is not available in this sub-forum, but is … -
Replied To a Post in DaniWeb license
It won't. It's in-house software and stays that way. At least that's what was said a while ago. -
Replied To a Post in Using HttpWebRequest with Cookies
> probably this is a reason ? Yes, an empty base address is not a valid URI. -
Replied To a Post in Getting MVC project out of GitHub
Just in case, you can find the restore here: -
Replied To a Post in Messed my settings up VS 2010
The app.config you showed is that the one in your solution, or the one in your debug output folder? If that file is not overwritten when built, the running code … -
Replied To a Post in Transitioning to OOP in PHP
> I want to create a class that echoes the message resulting from the validation, however, I'm not sure how to get the results from the validator class passed to … -
Replied To a Post in Monopoly Board Game (CSS3+LESS)
> That looks nice but that aint a Monopoly board! LOL. Well, just the middle is missing ;) But indeed looks nice. -
Replied To a Post in programmingforums.org moderation queue
You'll have to wait for Dani to check it out I think. I'm unable to make changes to your profile. PFO is lacking activity lately, so you won't miss out … -
Replied To a Post in programmingforums.org moderation queue
It put you (Xandy) in the COPPA users somehow, but I'm unable to edit this, probably becasue I'm a mod. Dani, since AD was admin, it might be a good … -
Replied To a Post in Getting MVC project out of GitHub
If you just want to download the ZIP, no account is needed. -
Replied To a Post in MySQL generated .sql gives Cannot add foreign key constraint ERROR
Am not very familiar with Workbench. Did you check "Create dump in single transaction" ? Or perhaps uncheck "create-options". -
Replied To a Post in MySQL generated .sql gives Cannot add foreign key constraint ERROR
It would be easier if you create the tables first, and afterwards add the constraints. Which application generated this script file? -
Replied To a Post in Azure Forum Group?
https://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea#post1962905 See Dani's answer. -
Edited Read This Before Posting A Question
# NOTE # This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply … -
Edited Print all elements in ArrayList
how do I print all elements in an ArrayList?? this my code below. import java.util.ArrayList; /** * Write a description of class PetDatabase here. * * @author (your name) * … -
Replied To a Post in Edit Post Bug
This has been discussed before, so should be a known issue. -
Replied To a Post in Pick the closest number out of dictionary
Perhaps if you use a list instead of a dictionary. You can then order by value, find the one that is less or equal, and then take the next one … -
Edited Help on reading serialized data from file_get_contents
I am able to view content displayed from the API but i'm not able to extract the various contents. my codes are below: function parseInfo($barcode) { $url = "https://archive.org/advancedsearch.php?q=$barcode+AND+licenseurl:[http://creativecommons.org/a+TO+http://creativecommons.org/z]&fl[]=identifier,title,mediatype,collection&rows=15&output=json&callback=IAE.search_hits"; $contents … -
Replied To a Post in how to add new model class
> Is this serious suggestion? Am sure it is. I do think it works when starting something from scratch and you are free to do your own database. -
Replied To a Post in What movie have you seen lately?
[Song of the Sea](http://www.imdb.com/title/tt1865505/) -
Replied To a Post in how to add new model class
> We are just saying that code first is better. Based on what? -
Edited How to get difference in minutes.
<html> <script language="javascript"> function validate(dt1,dt2) { var jdt1=Date.parse('20 Aug 2000 '+dt1); var jdt2=Date.parse('20 Aug 2000 '+dt2); if(isNaN(jdt1)) { alert('invalid start time'); return false; } if(isNaN(jdt2)) { alert('invalid end time'); return … -
Edited How to get difference in minutes.
<html> <script language="javascript"> function validate(dt1,dt2) { var jdt1=Date.parse('20 Aug 2000 '+dt1); var jdt2=Date.parse('20 Aug 2000 '+dt2); if(isNaN(jdt1)) { alert('invalid start time'); return false; } if(isNaN(jdt2)) { alert('invalid end time'); return … -
Edited adding a number to every integer in a list
Hi so i want to add a variable (integer) to every value in my list, how can i do this? Thanks, heres my code, mylist at the moment is [83, … -
Edited how to add new model class
when I added entityfarme work model in mvc Application ..so ultimately it added respected model classes for each table in database .and it added commented line in each class like … -
Replied To a Post in Temporary tables records not invisible in html page
Show your code. -
Replied To a Post in Data is not Loading
Did you add error checking on the queries? -
Replied To a Post in Data is not Loading
You mean schema instead of table? Database is specified in the connection string IIRC. Do you get any errors? -
Replied To a Post in Data is not Loading
$strSQL = "select * from $database.FQ64004 order by SSYQ64LRDT,SSYQ64TJBS ASC"; This assumes a variable named `$database` is set. What value does it have? I suggest you add error checking to … -
Replied To a Post in Insert Multiple Rows
If someone can order more books, why is there no loop in your code (for every cart item)? -
Marked Solved Status for Unable to insert , description text
$descrr = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown … -
Replied To a Post in Logical question: category names from loop
Something like this: $previous = ''; foreach($promotii as $promotie) { if ($previous != $promotie->Marca) { if (!empty($previous)) { echo '</ul>'; } $previous != $promotie->Marca; echo $promotie->Marca . '<ul>'; } echo … -
Edited JSON Array Errors
I'm not able to get the content of this array, please can someone help? Where Am I getting it wrong? Below is the code $barcode = "9780980200447"; function parseInfo($barcode) { … -
Edited Unable to insert , description text
$descrr = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown … -
Replied To a Post in Unable to insert , description text
Closed duplicate, continue here: https://www.daniweb.com/web-development/php/threads/493384/insert-error-in-description -
Replied To a Post in PHP MYSQL Group By Column Name
The GROUP BY makes a group, so it collapses everything that has the same category. What you want is just the ORDER BY on the supporters table (with a join … -
Replied To a Post in Editorial Articles
> Is that functionality not there or can you do it for me please? Missing functionality. Change the title to PLEASE DELETE. That's what Dani advised me last time ;) -
Replied To a Post in Your Favourite IDE or Editor for PHP
http://www.sitepoint.com/best-php-ide-2014-survey-results/ A year old, but pretty much confirms the Sublime/PHPStorm choice. -
Replied To a Post in Updating sql table using html form after retrieving the data from sql table
Looks like `$MSISDN` is not given a value, so the query works but does not find any matching rows. Next to that, directly injecting a comment into your query is … -
Replied To a Post in < and > in PL/SQL
I think the problem is your SELECT INTO could return more than one record, so v_airports might be considered an array. -
Replied To a Post in Apostrophes in SQL statement
`option` is a reserved word, therefore it must be enclosed in backticks. That's why 1 does not work. Query 2 works as it simply does a string comparison that returns …
The End.