Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> zmiana 1 na img..
Mati
post
Post #1





Grupa: Zarejestrowani
Postów: 48
Pomógł: 0
Dołączył: 25.06.2002
Skąd: Koszalin

Ostrzeżenie: (0%)
-----


Witajcie. Mam pewien problem z którym nie mogę się uporać. Otóż moj serwer nie ma bibliotek GD, a musze zrobic licznik graficzny, wiec sobie pomyslalem, ze napisze taką funkcje(no wlasnie mam problem w jej napisaniu:)), że np liczbe 1546 zamiani na <img src=cyfry/1.gif><img src=cyfry/5.gif><img src=cyfry/4.gif><img src=cyfry/6.gif>. Jak macie jakis pomysl, to prosze o odp;)_




Pozdrawiam, Mati

http://webmaster.bajo.pl
http://4webFREE.prv.pl
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Mati
post
Post #2





Grupa: Zarejestrowani
Postów: 48
Pomógł: 0
Dołączył: 25.06.2002
Skąd: Koszalin

Ostrzeżenie: (0%)
-----


Dzieki panowie. Juz rozwiazalem ten problem:) zrobilem tak:
Kod
function licznik($text){

    $text = str_replace("1", "<img src="cyfry/$style/1.gif" border=q>", $text);

    $text = str_replace("2", "<img src="cyfry/$style/2.gif" border=q>", $text);

    $text = str_replace("3", "<img src="cyfry/$style/3.gif" border=q>", $text);

    $text = str_replace("4", "<img src="cyfry/$style/4.gif" border=q>", $text);

    $text = str_replace("5", "<img src="cyfry/$style/5.gif" border=q>", $text);

    $text = str_replace("6", "<img src="cyfry/$style/6.gif" border=q>", $text);

    $text = str_replace("7", "<img src="cyfry/$style/7.gif" border=q>", $text);

    $text = str_replace("8", "<img src="cyfry/$style/8.gif" border=q>", $text);    

    $text = str_replace("9", "<img src="cyfry/$style/9.gif" border=q>", $text);

    $text = str_replace("0", "<img src="cyfry/$style/0.gif" border=q>", $text);

return $text;

}
Go to the top of the page
+Quote Post

Posty w temacie
- Mati   zmiana 1 na img..   13.02.2003, 13:08:07
- - kurtz   Re: zmiana 1 na img..   13.02.2003, 13:49:31
- - evo   Re: zmiana 1 na img..   13.02.2003, 18:13:51
- - kurtz   Re: zmiana 1 na img..   13.02.2003, 20:02:31
- - evo   Re: zmiana 1 na img..   13.02.2003, 20:24:46
- - Mati   .....i'm waiting   13.02.2003, 23:20:23
- - KaMeLeOn   Re: .....i'm waiting   14.02.2003, 00:07:09
- - kurtz   Re: zmiana 1 na img..   14.02.2003, 01:00:49
- - Mati   ...   14.02.2003, 01:13:46
- - KaMeLeOn   Re: zmiana 1 na img..   14.02.2003, 04:35:04
- - kurtz   Re: zmiana 1 na img..   14.02.2003, 08:42:37
- - Mati   ......   14.02.2003, 22:34:28
- - BartekG   Mało nie spadłem z krzesła! Ale to mój problem. Wa...   15.02.2003, 13:40:21
- - Mati   ........   17.02.2003, 01:03:11


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 3.10.2025 - 01:37