Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [php]preg_replace()
-Gość_Foxx_*-
post
Post #1





Goście







Po wykonaniu takeji funkcji

  1. <?php
  2. $fg = "IF EXISTS";
  3. $tab = array("IF EXISTS", "CREATE TABLE", "INSERT INTO", "ALTER TABLE ");
  4. $tab2 = array("IF EXISTS $pref", "CREATE TABLE $pref", "INSERT INTO $pref", "ALTER TABLE $pref");
  5. $tmp = preg_replace("%$tab%", $tab2, $fg);
  6. ?>

Dostaje komunikat o takim błędzie
Cytat
Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement in an array. in C:\Apache2\htdocs\alpha\install\test.php on line 3

Dlaczego?
Go to the top of the page
+Quote Post
Adiasz
post
Post #2





Grupa: Zarejestrowani
Postów: 155
Pomógł: 0
Dołączył: 28.02.2004

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


Przeciez wszystko jest napisane w komunikacie bledu: parametr pierwszy to string a drugi to tablica daj:
  1. <?php
  2. preg_replace( $tab, $tab2, $fg);
  3. ?>

i bedzie ok
Go to the top of the page
+Quote Post
-Gość_Foxx_*-
post
Post #3





Goście







Skora tak mówisz smile.gif
Cytat
Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in C:\Apache2\htdocs\alpha\install\test.php on line 93

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in C:\Apache2\htdocs\alpha\install\test.php on line 93

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in C:\Apache2\htdocs\alpha\install\test.php on line 93

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in C:\Apache2\htdocs\alpha\install\test.php on line 93
Go to the top of the page
+Quote Post
Adiasz
post
Post #4





Grupa: Zarejestrowani
Postów: 155
Pomógł: 0
Dołączył: 28.02.2004

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


ojojoj kolego ale bledy ktore wyswietla parser trzeba czytac a nie bezmyslnie wklejac na forum ;-)

zmien linijke na:
  1. <?php
  2. $tab = array("/IF EXISTS/", "/CREATE TABLE/", "/INSERT INTO/", "/ALTER TABLE/");
  3. ?>



polecam preg_replace
Go to the top of the page
+Quote Post
-Gość-
post
Post #5





Goście







Trzeba znać angielski winksmiley.jpg Dzięki winksmiley.jpg
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 Aktualny czas: 19.08.2025 - 13:46