<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034190" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034190</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-done-php-javascript-or-both#comment-1198964</link>
    <description> &lt;p&gt;The best thing to do is&lt;br /&gt;
formpage.html (action=processing.php)&lt;br /&gt;
on processing.php have an onload=&quot;window.location=complete.php&quot;&lt;br /&gt;
(just make sure to have the HTML you want displayed put before the php in processing.php then when the php is complete, it should trigger the onload and do the redirect.&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 May 2006 16:14:38 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1198964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-done-php-javascript-or-both#comment-1198644</link>
    <description> &lt;p&gt;Well the same method still applies really, form.php is submitted to processing.php (which has the nice &quot;Processing your request...&quot; message), processing.php GET&#039;s or POST&#039;s all the variables from form.php, does the system call to your biology package then redirects to results.php when complete.&lt;/p&gt;
&lt;p&gt;Does that make sense?&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 12:04:01 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1198644 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-done-php-javascript-or-both#comment-1198641</link>
    <description> &lt;p&gt;no, the external program doesn&#039;t have to do with PHP at all. It is a biology package that I call through PHP using the &quot;system&quot; command. And, when the program stops running, I read the results from a temporary file that is being created. I just wanted to use a message for as long as the program is running, I think it&#039;s more beautiful than not having anything at all...&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 08:35:01 +0000</pubDate>
 <dc:creator>ktsirig</dc:creator>
 <guid isPermaLink="false">comment 1198641 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-done-php-javascript-or-both#comment-1198639</link>
    <description> &lt;p&gt;Ok, well, that do you mean by an external program? Is it another PHP program or what?&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 May 2006 07:25:25 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1198639 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-done-php-javascript-or-both#comment-1198616</link>
    <description> &lt;p&gt;Hi, thank you  for your time!&lt;br /&gt;
Actually, what I do is not just take user&#039;s input and print it, but i use the data which the user sends as input to an external program that I call through PHP. This program is a bit slow, so I thought of using such a page (not a very complicated one) so that the user will see a message like &quot;Jour job is being processed&quot;, and then, when the job is done, the page will refresh and show the results or will redirect to the results page.&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Apr 2006 20:51:59 +0000</pubDate>
 <dc:creator>ktsirig</dc:creator>
 <guid isPermaLink="false">comment 1198616 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-done-php-javascript-or-both#comment-1198545</link>
    <description> &lt;p&gt;All you need is to define a page in the action=&quot;&quot; part of the  tag.&lt;/p&gt;
&lt;p&gt;So, something like  should do the trick. Once the user clicks on the submit button, it will jump to &quot;processing.php&quot; and start processing the form data.&lt;/p&gt;
&lt;p&gt;In processing.php process the data entered in the field and return a message.&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Apr 2006 02:44:22 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1198545 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
