8,966 Posted Topics

Member Avatar for nissy

http://www.daniweb.com/internet-marketing/search-engine-optimization/threads/454394/robot.txt

Member Avatar for almostbob
-2
196
Member Avatar for SimonIoa

> $database = mysql_select_db(DB_DATABASE) That returns a resource. > $database->sql_query($sql); This implies an object. Where did you get that code? I think you are mixing up different solutions. Check the PHP code snippets, there are samples for MySQL, MySQLi and PDO.

Member Avatar for SimonIoa
0
179
Member Avatar for Manojpanneer98
Member Avatar for meryl_1
Member Avatar for mexabet
Member Avatar for itisnot_me
Member Avatar for itisnot_me
0
1K
Member Avatar for wrathyimp

> Does any java script work without web server? Yes, but I doubt Javascript will have access to your shared files. > If I need to have a web based solution If you are allowed to install [XAMPP](https://www.apachefriends.org/index.html) or [WAMPServer](http://www.wampserver.com/en/), or even [IIS Express](http://www.iis.net/learn/extensions/introduction-to-iis-express/iis-express-overview) then you can build a script.

Member Avatar for almostbob
0
260
Member Avatar for dskanth
Member Avatar for Sikander Nasar
Member Avatar for gilgil2
Member Avatar for Sikander Nasar

> get all the content of filehippo That content is copyrighted, be careful what you do.

Member Avatar for almostbob
0
285
Member Avatar for Saranika
Member Avatar for ditty
Member Avatar for iamthwee

Here's a start, you just need to convert the output into a tree: <?php $html = <<<EOT <ul> <li>menu 1</li> <li>menu 2<ul> <li>menu 2.1</li> <li>menu 2.2</li></ul></li> <li>menu 3</li> </ul> EOT; function find_ul_or_li($source) { $result = false; $pos_ul = strpos($source, '<ul>'); $pos_li = strpos($source, '<li>'); $pos_cul = strpos($source, '</ul>'); $pos_cli = …

Member Avatar for pritaeas
0
267
Member Avatar for [NOPE]FOREVER

> Exactly what are regex? Patterns for testing against input strings. > Do we write them ourselves or are they prdefined expressions? You write them, but there are many examples readily available. > If we can write regex ourselves, how do we write them? Text editor or tool. > how …

Member Avatar for pritaeas
0
169
Member Avatar for dawbin
Member Avatar for patk570

UPDATE members SET password='$password', salt='$random_salt' WHERE id = ? The `AND` is messing it up, thus the query fails.

Member Avatar for patk570
0
318
Member Avatar for sanjay_7

> number as a label in marker i want to display. I don't think gmap supports this, so you need to create pins for every number, either statically or dynamically.

Member Avatar for pritaeas
0
248
Member Avatar for gogs85
Member Avatar for pritaeas
0
232
Member Avatar for Daniel_24
Member Avatar for [NOPE]FOREVER

Closed. Continued here: http://www.daniweb.com/web-development/php/threads/479859/php-display-column-from-database-in-confirm-box

Member Avatar for pritaeas
4
344
Member Avatar for rpv_sen
Member Avatar for geniusvishal
0
1K
Member Avatar for cdes1145

Most likely there was an error in the query you executed. Read [URL="http://www.daniweb.com/forums/thread191031.html"]this thread[/URL] first.

Member Avatar for guruparthi
0
663
Member Avatar for Sandy Douglas
Member Avatar for bhavna123
Member Avatar for Darmz
Member Avatar for stockEX4u
Member Avatar for My question
Member Avatar for vizz

PHP runs on the server, not the client, so that info isn't directly available to you. If possible at all, you'll need Javascript.

Member Avatar for pritaeas
0
80
Member Avatar for omnik123

Probably Amsterdam, but I (and millions of others) prefer the [Keukenhof](http://500px.com/search?q=keukenhof&submit=Submit)

Member Avatar for Agilemind
0
751
Member Avatar for fedaa91
Member Avatar for azapovjednik
Member Avatar for rakibtg

> if you take time and code it If you want someone to code this for you, you'd better try in the [Jobs forum](http://www.daniweb.com/business-exchange/jobs-and-resumes/52).

Member Avatar for HelgeSverre
-2
1K
Member Avatar for Lethugs

> how can i search a record with no In or no Out from the date range specified? If you group by employee number and date, the `COUNT(*)` should be even. The ones with an uneven count miss an in or an out. Unfortunately, this does not account for say …

Member Avatar for Lethugs
0
252
Member Avatar for Hannan_2
Member Avatar for diafol
0
137
Member Avatar for mark.giles.14

> 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 like it. Just jump in. > Would I have to rewrite the pages I already have etc the session and …

Member Avatar for pritaeas
0
476
Member Avatar for Rajan Malotiya

There was an error, did you connect properly? $result = mysql_query("SELECT * FROM chart1") or die(mysql_error());

Member Avatar for pritaeas
0
164
Member Avatar for fireburner29

> I have purchased the sms api. Where's the documentation? What do you have so far?

Member Avatar for pritaeas
0
1K
Member Avatar for jKidz
Member Avatar for iamthwee

Perhaps [this](http://www.daniweb.com/web-development/javascript-dhtml-ajax/code/276506/jquery-forward-array-to-server) will get you started.

Member Avatar for iamthwee
0
261
Member Avatar for Learner010

> i wanna know about what they represent Usually a product number, but QR code is designed to contain something larger, like an URL. > how they are read by our application Usually by an external scanner. These scanners read the image and convert it into plain text, which is …

Member Avatar for Pregger
0
209
Member Avatar for iamthwee

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(); });

Member Avatar for iamthwee
0
176
Member Avatar for mattster

http://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea#post1962905

Member Avatar for happygeek
2
488
Member Avatar for <M/>

> 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 randomly... Don't start a flame war.

Member Avatar for happygeek
0
242
Member Avatar for vipulasri.2007
Member Avatar for Siberian
Member Avatar for Siberian
0
113
Member Avatar for <M/>

> 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.

Member Avatar for <M/>
0
216
Member Avatar for nikesh.yadav

Do you have documentation? It says there's a problem with security, perhaps it needs more than just a username and password.

Member Avatar for nikesh.yadav
0
1K
Member Avatar for xTurK

> 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 someone clears it, your changes will be gone. There's no guaranteed way to do what you want. > Alternatively, are …

Member Avatar for xTurK
0
267
Member Avatar for diafol

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.

Member Avatar for diafol
5
423

The End.