-
Replied To a Post in live chat working fine on localhost but in server send response very late.
Says it's offline. -
Replied To a Post in Custom intranet or use existing CMS/other platform?
SugarCrm perhaps? -
Edited to organize complete video and pdf mobile maintenace pack
Hey everyone lately i was thinkin' to learn how to maintain mobile devices (from the normal ones upto the smartphones) problem is i ain't got no electronics knowledge and i … -
Replied To a Post in Getting error on FB login
> Why was this moved Misread, obviously... -
Edited Login And Looping Problems
Can you please help me with my Problem here? What I want to do is: 1. Input Username & Password (Make Password in Asterisk (*)) 2. If it is True … -
Replied To a Post in Uploading to database
You sanitize your input **and** use parameter binding, so you have a head start. -
Replied To a Post in Uploading to database
insert into VolunDB (fname, middle, lname, address, city, state, zip, county, mailing, hphone, ,mphone, wphone, ext, fax, email, ethgroup, other1, occupation, poe, dob, gender, disastervoln, scounty, other2, vskills, interpt, cdl, … -
Replied To a Post in live chat working fine on localhost but in server send response very late.
> define slow in actual timings. Show me some comparison timings between localhost and online. > where you have gone? I am here as I please, a volunteer, just as … -
Replied To a Post in Hello from Egypt
Welcome to DaniWeb. -
Replied To a Post in convert 0.3(real datatype) into 00:30(time) in sql server 2005
Do you want to do this with just a query, or are you converting in .NET? -
Replied To a Post in Multiple Keyword Search
So what is the problem? -
Edited Getting error on FB login
I am getting Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the … -
Replied To a Post in Hello from San Diego
Welcome to DaniWeb. -
Replied To a Post in live chat working fine on localhost but in server send response very late.
Start with the js as said earlier, and define slow in actual timings. -
Replied To a Post in Using more than 1 account for freelancing site in one computer?
There are more experienced people in the hardware and software forum, I'd ask there about any VM issues. -
Replied To a Post in live chat working fine on localhost but in server send response very late.
> Well unless you show us something, we've got very little to go on. Start with something. Is the PHP running as expected if you call it directly? If so, … -
Replied To a Post in start date end date calculation
> it is not working What's not working? Am not sure what you are trying to achieve (tldr), but it looks like there is a much shorter solution. -
Replied To a Post in Using more than 1 account for freelancing site in one computer?
How about using a VM for the new account? -
Edited Need help with 'super' constructors..
Hey guys! So the error I'm getting is "cannot reference hoursWorked before supertype constructor has been called". I've just recently learned about using abstract, extends, and the keyword "super". What … -
Replied To a Post in API
https://www.google.nl/search?q=sms+gateway+api -
Replied To a Post in Convert Hex to dec or Octal
See code above. If it's urgent for you, that doesn't mean it's urgent for us. Try to be polite. -
Replied To a Post in Brand New From Houston
Welcome to DaniWeb. -
Edited Using more than 1 account for freelancing site in one computer?
i am working as freelancer in oDesk , Due to some reasons my account has been spammed and i want to create new account . Problem is that freelancing sites … -
Replied To a Post in Using more than 1 account for freelancing site in one computer?
Have you contacted oDesk about it? -
Replied To a Post in SQL QUERY
Can you post sample data, table structures and expected result? The code itself is not very descriptive. -
Replied To a Post in API
You'll have to choose an SMS gateway. -
Edited how to bind value from database to dropdown list
hi to all, I'm using vs 2013 and MVC Here i'm bind the value from database to drop-down list without using VIEWDATA. here i done using view data to bind … -
Edited autorun in pendrive
Hi, I need to open a html file automatically inserting a pen-drive and it will open portable firefox 1 [AutoRun] SHELLEXECUTE=index.html 2 [autorun] UseAutoPlay=1 open=ShellRun.exe index.html ACTION=View the presentation i … -
Replied To a Post in Storing apostrophe's into a database as ’ or '
Depends what method you are using. If you are using MySQLi or PDO, then parameter binding will take care of it. -
Replied To a Post in Beginner of Website Developer
Welcome to DaniWeb. -
Replied To a Post in problem with inserting data in the DB
You added single quotes, not backticks... -
Edited How Udate GridView record Plz tell me Code
Anybody Plz tell me how I can update a Gridview Record.Kidly tell what is code in C# I am waiting for reponce for my this thred -
Replied To a Post in How Udate GridView record Plz tell me Code
Closed duplicate. Continue here: http://www.daniweb.com/software-development/csharp/threads/482243/how-udate-gridview-record-plz-tell-me-code -
Replied To a Post in problem with inserting data in the DB
Since your column names contain hyphens, they need to be enclosed in backticks: `column-name` -
Replied To a Post in problem with inserting data in the DB
You still didn't do as I suggested. -
Replied To a Post in problem with inserting data in the DB
Add error checking. Did you try my suggestion? -
Replied To a Post in problem with inserting data in the DB
What's the error? You probably need to enclose the column names with hyphens in backticks. -
Replied To a Post in connection to database server
Did you contact the network administrator? A timeout could be anything from some setting to firewall/router setup. -
Replied To a Post in Hello from Georgia USA
Welcome to DaniWeb. -
Replied To a Post in Hi
Welcome to DaniWeb. -
Replied To a Post in How do I merge two insert queries into a database table?
InnoDB can be specified when creating/altering your database, so look there (PhpMyAdmin or whatever you use). http://php.net/manual/en/mysqli.multi-query.php -
Replied To a Post in How do I merge two insert queries into a database table?
I don't see why those two queries should be inserted simultaneously, but either use a transaction, or MySQLi's `multi_query`. -
Replied To a Post in How do I merge two insert queries into a database table?
What does the `query()` function do? -
Edited Error: No base was selected
<?php session_start(); mysql_connect("localhost","root",""); mysql_select_db("secure"); $name = $_POST['n']; $address = $_POST['x']; $order = "INSERT INTO user VALUES('$name','$address')"; if($result) { echo("Input data is succeed");} else { echo("Input data is fail");} ?> Error: … -
Edited C++ Military Time Program
The MilTime class should convert time in military (24-hour) format to the standard time format used by the Time class. Theclass should have the following member variables: milHours : Contains … -
Replied To a Post in C++ Military Time Program
Closed duplicate. Continue here: http://www.daniweb.com/software-development/cpp/threads/482266/c-display-standard-military-time-redux -
Replied To a Post in Hi
Welcome to DaniWeb. -
Edited Using the UPDATE MySQL Command in C#
I'm a little bit stuck at this moment. As of now, this is the code that I have: private void btnChangeImage_Click(object sender, EventArgs e) { using (OpenFileDialog openFileDialogForImgUser = new … -
Replied To a Post in InstallShield 2010 Project
Go to the InstallShield forum. The helpnet is also full of articles. I've never used 2010 premier, but am sure it has an option to add prerequisites. That should be … -
Replied To a Post in Google Dart Language Tutorial
http://shop.oreilly.com/product/0636920025887.do http://www.manning.com/buckett/ http://www.youtube.com/playlist?list=PLPedo-T7QiNt_i-CNGzkKLgp9McLg1fNp
The End.