Jump to content

how to make exe file with php

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
saint_xaver

saint_xaver

    Newbie

  • Members
  • PipPip
  • 15 posts
hi, anyone know how to or related to make swf file xml and jpg file become one exe and can play without flash player with php code and the output is one exe file? Please, I need it for my final task in academic..
thx :)

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
I think there are php compilers out there, but as far as I know, they don't work that way...
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
saint_xaver

saint_xaver

    Newbie

  • Members
  • PipPip
  • 15 posts
ow, i searching in the internet almost a day and didn't find it. i think it's imposible to find out too. okay, thanks..

#4
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Does it have to be PHP?
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#5
saint_xaver

saint_xaver

    Newbie

  • Members
  • PipPip
  • 15 posts
hmm, if non php can do it why not?:)
you know how to do it with other programming languange? :drool:

#6
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
I only know web design languages sorry. It could be easily done in many other languages, I think Flash could do it.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#7
Feral

Feral

    Programmer

  • Members
  • PipPipPipPip
  • 162 posts
Well if you are very familiar with php you can check out c or c++ since php is in the same family as c/c++. And since c/c++ are compiled languages you end up with a exe by default.

There are php compilers the one that comes to mind is roadsend but they are usually limited in there use or complicated to use.