Forum: MySQL Jul 3rd, 2009 |
| Replies: 8 Views: 779 What a great idea to put two textboxes alongside each other with the "@" character in the middle. I will code this and see how it works.
Actually, I had to smile when I read your comment about the... |
Forum: MySQL Jul 2nd, 2009 |
| Replies: 8 Views: 779 Interesting solution, I might think about doing that. Thanks for the idea. |
Forum: MySQL Jul 2nd, 2009 |
| Replies: 8 Views: 779 Exactly. I discovered that Joomla has a plug-in called Email Cloacking which obfuscates email addresses prior to showing them on the webpage. I simply disabled this plug-in and now all email... |
Forum: MySQL Jul 2nd, 2009 |
| Replies: 8 Views: 779 Thanks your response. I found where in Joomla this is occuring. The email addresses are stored as plain text in the database, but Joomla uses a plug-in called Email Cloacking which obfuscates email... |
Forum: MySQL Jun 30th, 2009 |
| Replies: 8 Views: 779 Hi,
I'm not entirely sure which forum to post this question because I cannot determine whether it's a MySQL, Joomla, or PHP issue. But I will post it here, as some of you may know about this.
I... |
Forum: MySQL Jun 9th, 2009 |
| Replies: 4 Views: 1,440 That's perfect... what you listed are the options I'm looking for. Thanks for your help. |
Forum: MySQL Jun 9th, 2009 |
| Replies: 4 Views: 1,440 Thanks for your suggestion.
Yes, I did pursue that option at the beginning, but I want the SQL query to live inside a function and simply pass in a string of sometimes one, two, or even more... |
Forum: MySQL Jun 9th, 2009 |
| Replies: 4 Views: 1,440 Hi,
I trying select records where a field contains only one character of a string of characters.
i.e.
SELECT * FROM users WHERE user_role [contains any one character from...] 'ASD'
so in... |