plz help me ...there are problem

Discussion in 'Site & Server Administration' started by ahmed17, Aug 31, 2006.

  1. #1
    hello everybody . i want to know how i can install gd libary of php to use it

    note !
    i found in extensions folder the dll of gd "php_gd2.dll" and found it included in
    php.ini (configuration) ........wat i do ,plz help me ?


    ________________________________
    .:second problem :.
    ________________________________
    i want to know how i can tie php with ms acess and excel files ...?
    note! i am using mysql but i read article say u can tie php with ms acess or excel but
    how ?..its the prolobem

    *******************************************************
    third problem
    ______________
    the following script does not give me any result ,i want to make it work
    and if user send message to another the script move to another page say
    sucess process

    <!doctype html public "-//W3C//DTD HTML 4.0 //EN">
    <html>
    <head>
           <title>Title here!</title>
    </head>
    <body>
    <?php
    
    @mail($email, $subject, $message, "From: $from_email");
    
    ?>
    </body>
    <form method="POST" action="start">
    <p>to  <input type="text" name="email" size="20"></p>
    <p>subject  <input type="text" name="subject" size="20"></p>
    <p>message  <textarea rows="4" name="message" cols="20"></textarea></p>
    <p>from   <input type="text" name="from_email" size="20"></p>
    <p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
    </form>
    </html>
    PHP:
    _____________________
    fouth:
    i want sample script for uploading files
     
    ahmed17, Aug 31, 2006 IP