Re: Can't validate URL

2013-01-25 Thread Luciano Bargmann
My advise: Use http://yourls.org/ On Thursday, January 24, 2013 4:45:50 PM UTC-7, gonzela2006 wrote: Hello euromark, Thanks for your reply I'm trying to make my own short link service for my blog and I wish to make it using CakePHP I think I can't validate this URL because it is too long

Can't validate URL

2013-01-24 Thread gonzela2006
Hello, can't validate the below url using 'rule' = 'url' on my model https://www.google.com/search?sugexp=les;gs_rn=1gs_ri=serptok=ryp3YY4UdU39xLhgeQ6ElQpq=cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp cakephp

Re: Can't validate URL

2013-01-24 Thread euromark
the same spam as http://stackoverflow.com/questions/14505837/cakephp-cant-validate-url ? Am Donnerstag, 24. Januar 2013 17:16:49 UTC+1 schrieb gonzela2006: Hello, can't validate the below url using 'rule' = 'url' on my model

Re: Can't validate URL

2013-01-24 Thread gonzela2006
Hello euromark, No spam, I'm just trying to find a solution to my problem in different places. On Thursday, January 24, 2013 6:59:20 PM UTC+2, euromark wrote: the same spam as http://stackoverflow.com/questions/14505837/cakephp-cant-validate-url ? Am Donnerstag, 24. Januar 2013 17:16:49

Re: Can't validate URL

2013-01-24 Thread euromark
you should be a little bit more verbose and descriptive. so this url you posted (and which looks like a spam url) is what you tried to validate using the validation rule url? and it returned false? where did you even get this url? because as a valid url it wouldbe more sth like

Re: Can't validate URL

2013-01-24 Thread gonzela2006
Hello euromark, Thanks for your reply I'm trying to make my own short link service for my blog and I wish to make it using CakePHP I think I can't validate this URL because it is too long *Note*: I have tried to encode this URL before validate it and still getting false URL. Please advise --