PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old August 4th, 2002, 02:38 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
My code is fine, maybe my server is screwed up?

I recently began playing with PHP and MySQL. I was running through one of the basic tutorials on this site, and actually managed to get past the first page without screwing something up. But, of course, the second page introduced some problems.

The code block on this page:

http://codewalkers.com/tutorials.php?show=5

Works perfectly. I get the form to come up, and no errors are reported.

However, the first code block on this page:

http://codewalkers.com/tutorials.php?show=5&page=2

Gives a "Notice: Undefined index: submit in c:apachehtdocsphpnews1.php on line 15" message at the bottom of the page.

Here's all of the code in my news1.php file:

php Code:
Original - php Code
  1. <html>
  2. <body>
  3.  
  4. <FORM ACTION="<?=$PHP_SELF?>" METHOD="POST" NAME="newsentry">
  5. Your name:<BR>
  6. <INPUT TYPE="text" SIZE="30" NAME="name"><br>
  7. The News:<BR>
  8. <TEXTAREA NAME="news" COLS="40" ROWS="5"></TEXTAREA><BR><BR>
  9. News Password:<BR>
  10. <INPUT TYPE="password" SIZE="30" NAME="password"><BR>
  11. <INPUT TYPE="submit" NAME="submit" VALUE="Post it!"><BR>
  12. </FORM>
  13.  
  14. <?PHP
  15. if($HTTP_POST_VARS['submit']) {
  16.     echo "The form has been submitted";
  17. }
  18. ?>
  19.  
  20. </body>
  21. </html>


I am covinced this is a problem with my PHP installation, as several other tutorials on the 'net have failed to work properly as well. The PHP message boards I have installed localy, PHPBB and VBulletin, work just fine.

I am running Apache webserver 1.3.22 for Win32 under Windows 2000 Professional Service Pack 2, along with

-Active PERL 5.6.1.633 for Win32
-MySQL 3.23.51
-PHP 4.2.2 for Win32

No firewall, I'm on dial-suck.

Would an Apache upgrade fix the problem?

Thanks in advance.

Reply With Quote
  #2  
Old August 4th, 2002, 03:04 AM
Matt Matt is offline
Contributing User
Codewalkers Specialist (4000 - 4499 posts)
 
Join Date: Apr 2007
Location: Florida
Posts: 4,158 Matt User rank is Private First Class (20 - 50 Reputation Level)Matt User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 h 12 m 16 sec
Reputation Power: 7
RE: My code is fine, maybe my server is screwed up?

The "problem" is that all error reporting is on on your server. That isn't a bad thing really. I let's you know when code isn't coded as well as it should be. That tutorial needs to be updated because of my sloppy coding change the line:

if($HTTP_POST_VARS['submit']) {

to:

if(isset($HTTP_POST_VARS['submit'])) {

and place :

global $HTTP_POST_VARS;

just before that line and things should be better....

Reply With Quote
  #3  
Old August 4th, 2002, 09:43 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: My code is fine, maybe my server is screwed up?

Wow, thanks. I set my php.ini file to only report fatal errors (the kind that are made out to be the end of the world), so things should go smoothly now...

Reply With Quote
  #4  
Old August 5th, 2002, 04:40 AM
sager sager is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 45 sager User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: My code is fine, maybe my server is screwed up?

For old c/c++ coders, the way you did it would be the way to go, but as I found out in the recent programming contest, it isn't the "corect" way of doing it
Even so, I'm not going to quit doing it the old way, just for the contests I am;)

ps: I'm stuborn
-Sager

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > My code is fine, maybe my server is screwed up?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek