Results 1 to 4 of 4
Thread: Writing to Generic Text doc...
-
August 27th, 2007, 03:56 PM #1164Hobbyist
postsWriting to Generic Text doc...
I've set this up using the live hit counter example here on kirupa but I can't get it to work. Could anybody take a quick peek? It's a really simple project... 10 lines of php, 2 lines of AS.
Thanks in advance!
-
August 28th, 2007, 12:10 PM #2
Hi woodman650,
You didn't specify what your problem was but I'm going to take a guess.
In foodwrite.php on line 11 you've got:
This will return the old value, not the new updated value. If you want to return the new value, because it looks like you are simply appending the new value to the old one, exchange that line for:PHP Code:print "count=".$count;
Hope it helps.PHP Code:print "count=".$count.$formData;
:: Refined
::
-
August 28th, 2007, 02:47 PM #3164Hobbyist
poststhanks Refined... still doesn't seem to do anything though. I click the black "submit" button I've created and nothing happens. hmmm
-
August 29th, 2007, 04:12 AM #4
Hi woodman650,
Unfortunately I don't know enough about the Flash - PHP interaction to be able to help you on the actionscript side of things. Hopefully one of the many gurus here can lend a hand.
Regards.:: Refined
::

Reply With Quote

Bookmarks