Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-17 Thread googling1000
After I took Chris's advice and go to the .js file directly like http://locahost/myfunctions.js, I see the machine that is giving me a hard time says that there's a error in the javascript code. But, I took a look and the code seems fine to me. -- View this message in context:

Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-17 Thread Ashley Sheridan
Any chance of putting a link to this .js file online so that we can have a look at it? Without that, there's very little anyone can do for you. Ash www.ashleysheridan.co.uk ---BeginMessage--- After I took Chris's advice and go to the .js file directly like http://locahost/myfunctions.js, I see

Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-14 Thread Per Jessen
googling1000 wrote: I have apache and php on Windows. I have 3 computers. A php file is calling an external .js file. Two of my computers have no problem calling a .js file, there's only one machine that doesn't execute functions inside of the .js file. My .php file has the following

Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-14 Thread googling1000
Hi, Thanks already for replying. How do you check for that??? And, what do you have to do to force Apache to load it??? Per Jessen wrote: googling1000 wrote: I have apache and php on Windows. I have 3 computers. A php file is calling an external .js file. Two of my computers have no

Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-14 Thread Per Jessen
googling1000 wrote: Hi, Thanks already for replying. How do you check for that??? And, what do you have to do to force Apache to load it??? You're on Windows, right? Sorry, I don't know anything about Windows. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-14 Thread googling1000
Edit: I don't think Javascript is disabled on my computer. When I tried posting the code online, I see that my js functions are executed just fine on this one particular machine. -- View this message in context:

Re: [PHP] On one of my computers, php can't see an external javascript I included

2008-08-14 Thread Chris
googling1000 wrote: Edit: I don't think Javascript is disabled on my computer. When I tried posting the code online, I see that my js functions are executed just fine on this one particular machine. Hit the file directly in your browser: http://example.com/path/to/javascript.js what do you

[PHP] On one of my computers, php can't see an external javascript I included

2008-08-13 Thread googling1000
I have apache and php on Windows. I have 3 computers. A php file is calling an external .js file. Two of my computers have no problem calling a .js file, there's only one machine that doesn't execute functions inside of the .js file. My .php file has the following line in the beginning of the