Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP] Zaimportowanie treści z cms'a
cent4
post
Post #1





Grupa: Zarejestrowani
Postów: 415
Pomógł: 0
Dołączył: 24.12.2008

Ostrzeżenie: (10%)
X----


Witam.
Mam w drupalu treść strony pod linkiem: http://localhost/~drupal/?q=node/3.

Pytanie: jak mogę tę treść (w formacie html) zaincludować do mojej strony?

próbowałem includem:
1. <?php include("?q=node/3"); ?>
2. <?php include("http://localhost/~drupal/?q=node/3"); ?>


ale z tego co wiem includ może importować tylko pliki z rozszerzeniem, a drupal poprzez nody eksportuje treści z bazy danych...?

Taką odpowiedź dostełem sad.gif :

Warning: include(?q=node/3) [function.include]: failed to open stream: No error in C:\Program Files\WebServ\httpd-users\drupal\test.php on line 1

Warning: include() [function.include]: Failed opening '?q=node/3' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\WebServ\httpd-users\drupal\test.php on line 1
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 3)
strife
post
Post #2





Grupa: Przyjaciele php.pl
Postów: 2 605
Pomógł: 96
Dołączył: 22.10.2004
Skąd: UK

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


Hej,

Najlepiej to chyba tą treść odczytać z bazy (o ile masz dostęp), wtedy możesz sobie z tym robić co chcesz. Ewentualnie jak jesteś uparty możesz skorzystać z file_get_contents, aby odczytać zawartość tamtej strony.


--------------------
Go to the top of the page
+Quote Post
Blame
post
Post #3





Grupa: Zarejestrowani
Postów: 678
Pomógł: 124
Dołączył: 26.09.2009

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


Ja jeszcze tylko dodam, że możesz pobrać zawartość tej strony za pomocą cURL.


--------------------
Go to the top of the page
+Quote Post
cent4
post
Post #4





Grupa: Zarejestrowani
Postów: 415
Pomógł: 0
Dołączył: 24.12.2008

Ostrzeżenie: (10%)
X----


file_get_contents i to jest to - dzięki wielkie za pomoc.
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: 21.08.2025 - 20:31