-
Edited Audio File Matching Program - C#
I'm trying to write a program than can take two audio files (e.g. WAV) as inputs, compare them, and spit out a number that tells you how similar the audio … -
Edited Introduction
This Forum is probably the best forum that i have ever used and i would just like to say how proud i am to be a member of this forum -
Replied To a Post in Greetings from TierVM
Welcome to DaniWeb. -
Replied To a Post in Hello PC lang
Welcome to DaniWeb. > please don't hold on info to yourself even if it illegal what they asking Please hold back, as this is against [forum rules](http://www.daniweb.com/community/rules)! So before you … -
Replied To a Post in mysqli_query(): Couldn't fetch mysqli
Do NOT use single quotes around column names, use none or backticks instead. -
Edited sql connect failed
Hi Guys as I have mentioned before I'm having problems with connecting my website to a sql database, config.php <?php ini_set('display_errors', true); // change to false when you go live … -
Replied To a Post in sql connect failed
Continued here: http://www.daniweb.com/web-development/php/threads/477271/-mysqli_query-couldnt-fetch-mysqli -
Edited creating a tune..
Hello, I am trying to create a tone, then another tone using this code. It currently only plays one of them. Is there something missing or am i going about … -
Replied To a Post in creating a tune..
Closed. Continue here: http://www.daniweb.com/software-development/cpp/threads/477274/creating-a-tune -
Replied To a Post in String Manipulation
What exactly do you need? -
Replied To a Post in Starting online store
Personally I'd use a professional company for it. Even though I'm familiar with all aspects (being a developer), I'd choose to hand this off, and not just because I'm not … -
Replied To a Post in DBF to SQL
A dbf is a database file. You'll need a dbf viewer to export the data. There are plenty of free ones out there. -
Edited Meta tag for each post in blog
How to make meta tag for each post in php using post for meta description? -
Replied To a Post in Microsoft confirms it's dropping Windows 8.1 support
From the [TechNet blog](http://blogs.technet.com/b/gladiatormsft/archive/2014/04/12/information-regarding-the-latest-update-for-windows-8-1.aspx): "What this means is **those users who have elected to install updates manually** will have 30 days to install Windows 8.1 Update on Windows 8.1 devices; … -
Replied To a Post in sql connect failed
`mysqli_query` needs the connection resource as parameter. -
Replied To a Post in sql connect failed
die("The following SQL Failed $query";)/>/>; should be: die("The following SQL Failed $query"); -
Replied To a Post in Difficult date,time, and miliseconds query
Can't you CONCAT both columns to create a timestamp? -
Edited Mysql data is not fetching more than one
I am using this code to pull out data from database. But the $bathc_no variable is not fetching more than 1 row. Suppose, I have 3 rows in my mysql, … -
Replied To a Post in why switch to windows 8
Because people not wanting to learn new things, MS has changed 8.1 so it starts up on the desktop, the shutdown button is visible in the start screen, and apps … -
Edited HTML,Authentication dialog box
HTML Code -
Replied To a Post in HTML,Authentication dialog box
The image shows the default browser popup for a protected page. Do you want to make a popup that looks similar, or do you want to protect your page so … -
Replied To a Post in New to this website !
Welcome to DaniWeb. -
Replied To a Post in How to hide my HTML source code
> the code is visible. And always will be. -
Replied To a Post in HTML5 validation
Hard to guess without seeing the source. -
Replied To a Post in HTML5 validation
Do you have the HTML5 doctype? -
Replied To a Post in Parallax scrolling
> And I fail at implementing it Do you have a fiddle? What have you changed in the above demo? -
Replied To a Post in How turn on email notification after a thread is answered
Go to "Edit Profile" and enable "Automatically Watch Articles I Post In" -
Replied To a Post in MySQLi INSERT to multiple tables with prepared statements
> I'm going to try it out. I think you're on the right track now. > If you think the PDOobject is better It's different, not better. On a lower … -
Replied To a Post in hello
Welcome to DaniWeb. -
Replied To a Post in How to hide my HTML source code
You can't. HTML is interpreted by the browser, so it's downloaded no matter what. You can obfuscate it a little, or make it harder for inexperienced users, but it's always … -
Replied To a Post in Start at the bottom or top rung?
> I really got going with PHP because I could get almost immediate results in my browser, is this a good idea? To keep someone interested, maybe. To learn programming, … -
Replied To a Post in MySQLi INSERT to multiple tables with prepared statements
In addition. You can keep using `execute` if instead of the method above you execute each query seperately, and start with [begin-transaction](http://www.php.net/manual/en/mysqli.begin-transaction.php) -
Replied To a Post in Hello everyone, Glad to be part of this thriving community
Welcome to DaniWeb. -
Replied To a Post in MySQLi INSERT to multiple tables with prepared statements
> So basically you're saying change if ($stmt = $mysqli->prepare($query)) to if ($stmt = $mysqli->multi_query($query)). No. I suggested to replace `execute` -
Replied To a Post in How Do I Contact A Forum Moderator?
Always? Or once more? Anyway, the reply on the other thread looks normal to me. If you disagree, send me a PM. -
Edited Why responsive web design is require
Hi to all Why responsive web design is require...? -
Replied To a Post in MySQLi INSERT to multiple tables with prepared statements
Have a look at `mysqli_multi_query`, because I think `execute` does not execute multiple queries. -
Replied To a Post in mail() function disabled
> The mail function was disable by my hosting provider Am sure all options are disabled. Probably your only option is to use PHPMailer in combination with a Google account … -
Replied To a Post in How Do I Contact A Forum Moderator?
> Which moderator are you trying to reach out to and why? The matter is resolved. -
Edited How Do I Contact A Forum Moderator?
I am new to this forum and it appears that I don't have the capability to send PMs, even if I knew who the appropriate moderator was. -
Edited How Do I Contact A Forum Moderator?
I am new to this forum and it appears that I don't have the capability to send PMs, even if I knew who the appropriate moderator was. -
Replied To a Post in PHP and SQL syntax error
To summarize the above post, missing closing double quote. -
Replied To a Post in How can i make an online ticket booking web
What do you need help with? -
Edited QR Code Direction ?
Can anyone do me a favor, I'm testing a QR code. Just visit [this](http://www.thecreativesheep.ca/webdesignprojects/largeprojects/qr-test.htm) page, and well you probably know the rest. I just want to know where the QR … -
Replied To a Post in Delete last row inserted
I don't think you can delete the record to be inserted. There must be a way to cancel it, perhaps by throwing an exception (signal). -
Edited Linux, console, ASCII box drawing characters
Hi, I am just playing with C code in the console under Linux. In the old times a fair bit of code was written for a console; programs were operating … -
Replied To a Post in Hi All
Welcome to DaniWeb. -
Replied To a Post in Hello there DaniWeb, Peeps!
Welcome to DaniWeb. -
Replied To a Post in Hello! From Ukraine!
Welcome to DaniWeb. -
Replied To a Post in problem in insert command
MySQLi does NOT throw exceptions (PDO does), check the method result. Anyway, remove `id` from your query and you should be fine (and reverse type and website).
The End.