-
Replied To a Post in call a function from another file php
What's the error? -
Replied To a Post in call a function from another file php
Adding a relative or absolute path is not a problem. -
Edited wordpress permalink 404 error.. I did everything I could
Hi, I have installed wordpress several times before but I could not fix 404 error on my permalink this time. :S I tried everything I could search to fix it … -
Replied To a Post in call a function from another file php
require '01.php'; // domain includes might not always work Sender::sendEmails(E_NEW_APPOINTMENT, $ca); -
Replied To a Post in Hello guys
Welcome to DaniWeb. -
Undeleted a Post in Monetizing videos
You can try using [Famebit](https://famebit.com) to monetize your YouTube channel, seems promising and it's backed by [500 Startups](http://500.co/startup/famebit/). -
Deleted a Post in Monetizing videos
You can try using [Famebit](https://famebit.com) to monetize your YouTube channel, seems promising and it's backed by [500 Startups](http://500.co/startup/famebit/). -
Replied To a Post in How do I recover a corrupt PowerPoint 2013 presentation?
@rubberman, it was downvoted because there have been more questions like this lately serving as a spam trap. The OP will not come back and this thread will just get … -
Edited Dazah vs. DaniWeb
So today I get this email from DaniWeb and it's promoting this new business social network Dazah. So after working hard to fill out the initial profile and write the … -
Replied To a Post in Happy to Help with Question and Answers for Developers Forum
Welcome to DaniWeb. -
Edited Happy to Help with Question and Answers for Developers Forum
Hello ! I am feeling extremely glad to enter into this technology world. Being in the field of information technology as technology lead for various programming languages like C, C++, … -
Replied To a Post in How can you iterate through FileSystemWatchers?
How are you creating your FileSystemWatchers? Am pretty sure they aren't inserted into the Controls array. Wouldn't it be easier to keep track of them in a separate list? -
Replied To a Post in Randomize multiple choice questions form mysql database
When you select them you can use `ORDER BY RAND()`. -
Replied To a Post in Display mysql database values in Excel
https://dev.mysql.com/doc/refman/5.7/en/select-into.html Scroll down to `SELECT ... INTO OUTFILE`. -
Replied To a Post in library management system
That's not how it works here. -
Replied To a Post in PHP with qr code scanner system
> this system will be access via their phone What language/platform are you building this phone app in? Accessing the phone's camera should be in the SDK. -
Replied To a Post in Hi! from Newbie
Welcome to DaniWeb. -
Replied To a Post in I'm newbie
Welcome to DaniWeb. -
Replied To a Post in Hello World
Welcome to DaniWeb. -
Replied To a Post in need a survey
Not here, do a search. A lot of sites offer this. -
Replied To a Post in how to use explode like this?
`explode` is not that intelligent. -
Replied To a Post in what is the below code means (.=) in php?
http://php.net/manual/en/language.operators.string.php -
Replied To a Post in connection function using odbc with PDO OOP
ODBC does not connect to a host, but to a driver, see the discussion here: http://stackoverflow.com/questions/20163776/connect-php-to-mssql-via-pdo-odbc -
Replied To a Post in In php when i sent a mail using mail function(from localhost after configur
http://php.net/manual/en/function.mail.php Scroll down. You need to set a header with a content type. By default `mail` sends plain text. -
Replied To a Post in connection function using odbc with PDO OOP
Yes, the PHP PDO ODBC driver is enabled, but is there an actual MSSQL ODBC driver installed on your machine? [How to: Set Up an ODBC Data Source](https://msdn.microsoft.com/en-us/library/ca6axakh(v=vs.80).aspx) -
Replied To a Post in Trying to make a Twitch bot in C#, any help or recommendations?
> I am trying to figure out how to parse JSON in C# http://www.newtonsoft.com/json -
Replied To a Post in Repair Corrupted MDF & LDF Files ????
A search will show you plenty of options. -
Replied To a Post in connection function using odbc with PDO OOP
Did you check if you have an ODBC driver for the database you are trying to connect to? -
Replied To a Post in The name 'n' does not exist in the current context
`DateTaken` is defined in the inner block of the `try` and `catch`. That means, as soon as the block closes, the variable is out-of-scope. You'll need to define the string … -
Replied To a Post in $_GET['timestamp']) ? $_GET['timestamp'] : 0
http://php.net/manual/en/language.operators.comparison.php Scroll down to "Ternary Operator" -
Edited C# Stack Help
Having trouble. Don't really know where to start. I need to use a helper class to populate a stack in C#. The helper class needs to have a few dozen … -
Replied To a Post in what is this???
Looks like XML. Seriously, without any additional information we can only guess what you are doing. -
Replied To a Post in Valid HTML5 code
Since your other questions are about bootstrap, it includes: class="text-center" -
Replied To a Post in Duplicate ID
Bootstrap uses: <div class="row"> -
Replied To a Post in Is it possible to apply CSS to half of a character/word?
Please provide a more detailed example of what you want to achieve. -
Replied To a Post in SlickNav - No effect
> prependTo:'#demo2' I don't see a tag with id `demo2` -
Replied To a Post in SlickNav - No effect
Perhaps you know how it should appear, I certainly don't. Without you explaining it it'll be hard to find an issue. -
Replied To a Post in Inheriting the Stack class
Nice example. Any particular reason you use `T` in the first and last three methods, yet `dynamic` in the others? -
Replied To a Post in Health app reload!
If you have a one-to-many relationship two tables are enough to define it. Suppose a patient can have multiple jabs, adding a patient id to a jab suffices. Since you … -
Replied To a Post in SlickNav - No effect
Not sure why you use `load` inside the `ready` function. It's usually one or the other. What exactly is not working? -
Edited Web Design
Hello all! Im working my way through Web design and i'm playing around a bit with photoshop So my question is this: Anyone got any good tutorials they have used, … -
Replied To a Post in Why does this trig calculation only give results in one quadrant?
> I don't know what unity3d is It's a [game engine](http://docs.unity3d.com/Manual/index.html). -
Replied To a Post in Forum list updates
Happened again: https://www.daniweb.com/web-development/aspnet/threads/498632/health-app-reload#post2181593 -
Created Stephen Hawking's speech system open-sourced
http://blogs.msdn.com/b/cdndevs/archive/2015/08/14/intel-just-open-sourced-stephen-hawking-s-speech-system-and-it-s-a-net-4-5-winforms-app.aspx TL;DR: [GitHub repository](https://github.com/01org/acat). -
Replied To a Post in Export SQL server 2012 Database
Use SQL Server Management Studio to create a backup and restore it on your server. -
Replied To a Post in Health app reload!
Badly formulated. Since the classes have an N-M relation, do you really need that PatientID? Isn't it generating a link table? -
Edited 60FPS, 1080p, "instant"-response, remote-like session?
Hi. Has anyone maybe found this miraculous software. That I could install on Windows/Linux machine (server) and client on my own computer let it be Windows/Linux. And have really great … -
Replied To a Post in sql query and firewall
Come again? -
Replied To a Post in Formatting
A hosts file should only have one redirect IP on each line, but I've seen some people put two like so... 127.0.0.1 somedomain.com aliasname 92.103.3.45 domain.org It would need to … -
Replied To a Post in Health app reload!
Maybe because `Jab.PatientID` is an `int` instead of a class.
The End.