You are here: Re: Notice: Undefined index: Error « PHP Programming Language « IT news, forums, messages
Re: Notice: Undefined index: Error

Posted by Schraalhans Keukenmeester on 04/25/07 08:15

jsgoodrich@gmail.com wrote:
> I am looking for some help if anyone can lend a hand.
>
> I have a simple php website that displays a table from my mysql
> database.
>
> To prep for my MCSE I moved my home server to Windows 2003 Standard, I
> installed mysql and php 5 to run some of my databases and websites.
>
> Under Linux the site worked fine, under windows I keep getting Notice
> Undefined Index error on line 67
>
> I have went back to the basics just pull the data then display and
> still get the same error.
>
> 60 $sql = "SELECT * from newschool ORDER BY State, CollNam";
> 61
> 62 $result = mysql_query($sql, $dbcnx) or die(mysql_error());
> 63 $number_of_rows = mysql_num_rows($result);
> 64
> 65 while ($newArray = mysql_fetch_array($result)) {
> 66
> 67 $id = $newArray['id'];
^^
id, without a $, is a constant. Yet you probably haven't defined that in
your code prior to using it. (I suspect this is a typo though, yes?)
If you have error reporting set to E_ALL, besides warnings and errors,
you'll get notices as well.

HTH

Sh.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация