[PHP-DEV] Re: Can't fiqure out how to fix this error! HELP!

2002-07-09 Thread Matt Parlane

Perhaps it would help if you let everyone know what exactly was on line
13...


Celebei [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 This is the error I get and I can't fiqure out how to fix it:
 Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting
 T_STRING or T_VARIABLE or T_NUM_STRING in
d:\apache\htdocs\ViewGuestbook.inc
 on line 13

 HELP!!





-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: unable to pass values between pages

2002-04-29 Thread Matt Parlane

Hi Maria...

What version of PHP are you running?  If you are running 4.2.0 or newer, the
problem you are seeing is by design.  From version 4.2.0 onwards, request
variables are no longer registered in the global scope.
See http://www.php.net/release_4_2_0.php

In future, [EMAIL PROTECTED] is the place to post questions about
developing WITH PHP - php-dev is for the development OF PHP.

Thanks,

Matt


Maria [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Dear Freinds,
 I am trying to pass the value from one page to other. But that value is
not
 displayed by the receiving page.
 I am using win 2000 server with IIS. Is there anything to be configured in
 php.ini file?
 The following is the code:

 user.php
 HTML
 FORM METHOD=POST ACTION=process.php
 INPUT TYPE=text NAME=usernameBRBR
 INPUT TYPE=submit value= Submit data
 /FORM
 /HTML
 -
 process.php
 HTML
 ?
  echo ( Welcome,  . $username);
 ?
 /HTML





-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php