[PHP-WIN] Re: php_mcrypt.dll ?

2001-11-01 Thread Liquidice
I need this too ! :( Paul - Zenith Tech Inc [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Does anybody know where I can download the php_mcrypt.dll extension for PHP 4.06?? Many thanks, Paul -- PHP Windows Mailing List (http://www.php.net/) To

php-windows Digest 1 Nov 2001 09:27:20 -0000 Issue 832

2001-11-01 Thread php-windows-digest-help
php-windows Digest 1 Nov 2001 09:27:20 - Issue 832 Topics (messages 10136 through 10143): multidimensional array 10136 by: afan 10138 by: Justin Garrett PHP4, Xitami, NT4 Workstation issues 10137 by: Erik H. Mathy PHP.ini problems 10139 by: Harry Blohm

[PHP-WIN] File Upload on Win2K

2001-11-01 Thread Joseph Koenig
Hi, I know this is a question asked all the time and but this one's got me confused. I'm attempting to have a form upload an image. Simple enough. The file gets moved up to the temp directory just fine. If I echo the file, I get something like F:\PHP\uploadtemp\php56.tmp, which is right where it

[PHP-WIN] Utility script: dates

2001-11-01 Thread DL Neil
Somewhere on my travels around the many PHP/script sites, I'm sure that at one time I noticed a date-display utility. I cannot find it again. Please would someone point the way... What I'm looking for: displays a form with a variety of date/time fields, user enters a date/time into various

[PHP-WIN] Re: Utility script: dates

2001-11-01 Thread Michel Laine
Is this what you needed? Don't remember where i found this - so i attached it to this email. -- Michel Laine DESCRIPTION: What is Date_Calc? Date_Calc is a calendar class used to calculate and manipulate calendar dates and retrieve dates in a calendar

[PHP-WIN] POST REFERER problem

2001-11-01 Thread Michel Laine
I need some guidance on the following problem. I have a setup where the usage flow is (kinda) like this: Page A \ /\ | Login -+-- [done login] Page B / | \ \ (back to calling page) / Nice ascii

RE: [PHP-WIN] 4.0.6 mssql.dll Extension load failure

2001-11-01 Thread Erik H. Mathy
Do you have the MSSQL client installed on that box? - Erik -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:45 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] 4.0.6 mssql.dll Extension load failure We have PHP

[PHP-WIN] storing multidimensional array

2001-11-01 Thread afan
Hi to all, I created the way to set multidimensional array into database using serialize function. Code looks like: $person = array(afan, pasalic, pasa, 123456789); $home = array(home address comes here, home city, home state, home zip code); $work = array(work address comes here, work city,

[PHP-WIN] include(remote host) under w2k problem

2001-11-01 Thread Marek Wysmulek
Hi all. I have searched almost everything on the net regarding php and windows focusing on one thing. How to include to php script started on apache on w2k external sript placed on some URL. Source of test script (http://mylocalhost/marek.php) ? include("http://hermes.com.pl/test.php"); ? and

[PHP-WIN] a'propos: include(remote host) under w2k problem

2001-11-01 Thread Marek Wysmulek
Hi. I forget that any answers please send to group cause I'm sitting behind modem ;- and got no incomin mail configured. Marek. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

RE: [PHP-WIN] include(remote host) under w2k problem

2001-11-01 Thread Ross Fleming
I would assume, that because linux is built around networking, making a reference to http://whatever would tell linux to look on the internet for the file. window isn't built the same way, so it doesn't know to look beyond it's filing system. As to a solution, I'm not sure. I'd look into fopen

Re: [PHP-WIN] File Upload on Win2K

2001-11-01 Thread Joseph Koenig
I've been working on this all day and still am no further than I was this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is set to F:\PHP\uploadtemp, which is right where it should be. When I upload a file, if I echo it, I get the path to the file, however, when I go into the

RE: [PHP-WIN] POST REFERER problem

2001-11-01 Thread Ross Fleming
Right if I understand this right, then I think this should do the trick: In your href tags to the login page (say login.php) should look like this: A HREF=login.php?came_from=AClick to login/A for page A and A HREF=login.php?came_from=BClick to login/A for page B. Your login page will now

[PHP-WIN] Re: PHP.ini problems

2001-11-01 Thread Jason Wood
He already stated that he used phpinfo(); and it was looking in c:\winnt. as to your question im not really sure. I think there's a way that you can tell PHP to use a certain ini file, im not sure though. Double check to make sure you used the php.ini-dist and not the optimized one. Had

[PHP-WIN] Login-System

2001-11-01 Thread Karl S. Løland
English: i wonder about how i can make a login-system to my page. and this should work in a forum-system. could enyone help me? Mvh Karl S. Løland -- Norsk: jeg lurer på om hvordan man kan lage et login/registerings system til et forum

[PHP-WIN] ADODB - FieldCount? Where is it????

2001-11-01 Thread Asendorf, John
I'm getting calls to an undefined function in ADODB called FieldCount but it doesn't seem to be in the adodb.inc.php Does anyone know where I can find it? Thanks, John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES

php-windows Digest 1 Nov 2001 21:40:17 -0000 Issue 833

2001-11-01 Thread php-windows-digest-help
php-windows Digest 1 Nov 2001 21:40:17 - Issue 833 Topics (messages 10144 through 10165): Apache not running correctly 10144 by: Laura Varney 10145 by: Ross Fleming 10146 by: Svensson, B.A.T. 10147 by: Svensson, B.A.T. 10149 by: DL Neil File Upload

PD: [PHP-WIN] include(remote host) under w2k problem

2001-11-01 Thread Marek Wysmulek
Dear Ross. Thanx a lot. Pretty works. You even don't know how did you help me. Marek. - Original Message - From: Ross Fleming [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 8:11 PM Subject: RE: [PHP-WIN] include("remote host") under

[PHP-WIN] Question about MySQL, ORDER

2001-11-01 Thread BlueBytes
http://paa.fragland.net/hosted/myquestion/ here you find my question, thx -- 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]

[PHP-WIN] Looking for a script

2001-11-01 Thread Kevin
I am looking for a php script that will allow me to input user name and then let me send them a page once I click on their name and type a short text message. If anyone can lead me in the right direction, I thank you. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Connecting to a database

2001-11-01 Thread Raoul Snyman
Hi, I'm a newbie and I'd like to know how to connect to a database. what goes in the hostname, username, etc. parameters, and how to use that connected db. Thanks Raoul Snyman

RE: [PHP-WIN] Connecting to a database

2001-11-01 Thread Ross Fleming
What database are you using? There are several you can use. mssql, mysql, postgresql to name a few. Also, what system are you using (Windows 9x, 2K etc) and which server are you running? Let us know and we'll probably be able to get you up and running Ross -Original Message- From:

re: [PHP-WIN] include(remote host) under w2k problem

2001-11-01 Thread Ross Fleming
Sorry? I'm a little confused what you're saying. :-) I gather it works though? The email I sent may have been a bit mixed up, the answer kind of came to me as I was typing it, then I checked it to see if it worked and then sent it to you. I hope it's working for you OK! :) Ross

[PHP-WIN] Re:[PHP-WIN] POST REFERER problem

2001-11-01 Thread Michel Laine
I've got a couple suggestions on how i should be able to solve my problem. I got to elaborate a bit to know if any of these work. ThanX for the help. -- Michel Laine -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [PHP-WIN] Apache not running correctly

2001-11-01 Thread Svensson, B.A.T.
Does 'ping localhost' work? -Original Message- From: Laura Varney To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2001-11-01 11:24 Subject: [PHP-WIN] Apache not running correctly I have installed apache onto my machine (W2K) but when i type localhost in IE5 it says page cannot be found,

RE: [PHP-WIN] Apache not running correctly

2001-11-01 Thread Svensson, B.A.T.
On second thought: which pages do you excatly try to access? The defualt? Is there any defualt pages set, and does the page exist? -Original Message- From: Laura Varney To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2001-11-01 11:24 Subject: [PHP-WIN] Apache not running correctly I have

Re: [PHP-WIN] Apache not running correctly

2001-11-01 Thread DL Neil
I have installed apache onto my machine (W2K) but when i type localhost in IE5 it says page cannot be found, apache is running as a console window I think this means Apache is not running correctly I have added these lines to my httpd.conf file: LoadModule php4_module /php/sapi/php4apache.dll

Re: [PHP-WIN] 4.0.6 mssql.dll Extension load failure

2001-11-01 Thread Mike
Finally realised what was wrong - You need to manually copy ALL the SQL Server client network files from the sqlServer box into the system32 directory on the PHP/IIS server box. - then magically the module loads and works - Using a regular SQL client install some of the files tha PHP needs dont

[PHP-WIN] 4.0.6 mssql.dll Extension load failure

2001-11-01 Thread Mike
We have PHP installed as an ISAP module on our W2K IIS5 server and its operational with no problems - phpinfo() runs just fine. But - When I uncomment the php_mssql.dll extension in php.ini I get an error when PHP starts up saying it cannot find the .dll file. The extension directory is

RE: [PHP-WIN] 4.0.6 mssql.dll Extension load failure

2001-11-01 Thread Mize, Robert
check to make sure you have extension_dir = c:\php\extensions or c:\winnt\system32 (whereever you are loading the dlls) in php.ini -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 11:45 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: