why
whats the problem?
(
anythingbutthisactually,
Sat 13 Mar 2004, 22:16,
archived)
i'm wanting a simple way to check whether a URL has the http:// on it
and if not then i'll add it
(
lemony,
Sat 13 Mar 2004, 22:17,
archived)
look into these two fucntions on php.net
strpos and strstr I will have a look also seeing as I have nothing better to do
(
anythingbutthisactually,
Sat 13 Mar 2004, 22:20,
archived)
i was going to use parse_url
but i've not used it before and have no idea how it works
(
lemony,
Sat 13 Mar 2004, 22:21,
archived)
well, heres something to check whether http:// exists
(
anythingbutthisactually,
Sat 13 Mar 2004, 22:23,
archived)
i think you included a < or > sign in that
(
lemony,
Sat 13 Mar 2004, 22:24,
archived)
something yes
linked to where I found it
(
anythingbutthisactually,
Sat 13 Mar 2004, 22:26,
archived)
never heard
of parse_url though
will check it out
(
anythingbutthisactually,
Sat 13 Mar 2004, 22:28,
archived)