<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>On 2011-05-13 20:14, John Johnson wrote:</tt>
<blockquote cite="mid:4DCDC969.5020701@golden.net" type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
  <div class="moz-text-html" lang="x-western"> <tt>The test file has
been chmod-ed to 755.<br>
  </tt></div>
</blockquote>
<tt><br>
</tt><tt>OOPS: chmod of a PHP file to 755 is unnecessary and could be
problematic.<br>
Unlike sh files, PHP files are not executable code per se. <br>
Therefore (I think) chmod to 644 is a better choice (and works).<br>
<br>
</tt>
<blockquote cite="mid:4DCDC969.5020701@golden.net" type="cite">
  <div class="moz-text-html" lang="x-western"><tt>That other PHP files,
w/o MySQL code, execute over the tubes ....<br>
  </tt></div>
</blockquote>
<tt><br>
</tt><tt>Not exactly. Some PHP code is working. <br>
<br>
Other PHP stuff is not working, specifically moving data around in
$_POST and $_SESSION is not working.<br>
<br>
I copied a working app from WinXP's C:\xampp\htdocs folder to the Linux
box under /var/www<br>
<br>
Some of the PHP code in the app works when accessed through
<span class="moz-txt-link-freetext"><a class="moz-txt-link-freetext" href="http://localhost/">http://localhost/</a></span><br>
<br>
But it appears that I cannot move data between pages using moving data
around using $_POST and $_SESSION.<br>
<br>
This could explain why I have basic access to MySQL but my larger
webapp using MySQL does not work.<br>
<br>
</tt>
<blockquote cite="mid:4DCDC969.5020701@golden.net" type="cite">
  <div class="moz-text-html" lang="x-western"><tt>I could crawl through
the tubes looking at tuts but I thought I would
toss this out here.<br>
  </tt></div>
</blockquote>
<tt><br>
</tt><tt>Assistance with PHP </tt><tt>$_POST and $_SESSION is
requested.<br>
</tt><tt><br>
Thanks<br>
JohnJ<br>
<br>
</tt><br>
</body>
</html>