ch_row($result)) {
>if ($sort == "lname" || $sort == "dept"){
>
>printf("%s, %s
>%s
>%s
>%s
>%s
>%s
>\n", $myrow[2], $myrow[3], $myrow[4], $myrow[5], $myrow[6],
>$myrow[7], $myrow[1]);
>
>
> } else
[snip]
Some of you may be saying that if I can re-type it and it works fine for
such a small site then just re-type it and let it go. The problem is this
site is small, but there are several others and one being 400+ php files
with over 1,000 lines of code and many of the files.
[/snip]
Check the
row[3], $myrow[2], $myrow[4], $myrow[5], $myrow[6],
$myrow[7], $myrow[1]);
} //end if
} //end while
echo "
Home";
} // End if
} else{
// display form
?>
Search
Phone Numbers
Title: Old PHP files not working
I am having a very weird problem and am not sure if it is the files or the php parser it self. I currently have a server running Apache 1.3.23, MySQL 3.23.47, and PHP 4.1.1 on Red Hat 7.2. I have another test server that I have just set up with the latest of th
4 matches
Mail list logo