Wrox Programmer Forums
|
BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5
This is the forum to discuss the Wrox book Beginning PHP4 by Wankyu Choi, Allan Kent, Chris Lea, Ganesh Prasad, Chris Ullman; ISBN: 9780764543647
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 20th, 2003, 03:37 PM
Registered User
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Form posting not working on Win32 but OK on linux

I have 2 parallel systems
Debian linux with apache and PHP4
and Windows XP professional with apache & PHP4

I have been in the habit of debugging on the xp machine before I upload to the debian server

If I run the chap 3 examples eg checkbox.html/php, they work fine on the linux web server

On XP it runs fine but only if the checkbox is selected. If I fail to select the checkbox & hit submit I get this error.

Notice: Undefined variable: Choice in c:\program files\apache group\apache\htdocs\begphp\ch03\checkbox.php on line 5

I have compared the php.ini files of the 2 systems and cannot see any significant differences. I have had one or 2 other anomalies between the 2 systems, but this is fundamentally the most difficult to diagnose

Thanks in advance for any assistance

Synergz
 
Old July 21st, 2003, 11:37 AM
Registered User
 
Join Date: Jul 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Problem solved the default php.ini on win 32 had
error_reporting = E_ALL
replaced it with
error_reporting = E_ALL & ~E_NOTICE

Synergz





Similar Threads
Thread Thread Starter Forum Replies Last Post
IE7 script not working on linux server luminus BOOK: CSS Instant Results 9 February 1st, 2016 07:35 AM
http://ip address:8080 is not working in Linux tehte Apache Tomcat 1 January 5th, 2007 05:22 AM
problem in tomcat working in linux frozen84 Apache Tomcat 1 January 2nd, 2007 01:56 AM
POST method not working in LINUX Server , but work cnilashis Beginning PHP 2 August 19th, 2003 08:13 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.