[PHP-WIN] Installation of Apache & PHP4 on Windows

2001-05-14 Thread Rachel Baillie
I recently brought the book PHP fast & east web development. I am having problems trying to run PHP and an Apache Server on Windows. I have Windows ME. It was suggested to me that I had a spelling mistake. I am not sure where that would be as I have followed the instructions in the book very ca

[PHP-WIN] Installation of Apache & PHP4 on Linux

2001-05-14 Thread zamily
hello... somebody help me how to install freetds + php4 + apache which version is ok?? recently i use freetds 0.51, php4.0.5 and apache 1.3.19 php4 fail to communicate with freetds -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [PHP-WIN] Code still doesn't function correctly

2001-05-14 Thread Tom Mathews
If at first youdon't succeed, then give up and try a bulldozer approach: - Create a seperate php script for the new window. >From your existing page, open the new window with javascript, passing in the required id parameter to identify the cart contents that you want to display. If you can't ident

Re: [PHP-WIN] Installation of Apache & PHP4 on Windows

2001-05-14 Thread OoCobra97
Hello, Apache does some of the setting up for you...but there are some parameters you need to set...with the server name being the major one, or else it wont run. In your apache directory, you will see a folder named "conf" open that up, and find the file "httpd.conf" open this file in wordpad

[PHP-WIN] Jump to other url...

2001-05-14 Thread Germán A
How to jump to other URL with php With Javascript i'm use location.href="target.html" please help me -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

RE: [PHP-WIN] Jump to other url...

2001-05-14 Thread Asendorf, John
What do you mean by "jump to"? Do you want the page to autorefresh or something? John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aliquando et insanire iucundum est

RE: [PHP-WIN] Jump to other url...

2001-05-14 Thread Michael Rudel
@John: No, he wants a redirect. @Germán: Use this one: http://www.php.net";); exit(); ?> Muchos saludos, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany f

[PHP-WIN] Exec and IIS

2001-05-14 Thread Nick Howard
Hello, I feel like I'm beating a dead horse (I think that's the saying), but I'm having trouble with IIS and exec. I've read everything I can find on the subject, but I'm still unclear on a few things. What I want to do is fairly simple. Basically, some user will come to my page and select an opt

RE: [PHP-WIN] error message: php4ts.DLL-ts_rescource win98, Apache, PHP4.0

2001-05-14 Thread Vern DeHaven
Paul, Check to see if php4ts.dll is in your \windows\system folder. Peace, Vern - Hi, Iv'e installed Apache, configured and tested it: works fine. Installed PHP4 and made a file phpinfo.php. When I type 'http://localhost/phpinfo.php' I get the following message: 'Erro

php-windows Digest 14 May 2001 13:09:19 -0000 Issue 597

2001-05-14 Thread php-windows-digest-help
php-windows Digest 14 May 2001 13:09:19 - Issue 597 Topics (messages 7527 through 7538): Re: PHP installation error on win98 7527 by: Liquidice Re: PHP4 Refuses to Run in Any Directory Except c:\PHP4 7528 by: Alan Popow Re: Php4.0.4 Installation on Win98 for Apache 1.3.19

Re: [PHP-WIN] Installation of Apache & PHP4 on Windows

2001-05-14 Thread Julie Meloni
Rachel Baillie wrote: > I recently brought the book PHP fast & east web development. I am having problems >trying to run PHP and an Apache Server on Windows. I have Windows ME. > > It was suggested to me that I had a spelling mistake. I am not sure where that would >be as I have followed the i

[PHP-WIN] mysql

2001-05-14 Thread Germán A
who to add record in my mysql database? please helpme -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] mysql

2001-05-14 Thread Cynic
Hi German, you don't expect the list to do your homework for you, do you? RTFM: http://php.net/manual/en/html/ref.mysql.html. Then, if you get into problems, post you exact problem along with the code that doesn't work AND the exact error message you get, plus any other possibly useful info, li

Re: [PHP-WIN] Exec and IIS

2001-05-14 Thread Alain Samoun
Exec doesn't work in win32, wait for php4.06 where apparently it has been fixed. (See www.php4win.de for a prerelease). Alain On Mon, May 14, 2001 at 06:00:12AM -0700, Nick Howard wrote: > Hello, > > I feel like I'm beating a dead horse (I think that's > the saying), but I'm having trouble with

[PHP-WIN] PHP/Oracle/Web Server Setup Question

2001-05-14 Thread Woods Ron Contr SA-ALC/FMIS
Title: GAI I'm trying to setup PHP/Oracle scripts with PHP running on WinNT 4.0 and Oracle running on Solaris 8.   The problem I am having, I believe, is giving our Netscape Enterprise Server the proper paths to the Oracle files that seem to come automatically to the IIS server.   When I run

Re: [PHP-WIN] mysql

2001-05-14 Thread Johannes Janson
Hi, aside from the PHP manual metioned by Cynic look at the MySQL manual: http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#INS ERT Johannes ""Germán A"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 9doqac$mf5$[EMAIL PROTECTED]">news:9doqac$mf5$[EMAIL PROTECTED]... > who to

Re: [PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-14 Thread m.aprea
Hi Alan, What is the utility of the file php.ini if i can now work with php4 without it ? And into the httpd.cong file of Apache what is the utility of adding the row: LoadModule php4_module c:/Webshare/Scripts/php/sapi/php4apache.dll if php4 is loaded automatically by Apache from c: ? I solved

[PHP-WIN] Case issue with Mysql on windows

2001-05-14 Thread Paul Meagher
I am creating tables in Mysql on Windows. I like to capitalize the first letter of my table names. When I use phpMyAdmin to create these tables, the capitalization of the first letter is lost (everything is lower case). I am using MySQL 3.23.28-gamma Does anyone else have this issue and is the

[PHP-WIN] [PHP/4.0.5] Problem with session

2001-05-14 Thread Christian Ribeaud
Hi, I would like to know what is wrong with the code below. The following code will be included on every page with the include command. The variable $language does not seem to be registered at all. it should be registered again on every page. Why this? On the php.ini register_globals is "off" and

[PHP-WIN] mssql_connect

2001-05-14 Thread Carlos Andre Marques Moreira
Hi all, I have the following configuration: winnt + apache + php4.0.4 called let's say server1.domain.com and one with winnt + MS SQL Server 7.0 called server2.domain.com and a third machine with win200 + iis + php3.0.15 + MS SQL Server 7.0 called server3.domain.com on server3 the SQL Server is ca

[PHP-WIN] Testing php files on windows?

2001-05-14 Thread Geoff
How do I test my .php files in windows2000? I run it in explorer and it gives me a blank screen. I try to test it in DW4 and it gives me a blank screen. The only way I can do it now is by uploading to my server and testing it online. I use Dreamweaver 4 for my coding. Also, where can I find go

Re: [PHP-WIN] Testing php files on windows?

2001-05-14 Thread Johannes Janson
Hi, > The only way I can do it now is by uploading to my server and testing it > online. Well you use IIS which is part of win2k or get Apache or Xitami. Then you'll have to get the PHP binaries and there you go. > > I use Dreamweaver 4 for my coding. There are various editors for php. http://

[PHP-WIN] Testing php in Win2000?

2001-05-14 Thread Geoff
How do I test my .php files in windows2000? I run it in explorer and it gives me a blank screen. I try to test it in DW4 and it gives me a blank screen. The only way I can do it now is by uploading to my server and testing it online. I use Dreamweaver 4 for my coding. Also, where can I find g

Re: [PHP-WIN] Testing php files on windows?

2001-05-14 Thread Jerry Huffman
Geoff, I am not sure why it works, but I can click on a .php file in Windows Explorer and it is parsed and displayed in Internet Explorer almost like any other HTML file. In general, though, I edit and modify all my files in a directory like "C:\home\httpd\html" on my windows box so that any dir

RE: [PHP-WIN] mssql_connect

2001-05-14 Thread Svensson, B.A.T.
[...] >Warning:MS SQL: Unable to connect to server: server2.domain.com Just grabbing in the air (since there are few hints about the problem): but are you using named pipes or TCP/IP? Are you allowed to communicate over the network with the protocol you are using? -- PHP Windows Mailing List (

RE: [PHP-WIN] mssql_connect

2001-05-14 Thread Carlos Andre Marques Moreira
Well, i just don't know. While programming, scripts were on server3, there i have iis + sql 7. There i just used mssql_connect("server3","login","password") where server3 is the name of the sql server on server3 machine, and server3 is the connection parameter associated with multiprotocol shown

RE: [PHP-WIN] mssql_connect

2001-05-14 Thread Svensson, B.A.T.
>How could i make a connection using tcp/ip or named pipes? Are you using ODBC? >Which one is better? It depends on how you define "best"... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP-WIN] PHP/mySQL

2001-05-14 Thread Henning Solberg
Can Someone help me? I need some easy to understand php-script one shall put data in a mySQL database another shall delete posts and the third shall read from the database Thanks: REG. Henning

Re: [PHP-WIN] Jump to other url...

2001-05-14 Thread Liquidice
i normaly use: header("Location: http://www.yahoo.com";); is that what you want ? ""Germán A"" <[EMAIL PROTECTED]> wrote in message 9dogpk$l7k$[EMAIL PROTECTED]">news:9dogpk$l7k$[EMAIL PROTECTED]... > How to jump to other URL with php > > With Javascript i'm use location.href="target.html" > > pl

[PHP-WIN] *.ini

2001-05-14 Thread John Taylor-Johnston
How can I read the contents of an *.ini file? Is there an example kicking around that I did not see? Thanks, John -- John Taylor-Johnston Langues Modernes poste 289 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-14 Thread Alan Popow
On Mon, 14 May 2001 18:16:08 +0200, you wrote: >Hi Alan, > >What is the utility of the file php.ini if i can now work with php4 >without it ? Certainly you can run php without the ini file, but then everything goes to default. If you want to set your own parameters for php, then you need the .in

Re: [PHP-WIN] *.ini

2001-05-14 Thread Alan Popow
On Mon, 14 May 2001 18:30:48 -0400, you wrote: A *.ini file is just a common garden variety text file. Read it however you read any other text file. Alan >How can I read the contents of an *.ini file? >Is there an example kicking around that I did not see? > >Thanks, > >John > >-- >John Taylor-

[PHP-WIN] Difference between loadmodule and scriptalias

2001-05-14 Thread Lars Eirik Rønning
I was wondering if somone could give me a quick explanation on the difference between the loadmodule and the scriptalias when you set up php with Apache. As far i know i have both included in my configuration file.. Thanks alot Lars -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] *.ini

2001-05-14 Thread John Taylor-Johnston
There is no procedure in place, no one has created a module to ... to read ... say ... [StoreData] Name=Ben Hurr Not that I'm going to go Perling just for this, but ... ?? John Alan Popow a écrit : > On Mon, 14 May 2001 18:30:48 -0400, you wrote: > > A *.ini file is just a common garden varie

php-windows Digest 15 May 2001 01:46:00 -0000 Issue 598

2001-05-14 Thread php-windows-digest-help
php-windows Digest 15 May 2001 01:46:00 - Issue 598 Topics (messages 7539 through 7562): Re: Installation of Apache & PHP4 on Windows 7539 by: Julie Meloni mysql 7540 by: Germán A 7541 by: Cynic 7544 by: Johannes Janson Re: Exec and IIS 7542 by: Ala

Re: [PHP-WIN] Difference between loadmodule and scriptalias

2001-05-14 Thread Alan Popow
On Tue, 15 May 2001 02:05:48 +0200, you wrote: As far as I can figure it, LoadModule loads the dll right up front when apache gets loaded, so that it is already resident in memory whenever it's needed. Scriptalias tells apache to run the exe when it gets a script to process, and not before. You

Re: [PHP-WIN] *.ini

2001-05-14 Thread Alan Popow
On Mon, 14 May 2001 21:48:54 -0400, you wrote: Ahh.. Ok. I see what you're getting at. While I haven't tried it, it probably wouldn't be a lot of code to create a function to do it using file() to read the .ini file into an array and then using array_search() to find the required information. A

RE: [PHP-WIN] *.ini

2001-05-14 Thread Ignatius Teo
Try http://www.thewebmasters.net/php/ConfigReader.phtml Ignatius -Original Message- From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 15 May 2001 11:49 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] *.ini There is no procedure in place, no one has created a module to .

[PHP-WIN] Any links to a new CVS of PHP 4.0.6 Win32?

2001-05-14 Thread Cameron Just
Hi, A client needs some work done this week and it needs a feature of the latest CVS of PHP. Anyone have a link to a new Win32 version? or does anyone have any idea when the next version PHP 4.0.6 is coming out? Cameron Just

re: [PHP-WIN] Any links to a new CVS of PHP 4.0.6 Win32?

2001-05-14 Thread MBOULTER
Dunno if this helps, I found the source link on http://www.php4win.de http://php4win32.sourceforge.net/releases/php-4.0.6-dev-20010504.exe - Original Message - From: "Cameron Just" <{HYPERLINK "mailto:[EMAIL PROTECTED]"}[EMAIL PROTECTED]> To: <{HYPERLINK "mailto:[EMAIL PROTECTED]"}[EM

[PHP-WIN] Anyone: [PHP-WIN] *.ini

2001-05-14 Thread jtjohnston
>[StoreData] >Name=Ben Hurr Has anyone a few lines of code that could help read a couple of variables in an *.ini file? Thanks, John Alan Popow wrote: > On Mon, 14 May 2001 21:48:54 -0400, you wrote: > > Ahh.. Ok. I see what you're getting at. > > While I haven't tried it, it probably wouldn'

Re: [PHP-WIN] *.ini

2001-05-14 Thread jtjohnston
I don't see it? Will this allow me to access variables in an ini file? Thanks, John Ignatius Teo wrote: > Try > http://www.thewebmasters.net/php/ConfigReader.phtml > > Ignatius > > -Original Message- > From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 15 May 2001 1

RE: [PHP-WIN] *.ini

2001-05-14 Thread Ignatius Teo
Don't see what? It's there - I've just clicked on the link and it's definitely there. This is probably a silly question, but have u tried reading what it says? Ignatius -Original Message- From: jtjohnston [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 15 May 2001 16:23 To: [EMAIL PROTECTED] S