PHP On IIS Windows 2000 Server
I've downloaded the latest PHP (EXE & ZIP)....
I followed all the instructions I can find and yet PHP will not work with
my IIS !!
Can anyone talk me though exactly how to get them working together?
View Complete Forum Thread with Replies
Related Forum Messages:
UPDATE Command Is Not Working On MySQL, Windows 2000 Server
Hi all, I encountered mysterious problem with MySQL and PHP. UPDATE command is not working on MySQL configured on Apache 2 with Windows 2000 Server. It pulled my hairs for atleast 5 hours. MySQL says Affected rows: 0 (Query took ~ sec) always? Now, I've decided to move all PHP files and db to remote server. Can anyone suggest possible reasons for above errors?
View Replies !
Ms Sql Serveur 2000 On Windows 2000 !!!
I've an error with php & win 2000 & ms sql serveur 2000! listen, i've write an program with win xp easyphp1.7 and ms sql serveur 2000 all is ok on localhost ! all i use some store procedures , triggers and so on all will be ok on local ! Code:
View Replies !
Windows 2000 Problems
when I open IE and enter in "http://localhost" I get: "The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings." blah blah blah.... Then, when I click the Personal Web Manager icon in the Admin tools, I get this error: "Error connecting to servernamehere: Unexpected error 0x80074002 occurred. Do you wish to continue to attempt to connect to it in the future?"
View Replies !
Installing On Windows 2000 Iis 5
for some odd reason the installer program doesn't set the file extension ..php to be associated with anything, my guess is that it should be php-win.exe (i've tried all 3 .exe files, and the php.exe produces the correct results in a command window)... when running a .php in IE I can see it execute in task manager but the IE screen will not change to display the correct info.. anyone have any idea about this? IE settings wrong or something?
View Replies !
Use Gettext In Windows 2000
How can i use gettext in windows 2000. problem in compile .po file. how can i make the .po file. tell me in detail step by step. also unable to find msgfmt.exe, libiconv.dll, libintl.dll to compile .po file in windows.
View Replies !
Problems With MS-SQL, Apace, PHP On Windows 2000
I want to use PHP for a project at work. This project requires Windows 2000 running Apache and accessing MS-SQL Server 2000. I am using the mssql php extension to access the db and have all the required files to access the db. If the environment was not correct, it shouldn't connect and successfully query int data types. Everything works fine as long as I query for numeric datatypes such as int. However, every single time I try to query a text, char, var or datetime field, Apache crashes and I get a Windows error dialog saying that an error is being logged. Unfortunately, there is no error logged to either the Windows 2000 Event Log or the Apache log. I love PHP and would really like to be able to use it for this project rather than JSP or ASP on IIS. If anyone knows why this is crashing the server, I'd greatly appreciate any advice or help. By the way, this is an enterprise-wide database so switching to MySQL is not an option.
View Replies !
EGroupWare - With Windows 2000 Install
using Apache, PHP and MySQL on my own PC - been using it for a while on ISP hosted servers and plesk to create oline forums using things like Invision and PHPBB but decided to give running eGroupWare a go on my own PC. I have windows 2000 Pro and followed some online tutorial to the letter (excpet downloaded the very latest version of MySQl, PHP, etc) to install Apache, PHP and MySQL and all worked fine. Now downloaded eGroupWare and put it in the c:web folder and ran the setup file but when I go to my browser and tpye: http://localhost/egroupware/login.php I get the following below can anyone point me in the direction of what it all means?? Warning: main(C:/php/phpgwapi/setup/setup.inc.php): failed to open stream: No such file or directory in c:webegroupwareheader.inc.php on line 102 Warning: main(): Failed opening 'C:/php/phpgwapi/setup/setup.inc.php' for inclusion (include_path='.;c:php4pear') in c:webegroupwareheader.inc.php on line 102 Warning: main(C:/php/phpgwapi/inc/functions.inc.php): failed to open stream: No such file or directory in c:webegroupwareheader.inc.php on line 110 Warning: main(): Failed opening 'C:/php/phpgwapi/inc/functions.inc.php' for inclusion (include_path='.;c:php4pear') in c:webegroupwareheader.inc.php on line 110 Warning: main(C:/php/phpgwapi/inc/xml_functions.inc.php): failed to open stream: No such file or directory in c:webegroupwareheader.inc.php on line 111 Warning: main(): Failed opening 'C:/php/phpgwapi/inc/xml_functions.inc.php' for inclusion (include_path='.;c:php4pear') in c:webegroupwareheader.inc.php on line 111 Warning: main(C:/php/phpgwapi/inc/soap_functions.inc.php): failed to open stream: No such file or directory in c:webegroupwareheader.inc.php on line 112 Warning: main(): Failed opening 'C:/php/phpgwapi/inc/soap_functions.inc.php' for inclusion (include_path='.;c:php4pear') in c:webegroupwareheader.inc.php on line 112 Fatal error: Call to undefined function: createobject() in c:webegroupwarelogin.php on line 26
View Replies !
PHP5 Installation With MySQL, Windows 2000
Why I still have "undefined function error" messages? I included path c:php to my windows env. Edited php.ini file: include directory value. removed comment mark from extension=php_mysql.dll copied libmysql.dll to system32 directory Apache2 runs fine. I can run phpinfo.php I can create a database into the MySQL.
View Replies !
Include PEAR DB Framework Using PHP 5.0.4 On Windows 2000
Get the following errors when trying to include PEAR DB framework using PHP 5.0.4 on Windows 2000 with Apache 2. Warning: main(PEAR-1.3.3/DB/DB.php) [function.main]: failed to open stream: No such file or directory in E:Program FilesApache GroupApache2htdocsservusincludesinclude.php on line 19 Fatal error: main() [function.require]: Failed opening required 'PEAR-1.3.3/DB/DB.php' (include_path='.includes;.') in E:Program FilesApache GroupApache2htdocsservusincludesinclude.php on line 19 The include_path config variable looks like this: include_path = ".includes;." PHP is installed in e:php-5.0.4 and the PEAR Class defs are in e:php-5.0.4includesPEAR-1.3.3DBDB.php The includes that fail are: include_once("PEAR-1.3.3/DB/DB.php"); These worked with 4.4.0, but fail with 5.0.4 ...
View Replies !
MS-SQL Server 2000
i have a huge database that is mantained and updated on a daily basis. It is on a MS-SQL 2000 server. I need that data to be exported, preferably by a php script using a cron job every morning, to a MySQL database if anything has changed. I can write the code to do the SQL stuff and maipulate the data, but i'm confused as hell as how to connect to a MS-SQL server using either windows or linux (preferably linux) in order to GET the data! php's documentation of MS-SQL functions is very "lacking".
View Replies !
5 / SQL Server 2000 Problem
I just setup my server with IIS6, PHP5, and all that's working great. Now I'm trying to install SQL Server 2000, and I'm running into one particular problem. When I add the extension in php.ini for php_mssql.dll, then try to connect to to the database i created for it... all it does is sit there looping forever "waiting for "servername""..... I installed client network unitlity, created alias with IIS virtual directory..
View Replies !
PHP With ADO Stored Procedures In SQL Server 2000
here is the problem.. When this procedure runs I am supposed to get 2 output parameters. When an insert statement is going to generate duplicate names I get 1 for @checker and 3 for @insertid. When the Insert statement runs properly I am supposed to get 2 for @checker and an actual identity for @insertid. When using the code below, the part where the insert statement is unsuccessful works just as desired, however the part where it inserts the record returns zeros for both parameters. When the stored procedure is run using query analyzer it performs correctly in both instances. Here is my PHP code $cmd = new COM("ADODB.Command", NULL, CP_UTF8); $cmd->CommandText = "STP_insertartist"; $cmd->CommandType = 4; $cmd->ActiveConnection = $conn; $par=$cmd->Parameters; $par->Append($cmd->CreateParameter("@firstname",200,1,50,$_POST["txtfname"])); $par->Append($cmd->CreateParameter("@lastname",200,1,50,$_POST["txtlname"])); $par->Append($cmd->CreateParameter("@livedate1",3,1,9,$begdate)); $par->Append($cmd->CreateParameter("@livedate2",3,1,9,$enddate)); $par->Append($cmd->CreateParameter("@style",200,1,300,$_POST["txtstyle"])); $par->Append($cmd->CreateParameter("@datedescription",200,1,75,$datetext)); $par->Append($cmd->CreateParameter("@insertid",3,2,4)); $par->Append($cmd->CreateParameter("@checker",3,2,4)); $rec=$cmd->Execute; $invid=$cmd->Parameters["@insertid"]->Value; $check=$cmd->Parameters["@checker"]->Value; echo("Check: ".$check." Invid: ".$invid);.........
View Replies !
Problem Running PHP Script On 2000 Server
I am a web designer, and to process a form I placed a PHP script in it. The script sends input to an e-mail and writes it to a comma-delimited file as well. Well, I tested it on a Linux server and it works fine. However, when the IT guys placed it on a Windows 2000 server, the form does not process. I got this message from IT: "I tried installing Apache Webserver for windows and it displays the script on the screen when submitted but does not run the form. Rick, Is there anyway you can convert PHP -> ASP?" Code:
View Replies !
Passing A Value (eg Id) From A Apache Server To A Windows Server
I am trying to pass an Id from one server to another. The case is like this I have two scripts one in php and the other in asp. I am trying to combine the both together by passing an Id from php script to an asp script. The problems come on the client side because the information is on two different servers. Is there a way around this? Can this be accomplished?
View Replies !
PHP On Windows Server
I have been working with PHP in Linux for a while now and I have just been asked about PHP in the windows environment. Where should I go for the best info on what versions work the best with what windows server platforms? Does mysql work on windows and can I use the same php files written for Linux on Windows?
View Replies !
LDAP For Windows Server?
I'm wondering if anyone has any clue where to get an ldap server for windows? I'm trying to avoid installing the resource hog Active Directory on my server with limited resources(diskspace/memory). Perhaps that anyone ever compiled sucessfully the OpenLDAP, an opensource distribution.
View Replies !
Php And Windows Server 2003
I have a website(html)/eshop running on a 3rd party 'windows server 2003'. I want to include some rss feeds on a html page using a php script. is there a simple way to test a simple php script in that type of server - ie do i just insert the script & leave the page .html or do i have to change it to .php?
View Replies !
Php Accessing MS-SQL Server On Windows
I will be creating a small web site using php/apache/SQL Server running on a Win2000 server. It sounds as if there a number of alternatives for accessing SQL Server: mssql* functions, ADOdb object, using a ADO COM object, ODBC calls, etc. Has anybody out there evaluated the alternatives for speed, error handling, quality of documentation, etc?
View Replies !
Windows SMTP Server
I'm trying to send email in PHP, and I was hoping someone could refer me to an SMTP server for Windows that will work with PHP? I'm not coding any PHP but rather trying to setup PHP CMS applications (Drupal, Joomla, etc). These applications are in a test environment, so I'm not worried about getting flagged as spam.
View Replies !
Windows Server To Linux
I have the code below which worked fine when I was using it on my windows server. However I had a few problem with the windows server then I had to switch to a Linux based server. Once the switch was completed I started having problems with a number of my codes which worked fine previously. I have managed to solve quiet a few of them with the exeption of this one which I cant figure out and was hoping you could help. Code:
View Replies !
Unlink On A Windows Server
I'm trying to remove images from a directory outside of the directory where the delete script resides using the unlink command. I've used it a million times but this time the application resides on a Windows OS. The directory structure is: Code:
View Replies !
Php On Windows Server 2003
I work on a site with a friend of mine. Recently he transferred the site from being hosted on a Unix server to being hosted on his own server running Windows Advance Server 2003. He seems to know about as much about setting up servers as I do (which isn't much!), and although he's gotten PHP running, none of my PHP scripts that write files work. I've looked up answers and he's tried different things, but so far he hasn't been able to resolve the problem. Without being able to use fwrite() I will have to update several areas of the site by hand. Here's a sample error: Warning: fopen(file.txt): failed to open stream: Permission denied in G:modelsonline estswrite.php on line 11 Warning: fwrite(): supplied argument is not a valid stream resource in G:modelsonline estswrite.php on line 12 Warning: fclose(): supplied argument is not a valid stream resource in G:modelsonline estswrite.php on line 13 Can someone give me the dummies version of how to resolve this so I can explain it to him?
View Replies !
Windows 2003 Server
So here is my situation, I am running a Windows 2003 server (the full version) and have been happily using PHP 5 for a while, however it stopped working, I don't know exactly when as there are currently no critical applications using PHP. When I noticed this I did a little bit of research and decided it was probably a good idea to reinstall PHP 5.2, I consider myself quite knowledgeable with installing php as I have done it a fair few times, however to be safe I always follow the guide on php.net. Code:
View Replies !
IIS 6 On Windows 2003 Server
I figured that an easy way to check my progress was to just run them on IIS6. Well, troubleshooting time has gone up, and very little in the way of work has gotten done. hoping that someone here can steer me in the right direciton. I have installed PHP 4.3.8, and everytime I try and run a php file I receive this message: No input file specified.
View Replies !
Windows Server 2003
I'm an idiot, but I cannot figure out how to get PHP 5.0 and MySQL to work together. I've tried reading the "installation" files on PHP.net, but they only get me more confused. I am truly a beginner with PHP and MySQL, but i simply need to get PHP and MySQL talking so that some scripts I've purchased will work.
View Replies !
Installing On Windows Server...
I'm a rookie with Windows Servers (what can i say, i love linux) I need some help installing PHP and MYSQL on my windows server. I don't know if this affects anything, but i also have Plesk installed on it. I tried the directions on php.net and mysql.com and it didn't work. I need "php for dumbies" directions of how to do it.
View Replies !
Email And Windows Server
I have a windows xp pro server set up at home running a program called miniportal, a web server with mysql and php. I cannot send email through php as I don't think php is set up correct to do so. Code:
View Replies !
PHP Installation For Windows Server 2003
I'm having an issue installing PHP4 on my IIS 6.0 server. I am using the installer and am told that PHP 4.3.3 has been installed successfully but get the following error. "Due to missing OCX control on your systems, the installation Wizard is unable to configure your web server. However, PHP has been successfully installed, and all you need to do now is manually configure the web server as described in the install.txt file which can be found in your php installation directory." I manually configure for IIS 4.0 or greater and continue to get a "The page cannot be found - 404" error when accessing anything with a php extension? I have defined all the neccessary permissions for the dir. etc but still have an issue with the above error. I'm a first time installer on this platform so does anyone either (a) have a theory as to why this doesn't work or (b) have a solution that they have found.
View Replies !
Windows PHP Connect Into LINUX Server
I want to built a windows php website---> connect to the linux box--->read all settings value from the .ini files->display it into the php website->user can then change the values->save the .ini file base on the user modification close the file-->for back up reason of settings, also save the values into SQL database. I also need to reboot the linux box after apply changes to the .ini. Anyone knows how to approach this problem? What do I need? Does php have a built in ssh?
View Replies !
Php.ini Not Found On Windows Server 2003 64 Bit
I have installed php 5.2 on 64 bit windows server 2003, and it is all working, except it will not read my php.ini file. In phpinfo it just says C:windows I have tried: Setting envt variable PHPRC to c:php Adding registry entry [HKEY_LOCAL_MACHINESOFTWAREPHP] "IniFilePath"="C:PHP" And also registry entry [HKEY_LOCAL_MACHINESOFTWAREWow6432NodePHP] "IniFilePath"="C:PHP" And also just copying my php.ini file to C:windows None of these seem to work. Has anyone set up PHP on 64 bit windows server 2003, and if so, how did you get it to read your php.ini file?
View Replies !
GD Library Loading Windows Server
so i just put together a crappy WAMP box to expirement with and I noticed that when I run a few instances of a php script that shrinks/compresses a large number of images using the GD Library, the server stops serving any files whatsoever until the script finishes. The system resources look fine, i mean the cpu its at a 100% but memory usage is low...and I still have over 150megs of memory left. Code:
View Replies !
MySQL On Windows 2003 Server
I have installed PHP verr 4.x and MySQL 4.1 on a Windows 2003 Standard Server running IIS. I am trying to install phpadsnew an adserving program. However when I specify the username, password and table during installation it says Could not connect to database. Whereas the same thing installed without any error on a Windows XP Pro machine. Do I need to install MyODBC drivers or something similar.
View Replies !
Sending Mail From Windows Server
i trying to send a mail using php scripts from windows server i used the following code for that: <?php $from="info@mysite.com"; $to   = "ajiths4u@gmail.com"; $subject = 'Invitation'; $message = 'hello '; $headers = 'From: info@mysite.com' . " " .   'Reply-To: info@mysite.com' . " " .   'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?> and i also change my php.ini (smtp name & sendmail_from )but its not working in windows server.
View Replies !
Server Time - Popup Windows
I have an image on the website. When I click on that image a popup windows should open show a message saying "For demo call 123-123-1234" and if the client clicks during the night (9Pm to 7AM) he should get a form which accepts his email address and on submit sends to "abc@abc.com".
View Replies !
MSSQL - Unix Client / Windows Server
I need to access a MSSQL 7.0 database on a Windows NT Server from a Linux PHP Web-server. I have looked at FreeTDS, unixODBC and iODBC. unixODBC seems the easiest but alas one need to buy licenses. iODBC is a bit slow, apart from the ODBC part containing many connection layers, it also has a request broker/client running on top of the ODBC. FreeTDS seems like a decent solution. It even has the option of using TDS in conjunction with iODBC. This eliminates the use of the extra request broker/client. Furthermore I've read somewhere that one can use the Sybase functions of PHP to connect to a MSSQL server since both use the TDS (Tabular Data Stream) Protocol. What method would be the easiest and/or could be implemented using the ADOdb database abstraction layer class?
View Replies !
PHP/MySQL On Windows 2003 Server 64bit
We're looking at getting a hosted dedicated web server to host our PHP4/MySQL4 websites. It needs to be a MS Windows server as we use .NET Web Services for a lot of background communications. We've found what appears to be a fantastic hosting package but it is on Windows 2003 Server **64 bit edition**. Are there any problems with PHP4/MySQL4 on 64 bit servers? Are these problems easy to overcome?
View Replies !
|