RE: [PHP-WIN] COMPLETE! newby

2003-06-25 Thread Warren Vail
check http://us4.php.net/register_globals. there is a good explanation there. Warren Vail [EMAIL PROTECTED] -Original Message- From: JAY REIDY [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] COMPLETE! newby I just installed PHP

php-windows Digest 26 Jun 2003 01:04:58 -0000 Issue 1795

2003-06-25 Thread php-windows-digest-help
php-windows Digest 26 Jun 2003 01:04:58 - Issue 1795 Topics (messages 20548 through 20569): Re: Upgrading to MySQL 4.1 or higher worried about clients 20548 by: Per Lundberg please vpopmail windows dll needed 20549 by: David D install for dummies? 20550 by: George P

[PHP-WIN] COMPLETE! newby

2003-06-25 Thread JAY REIDY
I just installed PHP and Apache on everyone's favorite OS, Windows XP. Both more or less work as advertised, and I'm using them for development at home. When I use this form: Name: Email: to call this PHP script: I get this error: Notice: Undefined variable: username in C:\Pro

[PHP-WIN] Why is PHP not recommended with Apache 2.0?

2003-06-25 Thread Jeff Waldock
Can anyone explain why the message: "Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows. " appears prominently on the following PHP documentation page - for the installation of PHP with Apache 2? (http://uk.php.net/manual/en/install.apache2.php) I can find n

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
What you won't get here is the information entered into the form unless you use Javascript to move the data to the other part of the page. Now if the data was only there to determine which table to show then you could use this or a similar, technique. I think a simpler method would be to learn a

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Melih Onvural
This is actually really easy to do. make the post or get variable of your form page.php#($variable) and then define each layer or table further down the page with an achor name using (XHTML close tag). This will reload the page and direct it to the layer/table the user selected. melih > > Fro

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Stuart Felenstein
Jim Hunter <[EMAIL PROTECTED]> wrote: Layers are in Netscape-Once a page is drawn in Netscape it is not possible to change the HTML of an object. You can change attributes like color, position, etc, but you can not do anything like the IE method of innerHTML' which is used to change the infor

[PHP-WIN] Problems with Double Quotes and highlight_string

2003-06-25 Thread Jeremy Whitlock
PHP, I have this code: function highlight_code ($langName, $codeText) { $langName = strtolower($langName); require_once XOOPS_ROOT_PATH."/colorcode/HColor_Core.php"; if ($langName == 'php'){ return highlight_string(""

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
You are asking if you can change the information somewhere else on the page based on what is entered into a form, using PHP do make the changes. The answer is still no. PHP ONLY executes on the server, not on the client. The only way you can update information on the page without re-loading the pag

Re: [PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Stuart Felenstein
I understand what you are saying. PHP doesn't create or hide layers etc. What I'm trying to understand is will PHP work in that environment or not? Could I code one layer with a get or post form and have another layer translating it? Stuart Thank you for your response. Jim Hunter <[EMAIL PRO

[PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Jim Hunter
PHP is a Server Side language. What you need to do is handled with Javascript or some other scripting language on the Client side. If you use Javascript you will find that it is easy to manipulate anything on a page, even remove or add items to a page on the fly. But this is definately not a PHP ty

[PHP-WIN] SRM

2003-06-25 Thread Miha Nedok
Is there anything like SRM ( Script Runnin Machine - http://www.vl-srm.net/) for win32 ? -Mike -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Fw: WORKS ! Re: [PHP-WIN] http://localhost/text.php why does it download and can't be seen in IE ?

2003-06-25 Thread Ildiko Nyari
EVERYTHING WORKS (mysql-php-Apache ..) I AM SO HAPPY it took half a day to remove ImpAKT and reinstall everything again. thanks ! - Original Message - From: Ildiko Nyari To: Stephen Cc: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 12:55 PM Subject: WORKS ! Re: [PHP-WIN] http://

[PHP-WIN] WORKS ! Re: [PHP-WIN] http://localhost/text.php why does it download and can't be seen in IE ?

2003-06-25 Thread Ildiko Nyari
THANKS you are great. it works. it shows .php again ! THANKS - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: "Ildiko Nyari" <[EMAIL PROTECTED]> Cc: "Windows Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 12:50 PM Subject: Re: [PHP-WIN] http://localhost/te

Re: [PHP-WIN] http://localhost/text.php why does it download and can't be seen in IE ?

2003-06-25 Thread Stephen
ildiko If it tries to download the file, then Apache is not set to parse PHP files properly. You need to find a section that looks similar to below. You must make sure that the line AddType application/x-httpd-php .php is in that section as shown below. Stephen # # AddType allows you to tweak mi

[PHP-WIN] http://localhost/text.php why does it download and can't be seen in IE ?

2003-06-25 Thread Ildiko Nyari
Somehow still the text.php file can not be seen in the explorer. It want's to be downloaded. Why? ildiko

[PHP-WIN] OT[slightly] Tables and layers

2003-06-25 Thread Stuart Felenstein
I'm sure this is possible but not sure where to look to learn. Still really at the starting stages of PHP but if someone can point me in the right direction. Basically I don't want to swap out pages but as a for instance have a php enabled form in a table that will send [whatever is returned]

RE: [PHP-WIN] Listing an Objects Properties

2003-06-25 Thread N . A . Morgan
get_class_vars(); get_class_methods(); check out class/object functions in the manual for more info. -Original Message- From: Piotr Pluciennik [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 16:49 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Listing an Objects Properties prin_r() ??? ---

Re: [PHP-WIN] Listing an Objects Properties

2003-06-25 Thread Piotr Pluciennik
prin_r() ??? --- "Herhuth, Ron" <[EMAIL PROTECTED]> wrote: > > Is there anyway to view an objects properties? I > think I recall seeing > something about being able to do so but I can't find > it. > > thanks, > Ron > > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsub

[PHP-WIN] Listing an Objects Properties

2003-06-25 Thread Herhuth, Ron
Is there anyway to view an objects properties? I think I recall seeing something about being able to do so but I can't find it. thanks, Ron -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] how to make the Apache recognize the c:/php/sapi/php4apache.dll - http://localhost/_MMServerScript/MMHTTPDB.php

2003-06-25 Thread Ildiko Nyari
Does anybody know how to make the Apache recognize the c:/php/sapi/php4apache.dll because Apache doesn't see it. I have installed ImpAKT2, and now I am in a big mass, nothing works. I wish I didn't do it. I already had to reinstall Dreamweaver, to remove completely ImpAKT, because it even didn

[PHP-WIN] install for dummies?

2003-06-25 Thread George Pitcher
Hi, after using PHP for ages, my laptop died on me and I've been trying to get PHP active on a new W2K machine running IIS5. I've tried both the installer and the binary (both as CGI and ISAPI) with no success. I've copied the php4isapi.dll file along with php.ini to winnt\system32, tried just a

[PHP-WIN] please vpopmail windows dll needed

2003-06-25 Thread David D
Hi, Can someone compile vpopmail extension for me ? http://www.ionium.org/php/php_vpopmail-0.1.tar.gz I need a php_vpopmail.dll ... I have nothing for compiling this, so if someone can do easily ... Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

Re: [PHP-WIN] Upgrading to MySQL 4.1 or higher worried aboutclients

2003-06-25 Thread Per Lundberg
On Wed, 2003-06-25 at 03:50, Paul Menard wrote: > I'be been considering upgrading my data , MySQL > 3.23.42 to 4.013 or even going to 4.1. I've read on > the MySQL upgrade documents that some client might be > affected when upgrading to 4.1. It does specificall > mention Perl which I use to supplem

php-windows Digest 25 Jun 2003 11:21:12 -0000 Issue 1794

2003-06-25 Thread php-windows-digest-help
php-windows Digest 25 Jun 2003 11:21:12 - Issue 1794 Topics (messages 20544 through 20547): Re: connecting to mySQL - testing server specified does not map to the http://localhost/_MMServerScript/MMHTTPDB.php 20544 by: Ildiko Nyari Upgrading to MySQL 4.1 or higher worried about cli

[PHP-WIN] Fw: Question Regarding Local Host SubDirectory

2003-06-25 Thread Nadim Attari
> I have installed PHP4 on Windows XP Professional. > I have a C:\Inetpub\wwwroot and a C:\Inetpub\wwwroot\PHP directory. > When I use IE6 with a URL of http://localhost/php02.htm the script php02.htm > works fine. > When I use IE6 with a URL of http://localhost/php/php02.htm I get a "The > page ca

[PHP-WIN] downloaded PHP Code pro

2003-06-25 Thread Jeroen van Vlierden
from http://www.phpide.de/ anyone who has used this? Looks very good but I want to debug my code and I can't set any breakpoints or whatever and that is why I downloaded it in the first place. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php