Jump to content

Total "PHP-analphabet" question


specialista

Recommended Posts

First: I know nearly nothing about php but I need to upgrade one website made with PHP.

 

Problem: the "sub-page" I changed doesnt include header, right and bottom part (they are included by php).. I dont know the former page_title - can this be the problem?

 

Hope someone will understand what I wrote :)

Link to comment
https://forums.phpfreaks.com/topic/80591-total-php-analphabet-question/
Share on other sites

ok.. here is the first part of the ´subpage´ that I edited:

 

 

<?

$page_title="Fotky";

include ('web/header.php');

include ('web/menu05.php');

?>

 

But where can I find the source code for header.php and menu05.php - the files with those names are empty, I think that I can solve my problem better with knowing that code..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.