Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Jak uzyskac ten ciag znakow ?
free
post 6.05.2006, 11:23:18
Post #1





Grupa: Zarejestrowani
Postów: 269
Pomógł: 0
Dołączył: 6.02.2006

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


  1. <?php
  2. //. . .
  3. <td>
  4. <a href="<?= $dir . $fileName; ?>"><img src="<?= $min . 'small_' . $fileName; ?>" alt=""/></a><br/>
  5.  Rozmiar: <b><?= $fileInfo[ 'size' ]; ?></b><br/>
  6.  Dodano: <b><?= date( 'd/m/Y', $fileInfo[ 'time' ] ); ?>
  7. </b> </td>  
  8.  <?php
  9.  $num++;
  10. }
  11. ?>


W powyzszym fragmencie kodu potrzebuje, aby w 4 linijce:
  1. <a href="<?= $dir . $fileName; ?>"><img src="<?= $min . 'small_' . $fileName; ?>" alt=""/></a>

Uzyskac na wyjsciu po sparsowaniu :

index.php?page=fileName&dir
// gdzie filename to zmienna ze skryptu , tak jak i dir --> wynik zmiennej $dir

Ten post edytował free 6.05.2006, 11:24:38
Go to the top of the page
+Quote Post
E-d
post 6.05.2006, 13:28:43
Post #2





Grupa: Zarejestrowani
Postów: 57
Pomógł: 0
Dołączył: 9.04.2005

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


  1. <a href="index.php?page=<?= $fileName; ?>&dir=<?= $dir; ?>"><img src="<?= $min . 'small_' . $fileName; ?>" alt=""/></a><br/>


--------------------
Go to the top of the page
+Quote Post
free
post 8.05.2006, 12:52:39
Post #3





Grupa: Zarejestrowani
Postów: 269
Pomógł: 0
Dołączył: 6.02.2006

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


Dzieki za zrozumienie problemu.
Tylko zakrada sie jeszcze jeden błąd.
Otóż na koncu
index.php?page=fileName&dir
zamiast &dir wyskakuje =./dir/
jak pozbyc sie znakow bekslesza oraz kropki ?
Go to the top of the page
+Quote Post
E-d
post 8.05.2006, 13:43:54
Post #4





Grupa: Zarejestrowani
Postów: 57
Pomógł: 0
Dołączył: 9.04.2005

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


  1. <?php
  2. $dir = str_replace('.','',stripslashes($dir));
  3. ?>


Ten post edytował E-d 8.05.2006, 13:44:23


--------------------
Go to the top of the page
+Quote Post

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

 



RSS Wersja Lo-Fi Aktualny czas: 26.06.2025 - 09:52