Jump to content

counter ? za website


novica_bec
 Share

Recommended Posts

nemogu da verujem u svaki drugi forum da sam posatvio takvo pitanje dobio bi odgovor oko programiranja takvog countera..

 

ali verovatno i samo neznate tako nesto da programirate ap onda nema ni korisne odgovore..

 

 

 

evo naso sam u drugi forum ljudi koji se bave flashom ;))

 

<?

$datei = fopen("counter.txt","r+");

$counterstand = fgets($datei, 10);

if($counterstand == "")

{

$counterstand = 0;

}

$counterstand++;

echo "<font face=\"verdana\">$counterstand</font>";

rewind($datei);

fwrite($datei, $counterstand);

fclose($datei);

?>

 

kopirajte trebace vam mozda

 

 

 

Christopher Carrion

 

gde si bre baticeee kako si mi ako skoknes za bec nemoj da se nebi javio voleo bi da ti pokazem bec

vodicu te po kafice.., malo da popijemo jelen pivo haha ;)

Link to comment
Share on other sites

<?

$datei = fopen("counter.txt","r+");

$counterstand = fgets($datei, 10);

if($counterstand == "")

{

$counterstand = 0;

}

$counterstand++;

echo "<font face=\"verdana\">$counterstand</font>";

rewind($datei);

fwrite($datei, $counterstand);

fclose($datei);

?>

 

Cist flash.. nije ni cudo sto neznadosmo!

 

@Carrion

Barker je nula za ovakvu najavu strave :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...