Results 1 to 3 of 3

Thread: First time, open file

  1. #1

    Thread Starter
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    First time, open file

    I am looking at this PHP code and trying to decide I have another 4TB of brain storage for another language.

    Starting simple:
    Could I have data in an ASCII file?
    'name, address, city, state'
    Open and output to user...

    The Idea: running PHP on a PC with a public address.
    This PC runs my VB program reads the database and builds a ASCII or Excel file. PHP waits for a user to request this information from a BlackBerry.

    Is this a simple program?
    Can you offer some code that will help, direct me in this direction..
    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: First time, open file

    Moved From The Codebank

  3. #3
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: First time, open file

    uhh. you could have PHP take a request and then run your VB program, sure. seems a little pointless, but that's just me.

    but, you could also have PHP interface with your database and build your ASCII file rather than having another program do it. you may be able to build Excel files as well, but I've not looked into it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width