Can php be installed on hp iPaq ... for learning purposes?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Can php be installed on hp iPaq ... for learning purposes?


    Hi all,
    Needless to say that I am new to the forum. Am thinking about buying a
    pocket pc, hp iPaq 6315 to be exact. Question is can I install php and a
    database like mySQL on it, to practice and learn?

    TIA
    Sincerely,
    TAriq



    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
    Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004


    Tariq Guest

  2. Similar Questions and Discussions

    1. Flash Player on Pocket PC 2003, HP IPAQ h5550
      Hello, I tried to install the Flash Player 7 on my Pocket PC HP IPAQ h5550 (Pocket PC 2003 Premium) But there comes a failure mesage that the...
    2. HP IPaq Messenger
      <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <DIV align=left>&nbsp;</DIV>...
    3. Setting up IIS for DHTML purposes
      I trying to set up a web server in my local computer so i could test out DTHML pages (e.g. dynamic calender using php and html with login features,...
    4. WinCE How to run ruby on an iPAQ
      I'm a new user of Ruby, but so far, I'm impressed and wanting to find every opportunity to practice and learn more. When I discovered the WinCE...
    5. Can Bluetooth KB/Mouse transceiver be used to connect IPAQ?
      I just got the new 2215 ipaq (it is great!) to replace my 3855. I would like to know if I can use the built in bluetooth to connect to my desktop...
  3. #2

    Default Re: Can php be installed on hp iPaq ... for learning purposes?

    What I meant was, can I install a server to execute the scripts? Sorry for
    not being clear!

    "Tariq" <taariqq@yahoo.com> wrote in message
    news:chbr58026co@enews4.newsguy.com...
    >
    > Hi all,
    > Needless to say that I am new to the forum. Am thinking about buying a
    > pocket pc, hp iPaq 6315 to be exact. Question is can I install php and a
    > database like mySQL on it, to practice and learn?
    >
    > TIA
    > Sincerely,
    > TAriq
    >
    >
    >
    > ---
    > Outgoing mail is certified Virus Free.
    > Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
    > Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004
    >
    >

    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
    Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004


    Tariq Guest

  4. #3

    Default Re: Can php be installed on hp iPaq ... for learning purposes?

    Tariq wrote:
    > What I meant was, can I install a server to execute the scripts?
    > Sorry for not being clear!
    >
    When it's running on Linux, it should not be a problem. See the links
    mentioned in the following thread:

    [url]http://tinyurl.com/3nbs3[/url]


    JW



    Janwillem Borleffs Guest

  5. #4

    Default Re: Can php be installed on hp iPaq ... for learning purposes?

    Tariq spilled the following:
    > What I meant was, can I install a server to execute the scripts? Sorry for
    > not being clear!
    >
    <snip>
    >> Needless to say that I am new to the forum. Am thinking about buying a
    >> pocket pc, hp iPaq 6315 to be exact. Question is can I install php and a
    >> database like mySQL on it, to practice and learn?
    >>
    It's certainly possible if you use Linux as the OS - see
    [url]http://www.handhelds.org/geeklog/index.php[/url] for how to install. Once you
    have Linux running on it, it should be fairly easy to compile PHP for the
    target on a desktop and just copy over the files.

    MySQL is probably overkill for a PDA - currently PHP ships with SQLite an
    embedded DBMS (more like a file I/O lib with an SQL interface than a real
    DBMS).

    Similar for Apache - great for high volume servers - bloatware on a PDA -
    try monkey - [url]http://monkeyd.sourceforge.net/[/url] (49k executable).

    I've just started playing around with PHP5, but a simple build passed
    through strip comes out at 1Mb - should fit!

    Alternatively (and particularly if you want to keep the Microsoft OS, and
    can lick the problem of compiling PHP for your target) you might want to
    check out Nanoweb ([url]http://nanoweb.si.kz/[/url]) which is a webserver written in
    PHP.

    HTH

    C.
    Colin McKinnon Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139