Search results

  1. P

    How do you send an E-Mail with PHP?

    <?php $to="my email address"; $subject="test"; $message="this a test message"; $flag = mail($to,$subject,$message); if($flag) echo "message sent thank you"; else echo "message not sent"; ?> And also check your SMTP configuration..
  2. P

    can i make php files using web page maker?

    Yes you can edit using web page maker. Still you can use any editor like notepad also to edit your PHP. Eclipse is the best editor I have ever used..Dreamweaver is also good editor.. and obviously PHP is the good language than ASP as per my concern.
  3. P

    best web hosting with php and mysql?

    Cheap, well maintained and good support bluehost.com
Back
Top