8,966 Posted Topics

Member Avatar for MasterHacker110

You don't account for dots and @ in the allowed characters. Apart from that, you should check whether the email contains exactly one @, and the position(s) of the dot(s) matter too.

Member Avatar for Mya:)
0
6K
Member Avatar for John.

Chat log is also available from within the site, so even if it isn't indexed, it's still retrievable.

Member Avatar for emmaharward789
0
322
Member Avatar for summary

Send me a PM with the links to the posts, and I'll remove the email addresses.

Member Avatar for emmaharward789
0
380
Member Avatar for chaitu11
Member Avatar for engrjd91

Echo your query and check whether `$_SESSION['user_name']` and `user_pass` contain what you expect.

Member Avatar for pritaeas
0
198
Member Avatar for david.roun.7_1

Do not use single quotes around column names. Use nothing or backticks instead.

Member Avatar for david.roun.7
0
329
Member Avatar for Zsolt Szücs
Member Avatar for vgkarthi

The ampersand is a special character and is encoded to `&` to avoid problems. The only way is to correctly decode the request.

Member Avatar for vgkarthi
0
417
Member Avatar for malatamil

Hard to say without your table structures. Looks fine at first glance.

Member Avatar for rch1231
0
136
Member Avatar for l3the
Member Avatar for OM3NN

Our [Forum Rules](http://www.daniweb.com/community/rules) state: *"Do provide evidence of having done some work yourself if posting questions from school or work assignments"*

Member Avatar for pritaeas
0
250
Member Avatar for Samuel Baker
Member Avatar for Motifaithed

I usually use PhpMailer in combination with GMail. SwiftMailer is also an option. Setting up PHP.INI for the standard `mail` is sometimes problematic.

Member Avatar for pritaeas
0
86
Member Avatar for iamthwee

> What, no comment on the changes? :) Why is it now looping information?

Member Avatar for pritaeas
0
231
Member Avatar for malatamil
Member Avatar for malatamil
0
178
Member Avatar for k.vijayakumar

As stated on SO, we need a more precise desciption of what that veracode message means. Isn't there any documentation about it?

Member Avatar for k.vijayakumar
0
317
Member Avatar for Sadaf_1
Member Avatar for Reverend Jim
0
342
Member Avatar for abey ella
Member Avatar for vizz

Something like this perhaps: $("#contentliquid").hide().load(activeTab).fadeIn('500');

Member Avatar for vizz
0
155
Member Avatar for nadiam

The problem with `if (this.href == window.location.href)` is that `this.href` only contains `home.php` while `window.location.href` contains the full URL.

Member Avatar for nadiam
0
350
Member Avatar for castajiz_2
Member Avatar for riahc3

http://www.lucasnotes.com/2012/10/querying-sql-server-error-log.html http://www.brentozar.com/archive/2013/08/what-queries-are-failing-in-my-sql-server/ http://dba.stackexchange.com/questions/35015/log-all-errors-in-queries

Member Avatar for Kyle Wiering
0
305
Member Avatar for Centorpe
Member Avatar for Centorpe
0
88
Member Avatar for Bin_2
Member Avatar for Ryan Huxley
Member Avatar for Mathias Nkwuda

You are asking several questions, but do not provide any code for us to help you with.

Member Avatar for pritaeas
0
90
Member Avatar for tirumalai
Member Avatar for Rasvinder_1
Member Avatar for Mhayt

Closed. Continue here: http://www.daniweb.com/software-development/cpp/threads/478510/searching-and-sorting

Member Avatar for pritaeas
0
156
Member Avatar for ehpratah
Member Avatar for ehpratah
0
324
Member Avatar for Rasvinder_1

Continue here please: http://www.daniweb.com/web-development/aspnet/threads/477714/retinairis-comparision-of-2-faces-in-asp.net No need to keep two threads open.

Member Avatar for pritaeas
0
275
Member Avatar for hykyd

> Stick with Symfony2? Why not? Every other PHP framework is a step back IMO. > PostgreSQL/MySQL/mongoDB? I think the choice for a database should depend on the project you're working on.

Member Avatar for pritaeas
0
267
Member Avatar for websponge
Member Avatar for websponge
Member Avatar for captainjake
Member Avatar for F-3000

Looks like the replies you got the updates for have subsequently by a moderator (me) because they are spam (or otherwise in violation of our rules). Unfortunately, they are deleted after you have been notified that there was an update. I agree that the "Oops" page is not very user-friendly. …

Member Avatar for pritaeas
1
599
Member Avatar for sXLambo

`Operation` (the string) may not have a value set, so check for `null` in your `Operation()` method (BTW that naming is confusing).

Member Avatar for pritaeas
0
229
Member Avatar for raza_1
Member Avatar for malatamil

Hard to say without the table structures and some test data.

Member Avatar for malatamil
0
202
Member Avatar for hiiiiii@

None are free. See [this thread](http://www.daniweb.com/web-development/php/threads/476168/learn-how-to-really-exploit-and-implement-an-sms-solution-to-your-website-i).

Member Avatar for Tom87
0
203
Member Avatar for Bin_2
Member Avatar for SalmiSoft

> What is the purpose of including text like this in the page source? The [lorem ipsum text](http://en.wikipedia.org/wiki/Lorem_ipsum) is often used while developing a design, because designers will lack content. Most likely, they forgot to remove it.

Member Avatar for SalmiSoft
0
363
Member Avatar for Albert Pinto
Member Avatar for Albert Pinto
0
189
Member Avatar for delta_frost

[This example](http://www.daniweb.com/web-development/php/code/460663/article-tagging-example) may help.

Member Avatar for delta_frost
0
248
Member Avatar for pritaeas

http://www.daniweb.com/software-development/cpp/threads/478338/chat The above thread redirects to the "oops" page, not sure why. Find the post here: http://www.daniweb.com/members/1106284/umaradam/posts

Member Avatar for Dani
0
92
Member Avatar for Lilantha
Member Avatar for pritaeas
0
124
Member Avatar for Ali_khan11

Please get back on topic. Downvotes are something you get, often enough from people not involved in the discussion. Formatting the date for insertion is correct, but the format depends. I don't have much experience with Access, but with my current project we are inserting `#yyyy-MM-dd#`, so I guess it's …

Member Avatar for stultuske
0
1K
Member Avatar for nileshbhanu
Member Avatar for malatamil

How are you uploading? Some upload tools resize for you. If you programmed this yourself, use GD or Imagick to resize.

Member Avatar for malatamil
0
114
Member Avatar for kannan mangalar

The End.