| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Closed Join Date: Jan 2008
Posts: 14
![]() | DomainSellerPro - Show proper case in MySQL This is for -RJ- and anybody who knows what to do. I just purchased RJ's DomainSellerPro script (now that the Paypal link is fixed.. Thanks crazyd ! ). I input all domain names with appropriate Upper and lower case characters so that they will be easy to read, etc. However, they show up in the Category boxes and listings in all lower case! This makes it difficult to read some domain names, and makes the results and site look amateurish! What can be done to make domain names display as I enter them, with proper and appropriate Upper and lower case characters? Thanks! |
| |
| | #3 (permalink) |
| New Member Join Date: Nov 2007
Posts: 18
![]() | can you access the css - could then use text-transform:capitalize
__________________ Web Design Bournemouth, UK |
| |
| | #4 (permalink) | ||||
| NamePros Regular Join Date: Jul 2004 Location: Seattle, Wa
Posts: 596
![]() ![]() ![]() |
| ||||
| |
| | THREAD STARTER #6 (permalink) | ||||
| Account Closed Join Date: Jan 2008
Posts: 14
![]() | Re: DomainSellerPro problem half fixed
????: NamePros.com http://www.namepros.com/programming/445829-domainsellerpro-show-proper-case-in-mysql.html However, removing line 120 doesn't seem to affect what happens when names are added in bulk. How do I stop DomainSellerPro from forcing all names to be all lower case that are added in bulk? Thanks very much! Steve | ||||
| |
| | #7 (permalink) | ||||
| Account Closed Join Date: Jul 2003 Location: CALIF
Posts: 335
![]() ![]() |
$dom = strtolower($dom); which is line 58 of functions_inc.php | ||||
| |