PHP senza server web?

Visualizzazione dei risultati da 1 a 10 su 10
  1. #1
    byte L'avatar di Gyshan
    Registrato
    Apr 2001
    Messaggi
    173

    Predefinito PHP senza server web?

    Salve, ragazzi, è un po' che non vi tormento...

    Ho una domandina per voi...Vorrei sviluppare un'applicanzioncina, sostanzialmente un'interfaccia per un database mysql. Al momento ho trovato il modo di gestire un db mysql senza avere installato un server dedicato (progetto Firebird), ma volendo usare PHP per la parte di gestione, non trovo niente che mi permetta di farlo senza installare Apache o simili. Conoscete qualche libreria che consenta di usare PHP senza installare server? Oppure mi consigliate di usare un altro linguaggio per l'interfaccia, come ad esempio Delphi o Python?

    Attendo con ansia una vostra risposta!

  2. #2
    Aborigeno WEB L'avatar di TheMic
    Registrato
    May 2003
    Località
    Avezzano (AQ)
    Età
    43
    Messaggi
    5,003

    Predefinito

    Ciao...

    potrebbe risolvere il problema Server2Go... sul sito, nella homepage, si legge questo:
    ...
    Server2Go is a Webserver that runs out of box without any installation. That means it is a webserver that can run directly from cdrom, usb stick or from any folder on harddisk. Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM. Server2Go was primary developed for the usage on CD-ROM but there is no problem use it from other drives too.
    ...
    Link al sito: http://www.server2go-web.de/


    Tienici aggiornati!!!


  3. #3
    Supervisore Straordinario L'avatar di tHeGoOd
    Registrato
    Sep 2000
    Località
    Cenaia, Toscana, Italy, Italy
    Età
    39
    Messaggi
    1,669

    Predefinito

    In ogni caso in qualche server http credo che lo dovrai installare, in quanto il php è nato proprio come linguaggio di scripting per un server del genere, e, in fondo, genera pagine html! Quindi un server alle spalle ci vuole sempre. Certo, se ne trovano di pesanti, leggeri, senza installazione, etc. Ma qualcosa ci vuole
    It is common knowledge that old school hackers all have large beards. Alan Cox,RMS and maddog are brilliant examples. The reason for this is that growing a beard is the most interesting use of one's time when the computer is waiting for fsck to finish messing around after a system crash, and on large filesystems, you'll have plenty of time to waste (this might also be why there are so few female hackers; they can't grow beards).

  4. #4
    Supervisore Straordinario L'avatar di tHeGoOd
    Registrato
    Sep 2000
    Località
    Cenaia, Toscana, Italy, Italy
    Età
    39
    Messaggi
    1,669

    Predefinito

    Ah, tra l'altro quel Server2GO altro non è che una installazione di apache ben configurata per farla partire senza installazione :P
    Teoricamente tutti i linguaggi di programmazione possono interfacciarsi al MySQL. Puoi farlo tramite i driver per database oppure semplicemente collegandoti al server MySQL e inviando le queries. Per il supporto dei singoli linguaggi ti conviene cercare sul sito di MySQL o sulla documentazione del linguaggio. Cmq delle librerie ci sono x i maggiori linguaggi, cioè c, c++ e java.
    It is common knowledge that old school hackers all have large beards. Alan Cox,RMS and maddog are brilliant examples. The reason for this is that growing a beard is the most interesting use of one's time when the computer is waiting for fsck to finish messing around after a system crash, and on large filesystems, you'll have plenty of time to waste (this might also be why there are so few female hackers; they can't grow beards).

  5. #5
    byte L'avatar di Gyshan
    Registrato
    Apr 2001
    Messaggi
    173

    Predefinito

    Originariamente inviato da tHeGoOd
    Cmq delle librerie ci sono x i maggiori linguaggi, cioè c, c++ e java.
    Voglio costruire un applicazione stand-alone, che gestisca un piccolo db. Siccome ho studiato php per lavoro, e mi piace, volevo usarlo.

    Mi sembra più facile, però, buttarsi su di un linguaggio piùstandard, come il java. Molti mi hanno parlato bene del Python e del Delphi, tu che ne pensi?

    X TheMic: Grazie per il link!

  6. #6
    Supervisore Straordinario L'avatar di tHeGoOd
    Registrato
    Sep 2000
    Località
    Cenaia, Toscana, Italy, Italy
    Età
    39
    Messaggi
    1,669

    Predefinito

    Originariamente inviato da Gyshan
    Mi sembra più facile, però, buttarsi su di un linguaggio piùstandard, come il java. Molti mi hanno parlato bene del Python e del Delphi, tu che ne pensi?
    Il Python è un buon linguaggio, di livello molto alto e quindi fornisce astrazioni comode per tutte le cose che si può pensare di fare. E' però un pò più lento degli altri.
    Il Delphi l'ho abbandonato da anni per fare posto al c/c++ e relativi framework. Allo stato attuale sembra comunque abbastanza attivo, potrebbe essere una buona idea. Ti sconsiglio fortemente lo sviluppo su piattaforma .NET, in quanto mini in modo assoluto la portabilità del programma ad altri sistemi.
    Ovviamente se l'obiettivo fondamentale è la portabilità il linguaggio migliore è sicuramente il Java.

    Passo la palla ad altri programmatori, per sentire la loro idea.
    It is common knowledge that old school hackers all have large beards. Alan Cox,RMS and maddog are brilliant examples. The reason for this is that growing a beard is the most interesting use of one's time when the computer is waiting for fsck to finish messing around after a system crash, and on large filesystems, you'll have plenty of time to waste (this might also be why there are so few female hackers; they can't grow beards).

  7. #7
    Aborigeno WEB L'avatar di TheMic
    Registrato
    May 2003
    Località
    Avezzano (AQ)
    Età
    43
    Messaggi
    5,003

    Predefinito

    Io eviterei come la peste il Delphi... ^_^

    per tutto il resto sono totalmente allineato a quello che dice il buon tHeGoOd... se vuoi un programma altamente "esportabile" utilizza Java!




  8. #8
    Supervisore Straordinario L'avatar di tHeGoOd
    Registrato
    Sep 2000
    Località
    Cenaia, Toscana, Italy, Italy
    Età
    39
    Messaggi
    1,669

    Predefinito

    In effetti quando ho scritto pensavo fosse ancora sviluppato kylix. Poi, navigando su internet, ho visto che nn è più supportato.
    Va detto che, quando lo usavo io, circa 5 anni fa, offriva una buona interfaccia per sviluppare graficamente, molto migliore anche del Visual Basic.
    Forse è ancora uno dei più veloci x programmare graficamente, anche se ormai con eclipse anche il java è diventato facile e veloce.
    Poi, dal canto mio, quando programmo (raramente) mi butto su c/c++ standard con librerie grafiche come le wxWindows. Non è punta-e-clicca, ma dà un altro tipo di soddisfazioni
    It is common knowledge that old school hackers all have large beards. Alan Cox,RMS and maddog are brilliant examples. The reason for this is that growing a beard is the most interesting use of one's time when the computer is waiting for fsck to finish messing around after a system crash, and on large filesystems, you'll have plenty of time to waste (this might also be why there are so few female hackers; they can't grow beards).

  9. #9
    byte L'avatar di Gyshan
    Registrato
    Apr 2001
    Messaggi
    173

    Predefinito

    Originariamente inviato da tHeGoOd
    Poi, dal canto mio, quando programmo (raramente) mi butto su c/c++ standard con librerie grafiche come le wxWindows. Non è punta-e-clicca, ma dà un altro tipo di soddisfazioni
    Mmmhhh... ho un odio abbastanza radicato per il C semplice ... Il C++ è a oggetti, se non ricordo male, potrebbe essere il linguaggio che cerco... Anche il java lo sto usando per lavoro, ma non vorrei costringere la gente ad installarsi circa 20Mb di librerie per usare un programma di qualche centinaio di Kb.
    Mi piaceva fare qualcosa del tipo scompatta-e-usa, includendo nel file compresso (zip o rar che sia) tutte le librerie necessarie. Anche per questo avevo pensato a php: tutti hanno almeno un browser installato .

    Grazie a tutti per i consigli, e state tranquilli: se non obbligato, non userò mai il framework .NET!

  10. #10
    Supervisore Straordinario L'avatar di tHeGoOd
    Registrato
    Sep 2000
    Località
    Cenaia, Toscana, Italy, Italy
    Età
    39
    Messaggi
    1,669

    Predefinito

    Forse il C++Builder o il Delphi fanno al caso tuo... Cmq ormai quasi tutti hanno una Java Virtual Machine installata...
    Se usi C++Builder o Delphi devi ricordarti di compilare i programmi staticamente, sennò fanno affidamente su delle dll proprietarie che devi distribuire (e anche quelle sono qualche decina di mega, se nn ricordo male)
    It is common knowledge that old school hackers all have large beards. Alan Cox,RMS and maddog are brilliant examples. The reason for this is that growing a beard is the most interesting use of one's time when the computer is waiting for fsck to finish messing around after a system crash, and on large filesystems, you'll have plenty of time to waste (this might also be why there are so few female hackers; they can't grow beards).

Informazioni Thread

Users Browsing this Thread

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Discussioni simili

  1. Windows server 2003: blocco del servizio Server
    By Mirk0 in forum -= Sistemi Operativi Windows e software generale =-
    Risposte: 8
    Ultimo messaggio: 13-06-2009, 12:02
  2. HFS Mini Web Server senza installazione
    By betaxp86 in forum -= Sistemi Operativi Windows e software generale =-
    Risposte: 12
    Ultimo messaggio: 10-07-2007, 18:21
  3. Microsoft Exchange Server 2007 VHD per VirtualPC/Virtual Server
    By betaxp86 in forum -= Sistemi Operativi Windows e software generale =-
    Risposte: 0
    Ultimo messaggio: 06-07-2007, 10:39
  4. Risposte: 6
    Ultimo messaggio: 10-06-2006, 20:25

Tags

Regole d'invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
nexthardware.com - © 2002-2022