Search results

  1. O

    Getting Email to Work - PHP

    Please bare with me if these questions sound so stupid! Only just learnt PHP/SQL! I am now mucking around with the mail() function in PHP: <?php $to = "openforum@gmail.com"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; if (mail($to, $subject, $body)) {...
  2. O

    PEAR Packages

    Hi, just wondering how would I go about installing the following two PEAR packages: PEAR::Spreadsheet_Excel_Writer and PEAR::OLE Thanks Dave
Top