-
Replied To a Post in i am new to pdo and i need this code to be convert
> how wil the binding be like for this code? http://www.daniweb.com/web-development/php/code/462098/mysqli-binding-example -
Replied To a Post in more filters please
I especially like the simplicity of the [bangs](https://duckduckgo.com/bang.html) at DDG's. Just prepend `!daniweb` to your query, and you are searching here. -
Edited Error When Running Asp.net App (4.0) with IIS Server 5.1
Hi Guys I have an asp.net application developped using C# asp.net 4.0 , It is running perfectly with .net inbuilt server , but it throws an exception when running on … -
Replied To a Post in How i can scrape web java applet using curl php?
An applet does not return readable HTML the way a regular page does. So no, I don't think it's possible. -
Replied To a Post in i am new to pdo and i need this code to be convert
MySQLi supports binding too, so why the step to PDO? -
Replied To a Post in Hey!
Welcome to DaniWeb. -
Replied To a Post in Where to download Borland Delphi 7?
http://www.embarcadero.com/products/delphi/previous-versions If you have a valid license, I would contact them to ask for a version. -
Replied To a Post in multiple dropdown filters
[Here](http://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-)'s a good example. -
Edited Escape button
Here Iam creating two dialog boxes on the click on links.When Dialog box no. 1 is open and I press escape key then it gets closed but this is not … -
Replied To a Post in Hey Rupesh Joined
Welcome to DaniWeb. -
Edited Help me
Guys my PC has shutdown and when i switch it on it shows a blue screen telling me that the computer has shut itself down.what can I do to fix … -
Replied To a Post in To the admin
This thread? http://www.daniweb.com/web-development/php/threads/475122/logout-not-working -
Replied To a Post in Hello All!
Welcome to DaniWeb. -
Replied To a Post in hey people!
Welcome to DaniWeb. -
Replied To a Post in Connecting to SQL Server hosted on website
You can use MySQL by using an ODBC driver. -
Replied To a Post in Unfortunately Stopped
Is `User` perhaps a reserved word? -
Edited Are coders running out of ideas
Whats new in the software development world, last I heard wechat and instargram where the next big things -
Replied To a Post in Difference between in and like statement in mysql
`IN` is used when comparing a column value to a list of values. `LIKE` is used for string comparison. -
Replied To a Post in Connecting to SQL Server hosted on website
> But each time I try to connect I get an error. What error? -
Replied To a Post in Webmin
http://doxfer.webmin.com/Webmin -
Replied To a Post in Need help with imagecopyresampled() issue
http://php.net/imagecopyresampled See the sample code. The error message states you are passing a string (targetpath), instead of an image. -
Replied To a Post in login level of access
> need some help to to that What have you tried? -
Replied To a Post in installing OUI problem
What exactly are you trying to achieve? -
Replied To a Post in Php to Android Communication
You'll need to implement a polling mechanism on your android. -
Edited polymorphism
how to apply polymorphism to construct software applications that are maintainable -
Edited abstract and concrete classes
what is the difference between an abstract claa and a concrete class? -
Edited interface classes
what are interface classes? -
Edited sealed class
what is a sealed class used for? -
Edited backup database
hi good afternoon, hi good afternoon, am creating one point of sale software in vb.net ,today only i realize that i need a backup for the database i have attached … -
Replied To a Post in Rodion Gork
Welcome to DaniWeb. -
Replied To a Post in I never made a intro for me but now I am
Welcome to DaniWeb. -
Replied To a Post in Database management systems and data storage!!!
It means that you can get information from databases easily and logically, without the need to know how exactly it is stored on the database server. -
Replied To a Post in create a graphical seating arrangement
Check out how an image map works. Am sure that will get you started. -
Replied To a Post in Does anyone ever develop for Windows Phone - C# and XAML?
What do you need help with? -
Replied To a Post in Self Introduction - Manish Shah
Welcome to DaniWeb. -
Replied To a Post in Asp.net vs mvc
> MVC requires a competent understanding of Javascript and AJAX. Excuse me? MVC is language independent. -
Edited How to attach two or more files and send mail in PHP
**The code below sends only one attachment, but I need to attach and send two file(one rar file and pdf)** $email_to = "$email"; // The email you are sending to … -
Replied To a Post in How to attach two or more files and send mail in PHP
> Daniweb is waste no one is replying. stackoverflow is good You're just being impatient. Apart from that, if you post the above on SO it will be closed in … -
Edited 5 Posts 5 Days.....
I had been there almost 2 weeks ago.and also posted sum posts, but its not functionally unlocked yet. -
Replied To a Post in 5 Posts 5 Days.....
Check out this [thread](http://www.daniweb.com/community-center/daniweb-community-feedback/threads/473236/full-website-functionality). -
Edited c#
why do we have to seal a classes if we know that it's not going to inherit to any class. -
Edited Anticipated Hard Disk Consumption
Dear All, is there anyone out there who can help me ? I need to calculate when a server is likely to run out of disk space, before you all … -
Edited Can't stay connected to the internet
I could think of half a dozen places this could start this conversation. I don’t believe the problem is hardware related, but the information that I am getting from my … -
Edited mysql
how to use sql like operator?how to use it give me example thanks! -
Edited mysql
how to create table statement give examples thanks! -
Edited mysql
I have a problem of creating mysql that return a single value, calculated from values in a column.what kinds of function i think to use? -
Edited 21327609 A DUT
How do i program a slide of images in **C# asp.net programming**? -
Replied To a Post in Guidance with soap/xml in PHP
http://php.net/soap or http://sourceforge.net/projects/nusoap/ http://www.scottnichol.com/nusoapintro.htm As a test tool I recommend http://www.soapui.org -
Replied To a Post in Just wanted to say Hello!
Welcome to DaniWeb. -
Replied To a Post in mysql stored procedure
call insertstudent('John Doe', 75) Do you get an error?
The End.