Jump to content

aerospc

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by aerospc

  1. Does the following help...? <form> First Name &nbsp;<input type="text" name="usrfn" value="<?php print($user_first_name);?>"><br><br> Last Name&nbsp;<input type="text" name="usrln" value="="<?php print($user_last_name);?>"><br><br> <input type="submit" value="Update"> </form>
  2. Hello,   Does anyone know how I would go about connecting to a remote Interbase (v7) database?  The webserver hosting the PHP scripts is a Novell box and the server housing the Interbase database is a windows server 2000 box.  Is it possible? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.