8,966 Posted Topics

Member Avatar for anisha.silva
Member Avatar for anisha.silva
0
128
Member Avatar for pjh1985

The first one rewrites all URLs, so the second never gets executed. Reverse their order.

Member Avatar for pritaeas
0
205
Member Avatar for rayidi

I think you might be confused with the success/error of the ajax call, and what you consider success/error in PHP. The result from PHP is returned in the `data` parameter in `success`. The `success` event in ajax is called when the page returns something. If there is a server error …

Member Avatar for rayidi
0
3K
Member Avatar for vjnaveen

"certain details" ? You may want to be a little more specific than that.

Member Avatar for mike_2000_17
0
131
Member Avatar for Loi-se

> I don't think daily planning meetings are a good idea We use the standup from scrum daily, and I must say that I am pleased with it (although we are not using anything else just yet). It doesn't take long (20 mins tops with 18 people), and everybody is …

Member Avatar for Loi-se
0
309
Member Avatar for Larrywaz

If your pages are indexed by Google, you can use their custom search.

Member Avatar for pritaeas
0
89
Member Avatar for PHIPH
Member Avatar for Jmartez31
Member Avatar for MikalT

`ShellExecute` is meant to start a process. Although it may be possible to get it to open a file, you will not be able to use it to add data to it.

Member Avatar for pritaeas
0
195
Member Avatar for ratanji
Member Avatar for ratanji
0
157
Member Avatar for Rizi004

Using a normal array is explained right here in [the manual](http://jqueryui.com/demos/autocomplete/), but since your array is different, I suggest you look into the callback method.

Member Avatar for urtrivedi
0
122
Member Avatar for sean.downes.96

Start with [some tutorials](http://www.homeandlearn.co.uk/NET/vbNet.html). This way you get to learn the correct syntax, and most likely you can answer your own question. That will be much more helpful to you than just providing you with some answers.

Member Avatar for pritaeas
-1
135
Member Avatar for newbie26

Where do you want to run the application? If you make this in PHP it will run on the server. It is not possible to execute your application on the client (lots of security issues).

Member Avatar for newbie26
0
474
Member Avatar for mionazraelmiranda

I'd suggest something like this: UPDATE `bgl` SET stock = stock - '$quantity' WHERE product_code = '$product_code' AND stock - $quantity >= 0

Member Avatar for mionazraelmiranda
0
239
Member Avatar for Tippy_

If you know more languages, it will be easier to determine the best tool for the job.

Member Avatar for pritaeas
0
43
Member Avatar for TonyG_cyprus

> Ive tried some If you post which ones you have tried, we can narrow the suggestions.

Member Avatar for TonyG_cyprus
0
193
Member Avatar for davBro

You get these notices because most likely, they are set to be hidden on your production server. You use some variables that may not be available/have a value. The use of `isset()` can solve this.

Member Avatar for davBro
0
413
Member Avatar for handry.wiranata

http://www.daniweb.com/web-development/php/threads/191031/faq-supplied-argument-not-valid-resource

Member Avatar for Bachu
0
213
Member Avatar for david.f.smith.351
Member Avatar for adam.adamski.96155
0
484
Member Avatar for riahc3

You can only do this if you perform an AJAX call from Javascript to PHP. You can stick to Javascript, if you use an encryption package.

Member Avatar for riahc3
0
309
Member Avatar for chandbasha

There are a lot of different tutorials available, even video, if you do a little search.

Member Avatar for hareshramani
0
219
Member Avatar for predator78

> Communism is awful for the world. Look at N.Korea or Cuba. For Cuba I think this is a little short-sighted. The changes over the last few years made things far worse than they were. For a long time communism in Cuba was well-accepted and a good thing. Been there …

Member Avatar for mike_2000_17
2
734
Member Avatar for pritaeas

What's up with this questionnaire popup? Had it several times now, and going to it's website to disable it, doesn't appear to work. No, I have cookies enabled in my current browser.

Member Avatar for Ancient Dragon
0
147
Member Avatar for izam.lukman
Member Avatar for izam.lukman
0
184
Member Avatar for seen
Member Avatar for Mike Askew
0
128
Member Avatar for scottlpool2003

> publication.tags='%news%' You need to use `LIKE` as smantscheff showed you.

Member Avatar for smantscheff
0
481
Member Avatar for shhh
Member Avatar for rotten69
0
335
Member Avatar for mr-cracker
Member Avatar for arcticM

If the website only allows it for non commercial use, you shouldn't use it. Doesn't matter how you use the code, the license says otherwise.

Member Avatar for pritaeas
0
64
Member Avatar for ak47carbon
Member Avatar for JMills330s
0
261
Member Avatar for bavenbabu

Do you get an error anywhere ? Where does your upload javascript code come from ?

Member Avatar for peacepostman
0
737
Member Avatar for daniel36

Yes. In the `upload.php` in the download package you can see how to get the filename. Just add your own query.

Member Avatar for daniel36
0
989
Member Avatar for daniel36

Can you clarify? How is this different than [this](http://www.daniweb.com/web-development/php/threads/434914/need-file-uploader)?

Member Avatar for pritaeas
0
184
Member Avatar for subrata_ushasi
Member Avatar for jrosh

Apparently `placeholder.data("plot")` is not a (valid) flot object. Without more code it'll be hard to make a serious statement (as was also mentioned in one of your newsgroup replies).

Member Avatar for pritaeas
0
201
Member Avatar for Subashsankar

Are you talking about MS SQL Server? First profile your existing queries, determine the bottle neck query. See if you can gain some performance by optimizing that query, applying different indexes etc. (Google: query performance) When you are sure all are near optimal, adjusting database settings is an option.

Member Avatar for pritaeas
0
151
Member Avatar for Ajh180
Member Avatar for JJenZz
0
124
Member Avatar for innovateuk

[This thread](http://www.daniweb.com/web-development/php/code/387828/watermark-images) might help.

Member Avatar for innovateuk
0
293
Member Avatar for jrosh
Member Avatar for jrosh
0
163
Member Avatar for subrata_ushasi
Member Avatar for subrata_ushasi
0
368
Member Avatar for iamjin04
Member Avatar for on93

Here is a nice tutorial: http://creately.com/blog/diagrams/er-diagrams-tutorial/

Member Avatar for pritaeas
-1
273
Member Avatar for cmsc

The API states you need to pass 4 parameters, and none of them is named 'file'. In line 13 you use `$json_string` but it isn't defined anywhere.

Member Avatar for pritaeas
0
262
Member Avatar for Mike Askew

Sometimes the reputation graph takes very long to load, blocking the page. My guess is that it's that.

Member Avatar for Mike Askew
0
216
Member Avatar for Ritesh_4
Member Avatar for Ritesh_4
0
159
Member Avatar for ahsankg
Member Avatar for garyjohnson

If `short_open_tags` are disabled `<?=` does not work (before PHP 5.4.0). Check your settings.

Member Avatar for LastMitch
0
268
Member Avatar for ptduran
Member Avatar for Stardemos
Member Avatar for Stardemos
0
468
Member Avatar for jelly46

Google showed this (amongst many others): http://educ.jmu.edu/~johns2ja/fundraisingthermometer.html

Member Avatar for pritaeas
0
94

The End.