8,966 Posted Topics
Re: 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. | |
Re: Chat log is also available from within the site, so even if it isn't indexed, it's still retrievable. | |
Re: Send me a PM with the links to the posts, and I'll remove the email addresses. | |
Re: Get FTP client software with a scheduler built-in. I doubt this is PHP related. | |
Re: Echo your query and check whether `$_SESSION['user_name']` and `user_pass` contain what you expect. | |
![]() | Re: Do not use single quotes around column names. Use nothing or backticks instead. |
Re: The ampersand is a special character and is encoded to `&` to avoid problems. The only way is to correctly decode the request. | |
Re: Hard to say without your table structures. Looks fine at first glance. | |
Re: 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"* | |
Re: Why don't you try Pastel support? Looks like a large enough company. | |
Re: I usually use PhpMailer in combination with GMail. SwiftMailer is also an option. Setting up PHP.INI for the standard `mail` is sometimes problematic. | |
![]() | Re: > What, no comment on the changes? :) Why is it now looping information? |
Re: You should escape an `&` with `&` or you can try `urlencode()` | |
Re: As stated on SO, we need a more precise desciption of what that veracode message means. Isn't there any documentation about it? | |
Re: Why don't you adjust your query so it returns `0` instead of `null` ? | |
Re: > make customer flow management easier What exactly is that flow? | |
Re: Something like this perhaps: $("#contentliquid").hide().load(activeTab).fadeIn('500'); | |
Re: 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. | |
Re: Just retrieving a page can be done with a HttpWebRequest. | |
Re: 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 | |
Re: So you have visual feedback that you cannot type into it. | |
Re: > but it's not working What exactly isn't working? | |
Re: You are asking several questions, but do not provide any code for us to help you with. | |
Re: What exactly do you need help with? | |
Re: Closed. Continue here: http://www.daniweb.com/software-development/cpp/threads/478510/searching-and-sorting | |
Re: I think you need to add `Payment_Type` to your `group by` clause. | |
Re: 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. | |
Re: > 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. | |
Re: How are you importing at the moment? | |
Re: 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. … | |
Re: `Operation` (the string) may not have a value set, so check for `null` in your `Operation()` method (BTW that naming is confusing). | |
Re: What's the problem? | |
Re: 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). | |
| |
Re: > 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. | |
Re: Search this forum for "pagination", lots of examples available. | |
Re: [This example](http://www.daniweb.com/web-development/php/code/460663/article-tagging-example) may help. | |
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 | |
Re: http://wordpress.org/plugins/shoutcast-icecast-html5-radio-player/ | |
Re: 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 … | |
Re: > but it not work What exactly does not work? Be specific. ![]() | |
Re: How are you uploading? Some upload tools resize for you. If you programmed this yourself, use GD or Imagick to resize. | |
|
The End.