isvalid(url) issue

2014-08-27 Thread John M Bliss
ACF 10's isvalid(url) says that this is not a valid URL. What's your favorite alternative to isvalid(url)? http://www.domain.com/page.php?var=valuevar=valuevar=http://www.domain.com/path/page.htmvar=value -- John Bliss - http://www.linkedin.com/in/jbliss

Re: isvalid(url) issue

2014-08-27 Thread Russ Michaels
you are better off using your own regex to define what you consider to be valid. you may find something specific on cflib.org or riaforge.org or there is always http://www.validatethis.org/ On Wed, Aug 27, 2014 at 7:02 PM, John M Bliss bliss.j...@gmail.com wrote: ACF 10's isvalid(url) says

Re: isvalid(url) issue

2014-08-27 Thread John M Bliss
This seems better: http://cflib.org/udf/isURL On Wed, Aug 27, 2014 at 2:19 PM, Russ Michaels r...@michaels.me.uk wrote: you are better off using your own regex to define what you consider to be valid. you may find something specific on cflib.org or riaforge.org or there is always

Re: isvalid(url) issue

2014-08-27 Thread Byron Mann
Wonder if encoding your query string values would result in a positive response. Byron Mann Lead Engineer Architect HostMySite.com On Aug 27, 2014 2:03 PM, John M Bliss bliss.j...@gmail.com wrote: ACF 10's isvalid(url) says that this is not a valid URL. What's your favorite alternative to

Re: isvalid(url) issue

2014-08-27 Thread Russ Michaels
anyhting is probably better, isValid() seems to be quite unreliable judging by the number of posts I have seen saying it doesn't work. it would be interesting to see what it thinks about itself :-) IsValid( IsValid() ) On Wed, Aug 27, 2014 at 7:21 PM, John M Bliss bliss.j...@gmail.com wrote:

Re: isvalid(url) issue

2014-08-27 Thread Adam Cameron
ACF 10's isvalid(url) says that this is not a valid URL. What's your favorite alternative to isvalid(url)? http://www.domain.com/page.php?var=valuevar=valuevar=http://www.domain.com/path/page.htmvar=value Just to be clear... it's saying it's not a valid URL because it's *not* a valid