-
Replied To a Post in Finding posts with certain tag without post with that tag
I think you're the second person to ask for a search on multiple tags. There's a thread somewhere about it. -
Replied To a Post in What's Your Favorite Body Part
I like my skin most, the rest of the body is in it... -
Replied To a Post in Finding posts with certain tag without post with that tag
Change the URL... http://www.daniweb.com/tags/your_tag_here -
Edited How to split desktop screen in Asp.net
iam in final year of BSCS i have a project from university plz help me for this kindly send me source code for virtual desktop screen splitter and kindly explain … -
Replied To a Post in weird board problems
Hmz... cannot reproduce the issue. What browser/OS? -
Replied To a Post in don't allow access to page by typing page name
After your user logs in, set a session variable to a specific value. In home, check this session variable, if it is not set redirect to the login. -
Edited discrete math
given a positive integer n, list all the combinations of the set {1,2,3,...,n} -
Edited Hopeless with these reputation points and community skills
I seriously got something wrong or my logic is broken... I thought you get reputation points when people up-vote your posts or replies?? i got 3 and i'm still at … -
Replied To a Post in Member's Photos
Nice. Portugal is on my list. Haven't been there yet. -
Replied To a Post in Member's Photos
Where's that then? -
Replied To a Post in Member's Photos
[Here](https://www.google.nl/maps/place/Zeil-+en+Surfcentrum+Brouwersdam/@51.758073,3.8403491,713m/data=!3m1!1e3!4m2!3m1!1s0x0:0x558a2e5919fe22ba) -
Replied To a Post in A letter to Dani :)
If you just want to watch new articles then my API test is an option: http://dwapi.pritaeas.net/ Login there and then open DwArticleWatch. Am open to suggestions, but a little short … -
Replied To a Post in Member's Photos
Taken a monh ago at the coast. Am playing with HDR a lot lately.  -
Replied To a Post in Delphi not so popular?
It is still in use, but often enough it is replaced by C#. It's online presence though has been in decline for a long while. -
Edited Finally moved from newbie to light poster!
Well, i went into my profile now and I saw it didn't say newbie poster anymore it said light poster!! so i'm happy. Although i'm not really sure what that … -
Replied To a Post in Register Password security
> Fatal error: Call to a member function create() on a non-object That means the problem is with: `$email1->create()` There should be a line `$email1 = new SomeClass()`, is it … -
Replied To a Post in Compiling and Running C/C++ Programs from Webpage
> But I don't have any idea how I can compile and run the program read from textarea and produce the output which can be assigned to a label on … -
Edited Multiple "Keywords" meta Tags
I have a very good meta "keywords"in English language... Now I want to use more languages (five in number). How do I use the meta Tag "keywords". And In Title … -
Replied To a Post in Changing my username?
Thx, forgot about that... -
Replied To a Post in Changing my username?
https://www.daniweb.com/members/edit_membership You can only do this once. It appears the button in the profile page has been removed. -
Replied To a Post in I need SEO Expert
You can post a job offer in the [Jobs and Resumes forum](http://www.daniweb.com/business-exchange/jobs-and-resumes/52). -
Edited mysql update query
how to edit in the post in php? i m using update query but no working? can anyone suggest me any idea and please give me suitable example -
Replied To a Post in add htmlunit to javascript
That's not Javascript, that's Java. -
Replied To a Post in Hello daniweb members
Welcome to DaniWeb. -
Replied To a Post in jQueryUI Effect - Where is the code ?
> I assume I have to extract the function out of the file and place it into a new file ? Why would you extract it? -
Edited PHP session error
i have a simple php login script with session but all i get is just a white blank page after running my login,php script. Here is the login,php page <?php … -
Replied To a Post in PHP session error
Does `$_POST['submit']` have a value? -
Replied To a Post in Update MySQL Data in PHP Form
What exactly do you have? -
Edited Delphi project ideas needed?
I have a huge project to do for my Gr11 PAT(Practical Assessment task) We have to create a project based on Geocaching [Click Here](http://www.geocaching.com) and I need ideas to start … -
Replied To a Post in How to upload files from a system to server automatically .
Get FTP client software with a scheduler built-in. I doubt this is PHP related. -
Edited Changing Pass in PHP MySQL
I have my php page, in which i have 3 fields old pass, new pass, confirm new pass. I'm trying to chnge the password of my id from which i … -
Edited Convert string to date
I have formatted a string date into date format by using <script type="text/javascript"> var st = "26-04-2013"; var pattern = /(\d{2})\-(\d{2})-(\d{4})/; var dt = new Date(st.replace(pattern,'$3-$2-$1')); alert(dt); </script> and it's … -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
I found those files [here](http://www.solvusoft.com/en/files/missing-not-found-error/dll/windows/microsoft-corporation/microsoft-adoce/page/1/), but all older official links appear dead. -
Edited UPDATE Query in MySQL
I have a php page which is logged in with a user account. Now i want to change my password here, also I'm getting two errors here. "Notice: Undefined variable: … -
Replied To a Post in UPDATE Query in MySQL
Closed. Continue here: http://www.daniweb.com/web-development/php/threads/478882/chaning-pass-in-php-mysql -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
> VS does not do embedded devices anymore I believe You'll need VS2008 I think. We use it still to program handheld scanners. -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
What IDE is that, Visual Studio? Talking to a REST service requires not much more than a `(Http)WebRequest`. -
Replied To a Post in Hi, all
Welcome to DaniWeb. -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
> Is this the idea? Yes. > I looked up how to make a SOAP server and its kind of....confusing.. That's why I suggested a REST server at first, the … -
Edited Problem with writing Arrays in pseudocode
Hi i am a begginer in learning computer science and i received a assignment question on arrays. The question asks me to split the characterArray= joe,487 into two seperate variables, … -
Replied To a Post in create sql table at register
Try a space after the table name. -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
> What about SOAP? Would this work? Yes, that works too. -
Replied To a Post in create sql table at register
Remove the single quotes around the table name too. -
Edited JSONReader code not working
Simple JSONReader code not working I am trying to use JSONReader (along with PHP & XPATH) to parse a very large JSON file, then display search results. A stream parser … -
Replied To a Post in create sql table at register
Show the new create query and error message. -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
Does your MySQL run on a server that has also a web server running? If so, I'd suggest building a simple REST server, to accept an incoming request, get the … -
Replied To a Post in Connecting from a Windows CE to a MySQL Server
Haven't been able to find any yet. I think your best bet is to create a webservice as intermediairy. -
Replied To a Post in Webservices - SOAP request
The ampersand is a special character and is encoded to `&` to avoid problems. The only way is to correctly decode the request. -
Edited Webservices - SOAP request
Hi techies, I am new to webservices. The issue is regarding a SOAP request. The request contains a comment which has the charechter as "&" example., the comment is: You … -
Replied To a Post in jQueryUI Effect - Where is the code ?
Open `js/jquery-1.10.2.js` and do a text search.
The End.