My paths are incorrect after modifying httpd.conf to allow for mod rewrite and multiviews on my local network server. I haven't modified any paths, yet it's treating my rewrite base as the...
That's exactly what I was trying to do NogDog. I read through the array functions last night trying to figure out how to do this without looping. I'm looping to parse the rest of the page, I just...
I'm submitting a form (cross-domain) to an iframe and want the parent to close after submission. How can I detect if the iframe is loaded? Sorry, I'm not very good at this.