Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [php] T_VARIABLE o co mu chodzi?
-[php]-
post
Post #1





Goście







Witam, chciałem zapytać bo sam już nie wiem co jest grane: zapytanie:
  1. <?php
  2. include("_tabele/billboard.php");
  3. include("_zapytania/mysql_connect.php");
  4. $zapytanie = mysql_query ("SELECT ulica FROM $mysql_tabela WHERE ulica RLIKE '^[a]' AND zapis=='1'") or 
  5. die ("Błąd w zapytaniu");
  6. $num_rows = mysql_num_rows($zapytanie);
  7. echo"(".$num_rows.") billboardów";
  8. ?>


błąd:
  1. Parse error: syntax error, unexpected T_VARIABLE IN .../public_html/_tabele/billboard.php ON line 6


_tabele/billboard.php
  1. <?php
  2. $mysql_host = "xxx.xxx.x.xxx";
  3. $mysql_login = "xxx";
  4. $mysql_haslo = "xxx";
  5. $mysql_baza = "baza"
  6. $mysql_tabela = "billboard";
  7. ?>


o co mu chodzi?
Go to the top of the page
+Quote Post
tsharek
post
Post #2





Grupa: Zarejestrowani
Postów: 300
Pomógł: 1
Dołączył: 22.09.2003
Skąd: Czeladź

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


w lini piątej dodaj średnik na końcu
Go to the top of the page
+Quote Post
-[php]-
post
Post #3





Goście







o rety jaki styd (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg) thx
Go to the top of the page
+Quote Post
nevt
post
Post #4





Grupa: Przyjaciele php.pl
Postów: 1 595
Pomógł: 282
Dołączył: 24.09.2007
Skąd: Reda, Pomorskie.

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


a może tak zamiast:
Kod
echo"(".$num_rows.") billboardów"; // brak spacji po echo (IMG:http://forum.php.pl/style_emoticons/default/exclamation.gif) !

wstaw
Kod
echo "($num_rows) billboardów"; // taki jest sens stosowania "

pozdrawiam,
Leszek.
Go to the top of the page
+Quote Post
Grabarz
post
Post #5





Grupa: Zarejestrowani
Postów: 11
Pomógł: 0
Dołączył: 12.11.2006

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


  1. <?php
  2. echo '('.$num_rows.') billboardów';
  3. ?>


Wydajnośc Panowie, wydajność. :]
Go to the top of the page
+Quote Post

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: 22.08.2025 - 19:28