it might be worth trying with an arbitrary website url too, to find out whether it is the hosting company blocking things, or twitter. The url I tried DID return a valid http result, but the result...
you are using "From $email" as header when sending to the person. So in practice this would mean that somebody with an address
like me@hotmail.com would eventually receive a message that can...
Hi, curl is a program that is available from haxx.se. It is a command line tool that simply grabs something from the server (in this case your xml dataset) and saves it as a file.
So you can inspect...
to make sure it is not the browser fooling you, how about trying a different tool to capture the output? I am using curl quite often, and believe it is available for windows too
I dont believe that javascript orphp are the ways to go. I think it is worth trying to evaluate whether loading one of those swf into a container could add the features.
Also, there is...
I do not have a real example for you (and it depends on which version flash/actionscript you are using),
but even this simple project makes sense to build in stages.
So here is the php stage...
sorry that I cannot really help. When I was in your situation, I started with a book (no idea what that was, but probably not in english), the php online manual and a task to solve...
on the flash side the byte array supports zlib compression, so you should probably look for zlib on the java side as well
If the bytearray is completely compressed, as3 is just
...
in case it does not work (you are telling the browser to reload the html/php part, not the flash part), there are three options
a) modify name of your swf - perhaps add some ?version=47 to...
Hi, in order to install something other than a conventional web application on a server, you probably need to run your one box ... could be a virtual one for a cheaper solution.
this does not look basically wrong...
First of all, there is
$low
etc. in your php rather than $_REQUEST['low']
This means you either need to have a very old php version running, or one...
I have checked the php code, and it looks fine. However, I think it is many years ago I had to use session_register('varname');
Maybe you have more luck with just a sole session_start() near...
the only thing I could suggest without actually seeing your site is a bit of server trickery: if the site is running on an Apache webserver, and you are allowed to use mod_rewrite, you could...
probably just write out that big html file with every date linked to sth like
cal.php?action=chg&day=17&month=3&year=2012
You would probably want to setup a database that combines a date...