Hey,
Im trying to install phpdev423 on a windows 2000 server with no connection to the internet.
I get as far as installing phpdev but when i go to run the batch file (for windows 2000, as there is none for windows 2000 server) i get a dos screen message saying
apache1.3.27 win32 php4.2.3 is...
Hi, I have a script that contains:
set shell = CreateObject("WScript.Shell")
currentDir = shell.CurrentDirectory
I tested this script on a server at work, and it ran fine. I have just installed Windows 2000 server on my own computer, and am trying to get the same script to run on this server...
Hi,
Im brand new to networking.
I have a windows 2000 server which I need setup as Active Directory. The server will be connected to other client machines.
I have been reading some "how to's" in this area, and am constantly coming accross references to windows 2000. Thats where my...
Thanks for your reply PHV, this did help, although the links cannot be followed. When i click a link, there seems to be no effort made to open the target folder.
I do need a folder to be opened, however I tried specifying a file, rather than a folder, just to check if this was the problem, but...
Hi,
I have the following .vbs file:
'=====================Get Current Folder Location
Set sh = CreateObject("WScript.Shell")
currentLocation = sh.CurrentDirectory
Set objExplorer = WScript.CreateObject("InternetExplorer.Application")
DisplayInterface
'=====================Internet Explorer...
Hi, im altering a script that creates a specifically named folder:
Sub CreateFolders(strPath)
Dim objFso
Dim arrFolders
Dim strDrive
Dim strFolder
Set objFso = CreateObject("Scripting.FileSystemObject")
' Format path (remove leading and trailing spaces, and final backslash)
strPath =...
hi,
i have the following page:
<?php
session_start();
header("Cache-control: private"); // IE 6 Fix.
?>
<html>
<head>
<title>Page 1</title>
</head>
<body>
<p>Please select one of the following:</P>
Options:
<br><br>
<form method="POST" action="page2.php">
<input type=radio name=option...
mrmovie
the script should create a file and write information to it. this file isnt created when i run on the server. i do need wmi for the script to work, does this pose a problem for the server?
I have a script that im using to collect information on clients and/or servers on an active directory setup.
when i run the script from a client machine it works fine, when i run from a server it doesnt work.
any ideas?
excellent thanks a million, this works with what you suggested.
I didnt realise that sessions were the only way of doing this, I had wanted to reassign variable values, but sessions seem much cleaner, although im new to them.
Thanks again.
-laura
Hi,
I am trying to pass a variable ($textfileURL) from one 1.php page, to 2.php, and then on to 3.php.
While i know how to get the variable to the 2.php, i have
been unable to place the value of this variable within a form, and onto 3.php.
Within 3.php I have tried things like:
<input...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.