dams            Fri Jul 20 14:12:00 2001 EDT

  Added files:                 
    /phpdoc/en/faq      misc.xml 
  Log:
  Initial Adding to faq
  

Index: phpdoc/en/faq/misc.xml
+++ phpdoc/en/faq/misc.xml
 <chapter id="faq.misc">
  <title>PHP and HTML</title>
  <titleabbrev>PHP and HTML</titleabbrev>

   <para>
    PHP and HTML interact a lot : PHP generate HTML, and HTML
    has informations that will be sent to PHP.
   </para>

  <qandaset>
   <qandaentry id="faq.misc.popup">
    <question>
     <para>
      Where did the pop-ups go on the website? 
      Can I have the code for that?
     </para>
    </question>
    <answer>
     <para>
      The yellow pop-up windows on the old site were pretty cool, but
      were very difficult to maintain (since some companies seem to
      enjoy changing the way their browsers work with every new release).
    </para>
    <para>
      All the code for previous versions of the website is still available
      through CVS.  Specifically, the last version of shared.inc (that had
      all the Javascript and DHTML to do the popups) is available 
      <ulink url="&faqurl.popup;">here</ulink>.
     </para>
    </answer>
   </qandaentry>

  </qandaset>
 </chapter>

 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
 sgml-omittag:t
 sgml-shorttag:t
 sgml-minimize-attributes:nil
 sgml-always-quote-attributes:t
 sgml-indent-step:1
 sgml-indent-data:t
 sgml-parent-document:nil
 sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
 -->


Reply via email to