Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~462 People Reached
Favorite Tags
Member Avatar for Blastcore

So, let's say i have this on a file: #include "MyFolder1\MyFile1.txt" #include "MyFolder1\MyFolder1SubFolder\MySubFile1.txt" #include "MyFolder2\MyFolder2Sub\MyFolder3Sub\MySubFile1.txt" What i'm trying to do is to make a project tree, it's well explained on the sample up there. But the issue is, should i be using [QTreeWidget](http://qt-project.org/doc/qt-4.8/qtreewidget.html) or [QTreeView ](http://qt-project.org/doc/qt-4.8/qtreeview.html) for it? But that's …

Member Avatar for rubberman
0
116
Member Avatar for rajesh1158

I am trying to connect mysql from within PHP function. The credentials are stored in a separate PHP file, which I am including it inside the function. But when I run the script, I am getting following error: Warning: mysql_query(): A link to the server could not be established in …

Member Avatar for rajesh1158
0
346