-
Replied To a Post in regular expression for phone number
> if choose the second way how to i insert them You can use `|` (or) -
Replied To a Post in cURL json to array
Care to share what solved it? -
Replied To a Post in image
Code snippet without an explanation.... try harder. -
Replied To a Post in Mysqli versus PDO
> So your suggesting change from mysqli to PDO instead? No. Learning curve for either is similar. > Where would I start with a basic setup with a config and … -
Replied To a Post in cURL json to array
On line 20 do: print_r($res); and post what you see. -
Replied To a Post in Error to fetch data in php
I know. What error do you see? -
Replied To a Post in cURL json to array
> it gives me this error On what line? -
Replied To a Post in Error to fetch data in php
There was an error, did you connect properly? $result = mysql_query("SELECT * FROM chart1") or die(mysql_error()); -
Replied To a Post in Fetching from database
> where to use DISTINCT. I already said: > in your query. Example here: http://dev.mysql.com/doc/refman/5.0/en/distinct-optimization.html -
Replied To a Post in OSCLASS SMS ALERT
> i have purchased sms api. and tried somewhat. Where's the documentation? -
Replied To a Post in Fetching from database
You can use `DISTINCT` in your query. -
Replied To a Post in save ordered list as multi-dimensional array
That's almost the entire HTML... why don't you send that instead? What is the goal on the PHP side? -
Replied To a Post in save ordered list as multi-dimensional array
Show a sample of what you want. -
Replied To a Post in sites you visit daily?
[El Reg / Vulture Central](http://www.theregister.co.uk), I like how they bring it. -
Replied To a Post in save ordered list as multi-dimensional array
Perhaps [this](http://www.daniweb.com/web-development/javascript-dhtml-ajax/code/276506/jquery-forward-array-to-server) will get you started. -
Replied To a Post in Jquery guru needed
Man... it's so simple: alert($(this).find('.dd3-content').html('Hello')); -
Replied To a Post in Mysqli versus PDO
> I would like to try, but think its beyond my capabilities as Im just a begginer. Non-sense. Once you try one of the examples, all other will be just … -
Replied To a Post in Jquery guru needed
> So how may I do this? http://api.jquery.com/html/ Pass the new value. > And I need a way to delete a selected node. http://api.jquery.com/remove/ -
Replied To a Post in Jquery guru needed
Use: http://api.jquery.com/event.stoppropagation/ It stops the event from "bubbling up". $(".dd-item").click(function(){ alert($(this).find('.dd3-content').html()); alert($(this).find('.url').html()); event.stopPropagation(); }); -
Replied To a Post in Auto Tags
You assume here that people provide meaningful titles. -
Replied To a Post in Report User Button
> asdfghjklasdfgh Hmz, although not an infractable offence it looks like on [one of them](www.daniweb.com/web-development/web-design-html-and-css/threads/446774/best-windows-8-web-editor) the entire thread of replies has been downvoted too. > piece of my mind for … -
Replied To a Post in web Mail Client
Depends on your modifications. Check the license if you are allowed to remove it. -
Replied To a Post in assign ajax return value to javascript array
You need to declare `all_skills` before the ajax call. -
Replied To a Post in web Mail Client
RoundCube, Horde, SquirrelMail, ... -
Replied To a Post in Hi Everyone
Welcome to DaniWeb. -
Marked Solved Status for New layout - bugs and glitches
This thread is opened to collect **bugs and glitches** found in the new layout for DaniWeb. If you find any, please make sure you specify the steps to reproduce the … -
Marked Solved Status for New layout - thoughts and opinions
We have a new layout. Should you encounter a layout issue, or just want to add your opinion... do so here. If there's some issue, do inform uus of your … -
Marked Solved Status for Layout issue
See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE).  -
Replied To a Post in "an error occurred when verifying security for the message"
Do you have documentation? It says there's a problem with security, perhaps it needs more than just a username and password. -
Replied To a Post in Look for missing Data
Something like this: SELECT `LId`, `Date`, SUM(IF(`Type` = 'I', 1, 0)) InCount, SUM(IF(`Type` = 'O', 1, 0)) OutCount FROM `TLogs` GROUP BY `LId`, `Date` WHERE InCount <> OutCount Had to … -
Replied To a Post in Colour Conversion Class
You could use [array_flip](http://www.php.net/manual/en/function.array-flip.php) to remove the need for the two constant arrays. Although a conversion is needed then. -
Replied To a Post in Find Tag Name Loop
Use `one.length` -
Replied To a Post in [Very Urgent] How to modify information in a page permanently locally
> AND its images? Check the links, they are probably relative. Make sure they point to the real images, or download those too. -
Replied To a Post in Look for missing Data
Ummm... You could group by number, date and in/out and get an intermediaite result containing the grouped count for in and out in one record (for a number and date). … -
Replied To a Post in Graphing Line on Coordinate Plane
> Note, this won't graph anything unless you have the html/css (i didn't provide that). Why not? Without it it's a code snippet that doesn't run. -
Replied To a Post in Displaying data from base
So what's the problem? -
Replied To a Post in New Forums
http://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea#post1962905 -
Replied To a Post in Create a Loop from this...
Show us what that function returns. -
Replied To a Post in [Very Urgent] How to modify information in a page permanently locally
> How can I modify contents of a web page (like text) and have it stay that way locally, You can try to use HTML5's local storage feature, but if … -
Replied To a Post in preg_match
If you "view source" in your browser, do you see the `</` ? -
Replied To a Post in Do you feel old yet?
> I had friends Showoff... -
Replied To a Post in Hellow my dear brothers and sisters
Welcome to DaniWeb. -
Replied To a Post in HI friends
Welcome to DaniWeb. -
Replied To a Post in BOOK OF CONTACTS
Please read the [rules](http://www.daniweb.com/community/rules) Especially: *Do provide evidence of having done some work yourself if posting questions from school or work assignments* -
Replied To a Post in Do you feel old yet?
I had this first at home: http://en.wikipedia.org/wiki/Acorn_Atom -
Gave Reputation to diafol in Colour Conversion Class
## Background ## Hi All, I 've been playing around with colour (color!) formats and needed to create a class for converting different formats, so I thought I'd share it. … -
Replied To a Post in Do you feel old yet?
Absolutely brilliant. Now give them an even older one, with punchcards ;) -
Replied To a Post in datepicker
Both are possible. [Here](http://www.the-art-of-web.com/html/html5-form-validation/) is some nice info on `required`. -
Edited search a field for multiple words simultaneously
hello can i search a field for different words simultaneously??? we have a |or opertor in mysql regex but not and operator...please help -
Replied To a Post in search a field for multiple words simultaneously
Closed. Continued here: http://www.daniweb.com/web-development/php/threads/479426/want-nested-views
The End.