473,396 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

script help

i installed apache 2.2 on winxp with php5. when i write a piece of
html and include a php or java script in the html i have no problem.
when i file the script and use something like
<script src="script.php"></script>
i get nothing. he finds the file - if i rename it - he complains.
i'm guessing a config param. please help.

Sep 15 '06 #1
5 1404
hoozdiss wrote:
>
i installed apache 2.2 on winxp with php5. when i write a piece of
html and include a php or java script in the html i have no problem.
when i file the script and use something like
<script src="script.php"></script>
i get nothing. he finds the file - if i rename it - he complains.
i'm guessing a config param. please help.
You made two substantial mistakes.

1) If you use the HTML <scripttag you must tell the user agent which
language it is written in.

e.g. <SCRIPT type="text/vbscript"
src="http://someplace.com/progs/vbcalc">

2) The <scripttag is for client side scripting only! The server should
just pass the script to the user agent which should execute it.
If you want to include PHP scripts from a file use

<?php
include("/path/script.php");
?>

Bye!
Sep 15 '06 #2
On Fri, 15 Sep 2006 14:54:48 -0400, hoozdiss <Bi***@msn.comwrote:
>i installed apache 2.2 on winxp with php5. when i write a piece of
html and include a php or java script in the html i have no problem.
when i file the script and use something like
<script src="script.php"></script>
That's specifying a client-side script to run, which is probably not what you
want (unless the PHP script is itself generating Javascript, for example).

You probably want to use require() or similar in a PHP block.

--
Andy Hassall :: an**@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Sep 15 '06 #3
i'm trying to run scripts like site counters etc. right now i just
have small test scripts -

</head>

<body>
this is a test
<script type="text/javascript"
src="http://192.168.123.162/test/scriptA.php"></script>
<br>and this<br>
<script src="http://localhost/test/calendar.php"></script>
try this-<br>
<script type="text/javascript" src="scriptJ.js"></script>
<br>
<script type="text/javascript">
document.write("this part works")
</script>
<br>
try include
<?php
include("scriptA.php");
?>

etc.
i keep the script files in the same directory as the html-
....Apache2.2\htdocs\test
if i delete them - there's a msg in the log so he knows they're there.

i don't know about using script type= javasript with php - am i
missing something here? but even the js doesn't work (except the
inline one).


Sep 15 '06 #4
hoozdiss wrote:
i'm trying to run scripts like site counters etc. right now i just
have small test scripts -

</head>

<body>
this is a test
<script type="text/javascript"
src="http://192.168.123.162/test/scriptA.php"></script>
<br>and this<br>
<script src="http://localhost/test/calendar.php"></script>
try this-<br>
<script type="text/javascript" src="scriptJ.js"></script>
<br>
<script type="text/javascript">
document.write("this part works")
</script>
<br>
try include
<?php
include("scriptA.php");
?>

etc.
i keep the script files in the same directory as the html-
...Apache2.2\htdocs\test
if i delete them - there's a msg in the log so he knows they're there.

i don't know about using script type= javasript with php - am i
missing something here? but even the js doesn't work (except the
inline one).

There is no difference between using a script tag in PHP and in HTML (as
long as the tags aren't in a PHP block, of course).

First of all try getting it to work in a simple html page. Once you get
it to work there, it will work in this page.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 15 '06 #5
god - been working on this all day - finally found it - you can tell
i'm new to this. my apache install was vanilla - i used htdocs for
initial testing then added a test directory under that which is where
i tested the scripts. they didn't work until just now when i added
the test directory and "Options +Includes" to the httpd.conf file.
i really thought that was supposed to trickle down. anyway thanks for
all offers of help.
Sep 15 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dpackwood | last post by:
Hello, I have two different scripts that do pretty much the same thing. The main perl script is on Windows. It runs and in the middle of it, it then calls out another perl script that then...
4
by: hupjack | last post by:
I finally joined the millions of cell phone users out there. I'm the 2nd phone on what is now a family share plan. (Our two cell phones use minutes from a central 400 minute peak time pool.)...
14
by: Akbar | last post by:
Hey there, Big-time curiosity issue here... Here's the test code (it's not that long)... it's to display a large number of image links with captions, ideally pulled in from an external file...
8
by: Johnny Knoxville | last post by:
I've added a favicon to my site (http://lazyape.filetap.com/) which works fine if you add the site to favourites the normal way, but I have some JavaScript code on a couple of pages with a link,...
4
by: Derek | last post by:
I have the following script in a page and it gets an error in IE 6. Says something about an invalid argument but the line number doesn't help since I can't see the javascript code when viewing...
0
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
9
by: Harry Smith | last post by:
While reading the documentation on IsStartupScriptRegistered, there is a reference to "client startup script" as "Determines if the client startup script is registered with the Page object." What...
3
by: Angus | last post by:
I have a web page with a toolbar containing a Save button. The Save button can change contextually to be a Search button in some cases. Hence the button name searchsavechanges. The snippet of...
3
by: David | last post by:
On Sun, May 4, 2008 at 4:43 AM, lev <levlozhkin@gmail.comwrote: Hi, I started tidying up the script a bit, but there are some parts I don't understand or look buggy. So I'm forwarding you the...
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.