8,966 Posted Topics

Member Avatar for joshl_1995

Hmz. Please clarify the logic that you would want to implement. I have a feeling it will only be possible when using sessions or cookies, and both can be disabled.

Member Avatar for pritaeas
0
293
Member Avatar for apanimesh061
Member Avatar for asrsmunna

Read up on AJAX. Here's a [code snippet](http://www.daniweb.com/web-development/php/code/437655/getting-products-details-from-categories-subcategories-with-ajax-call-) that uses it.

Member Avatar for radhakrishna.p
0
941
Member Avatar for Olyboy16
Member Avatar for ikrami.hall
Member Avatar for Violet_82

`ul a[href$=".pdf"]{...}` should be the one you need. AFAIK it **should** be case insensitive (except for class and id attributes), but am not sure if this is correctly implemented across browsers.

Member Avatar for Violet_82
0
79
Member Avatar for Riu 2009

Clicking the submit button does not stop from posting the info to your php file. You'll need to add some JavaScript valid function, which returns false to stop it.

Member Avatar for jstfsklh211
0
264
Member Avatar for moeketsi.mathe
Member Avatar for howard.teoh.7
Member Avatar for coder91
Member Avatar for angel sunflower
Member Avatar for divyakrishnan
Member Avatar for Ben Ashton
Member Avatar for Ben Ashton
0
904
Member Avatar for Echo89

Only reading the file headers/identifiers/magic numbers comes close to be safely determining it's type.

Member Avatar for phorce
0
308
Member Avatar for onofej
Member Avatar for jewelraz

The 1-click installation installs with default settings. If you install yourself, you'll need to specify database information for one. If you are not too familliar with installing scripts, go for the 1-click option. However, if you want to learn, do the install yourself.

Member Avatar for jewelraz
0
100
Member Avatar for DarkMonarch

It reduces risk. Always validate your inputs. Don't blindly inject a value, even if you are binding it. It may be the wrong type and you end up with unexpected results.

Member Avatar for diafol
0
123
Member Avatar for davy_yg

If you have installed PEAR, use the package installer that comes with it.

Member Avatar for pritaeas
0
166
Member Avatar for DJ-DOO
Member Avatar for pritaeas
0
308
Member Avatar for shahai.ali
Member Avatar for shahai.ali
0
285
Member Avatar for mukulbimm
Member Avatar for LastMitch

I'd like to know more too before I start clicking something I may not be able to undo.

Member Avatar for LastMitch
2
598
Member Avatar for mohamedasif18

I think you are just missing the plus signs: RewriteRule ^id/([^/]+)/([^/]+)\.htm$ /index.php?id=$1&dealname=$2 [QSA,L]

Member Avatar for diafol
0
297
Member Avatar for Vijaysurya
Member Avatar for Dani
Member Avatar for BitBlt
0
293
Member Avatar for kiLLer.zoh
Member Avatar for HelloJarvis
Member Avatar for HelloJarvis
0
210
Member Avatar for adam.adamski.96155
Member Avatar for jc.lembenguiste

http://www.daniweb.com/software-development/vbnet/threads/441295/set-connection-string-at-run-time-in-vb.net

Member Avatar for john.knapp
0
208
Member Avatar for akash1190
Member Avatar for xNZxAssAssiNx
Member Avatar for tscina

Is the email body personalized, or can you just send one email and BCC everybody?

Member Avatar for tscina
0
332
Member Avatar for romanromeo89

You can't use `execute` to get results. You need to call `fetch` after `execute`. See the examples [here](http://www.php.net/manual/en/pdostatement.fetch.php). @LastMitch: `:id` is correct for parameter binding.

Member Avatar for diafol
-1
224
Member Avatar for davy_yg

You need to use `mysql_fetch_array($result)` first. You can't just use the returned resource.

Member Avatar for diafol
0
181
Member Avatar for rhayken

We are not a coding service. [Here](http://www.daniweb.com/web-development/php/code/379236/php-login-page-and-mysql)'s a nice sample to get you started. Try it, if you have issues come back here with your question. Next time don't type in all caps.

Member Avatar for yehuda2001
0
85
Member Avatar for Rizi004

PHP is server-side and as such does not have user interaction. You will need to make a script that outputs a form for the first image. When the form is submitted do the next. You can use a session to store the current image being processed.

Member Avatar for diafol
0
140
Member Avatar for bbjybon89
Member Avatar for Dani

[MySQL's own solution](http://www.mysql.com/products/enterprise/query.html) would be my choice.

Member Avatar for pritaeas
0
625
Member Avatar for websponge

Do this and find out: $response = mysql_query($result) or die(mysql_error() . '<br/>' . $result); Are you sure none of the variables contains a single quote, messing up your query?

Member Avatar for websponge
0
159
Member Avatar for AndreRet
Member Avatar for AndreRet
0
169
Member Avatar for ello

> Is there any way to have the content showing by default? Remove line 3. It hides all content.

Member Avatar for ello
0
136
Member Avatar for venkyb47

Calculate before and after the comma separately. What's behind the comma needs to be handled differently. The result of the SUM is just the usual decimal addition. See [this page](http://dev.mysql.com/doc/refman/5.1/en/time.html), look for elapsed.

Member Avatar for pritaeas
0
592
Member Avatar for TonyG_cyprus
Member Avatar for pritaeas
0
107
Member Avatar for Dani

> Are you trying to get answers to your own questions? Not often. Everything you need is online somewhere and my current topic is not used on this forum. > What value do you get from helping people? Trying to keep my PHP and Delphi skills alive. I know how …

Member Avatar for john.knapp
0
272
Member Avatar for UberJoker

Taken from the top of the page you linked: "Note: The Google Web Search API has been officially deprecated as of November 1, 2010. It will continue to work as per our deprecation policy, but the number of requests you may make per day will be limited. Therefore, we encourage …

Member Avatar for farhanahanat010
0
178
Member Avatar for sultankhan

Storing an image in a varchar column is probably causing the issue, use a binary column type.

Member Avatar for sultankhan
0
4K
Member Avatar for muralibobby2015
Member Avatar for AndreRet

IIRC the jquery-ui allows styling of checkboxes. So if you use a regular from with styled checkboxes you don't have a problem I think.

Member Avatar for AndreRet
0
196
Member Avatar for OsaMasw
Member Avatar for OsaMasw
0
186
Member Avatar for ignatious.francis.9

The End.