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

2003-06-25 Thread Stuart Felenstein
e "objects" dynamic (forms, tables, layers). I took that to mean that the object has a life of it's own and once sent to the server a hidden layer or table could automatically appear, again without redrawing the entire page. Sorry for the confusion. Stuart Jim ---Original

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

2003-06-25 Thread Stuart Felenstein
fly. But this is definately not a PHP type of thing. Jim Hunter ---Original Message--- From: Stuart Felenstein Date: Wednesday, June 25, 2003 11:14:11 AM To: PHP List Subject: [PHP-WIN] OT[slightly] Tables and layers I'm sure this is possible but not sure where to look to learn. Still r

[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] Phpinfo.php

2003-06-23 Thread Stuart Felenstein
module /PATH_TO/php/sapi/php4apache2.dll (note the apache2!) and tell me if this worked for you. ciao SVEN Stuart Felenstein wrote: > I also put php.ini, php4ts, php4apache2 all into my system32 > directory. > > Stuart > > Dean Hayes wrote: > > Did you add the lines > >

[PHP-WIN] Parsing Error: Short just a few lines of code, please look

2003-06-21 Thread Stuart Felenstein
Created a small registration form, trying to spit back the information for confirmation. Getting a parsing error. I don't know if it means anything, but I created the form and table in GoLive. Up to defining the variables everything is cool, ZDE points to line 32, as an unexpected >. Though

Re: [PHP-WIN] Phpinfo.php

2003-06-20 Thread Stuart Felenstein
I also put php.ini, php4ts, php4apache2 all into my system32 directory. Stuart Dean Hayes <[EMAIL PROTECTED]> wrote: Did you add the lines LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php to your httpd.conf file Dean "The Insane Guy" Hayes Mystica

Re: [PHP-WIN] Re: Help please: undefined index in sample code

2003-06-15 Thread Stuart Felenstein
actly what's in there. This may give you a clue as to what is going wrong. I tested your script on my 4.3.2 build, and it worked fine. If $_POST doesn't work, give $HTTP_POST_VARS a try. If that doesn't work, I'm stumped. What web server are you using? -Adam. Stuart Fele

[PHP-WIN] Grrrrr! Definitive guide for setup on XP Pro?

2003-06-15 Thread Stuart Felenstein
I had to do a system restore yesterday and basically blew out my PHP setup. What I seem to not be able to find is a definitive guide to setting up PHP properly. I have followed the install guidelines on php.net (documentation) for Windows. What I found though before, was that it was not compl

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stuart Felenstein
ommend you change your settings to error_reporting = E_ALL & ~E_NOTICE This should solve your problem. - Original Message - From: "Stuart Felenstein" To: Sent: Saturday, June 14, 2003 10:18 AM Subject: Re: [PHP-WIN] Help please: undefined index in sample code > Yes,

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stuart Felenstein
Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z <[EMAIL PROTECTED]> wrote: register globals on or off ? --- Stuart Felenstein wrote: > I can't believe Chapter 1 , section 1 and I'm off to a bad start > already. > Usin

[PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stuart Felenstein
I can't believe Chapter 1 , section 1 and I'm off to a bad start already. Using this form and script, I keep getting "undefined index" for the variables I declare in the script. Running PHP 4.3.2 on XP Pro. Thanks. Stuart Form: Item Quantity Tires Oil Spark Plugs