
Welcome Guest
|
|
|
#1
|
||||
|
||||
|
Problems with Flash Loading PHP variables
This script is a simple counter:
Code:
<?php
$fp=fopen("acc.txt","r");
$count=fgets($fp,1024);
fclose($fp);
$fw=fopen("acc.txt","w");
$cnew=$count+1;
$countnew=fputs($fw,$count+1);
fclose($fw);
?>How does one go about this? And why doesn't it work? ![]() All inqueries welcomed!!! |
|
#2
|
||||
|
||||
PHP Code:
__________________
--- if TCPA is the answer, how stupid then was the question? There is a diffrence in knowing the path and walking the path. if u found this thread usefull, then rate it. this way we all save a lot of time, searching for the good ones. |
|
#3
|
||||
|
||||
|
I was trying to get some flow on answers...
![]() Get some guessing going...... But you are correct! |
|
#4
|
||||
|
||||
don't understand.. was it what u have been asking for or did i understood u wrong?
__________________
--- if TCPA is the answer, how stupid then was the question? There is a diffrence in knowing the path and walking the path. if u found this thread usefull, then rate it. this way we all save a lot of time, searching for the good ones. |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The News From Adobe on the Future of Flash Platform | FlashMove | Chit Chat Lobby | 0 | 11-10-2011 09:55 AM |
| PHP + Flash + LoadVars Issue | masster | Web Platforms - PHP, JSP and .NET | 16 | 04-14-2005 03:14 PM |
| Passing variables from Mysql to PHP to Flash | roy_hdz | Web Platforms - PHP, JSP and .NET | 0 | 11-09-2004 11:42 PM |
| Loading variables from external PHP Problem. | bushcat1 | Flash MX ActionScript |
6 | 03-08-2004 08:27 AM |
| Flash -> PHP -> mySQL -> PHP -> Flash | schlumpf | Web Platforms - PHP, JSP and .NET | 1 | 07-27-2002 11:50 AM |

Other Programming



don't understand.. was it what u have been asking for or did i understood u wrong? 
