Archive for the Programming & Design category
How do I remove a dynamic template from a frontpage website?
My school uses frontpage to build their website. I have now taken over the responsibility of adding some new pages to the site, but the person who did this previously is no longer here. Each time I click the new page icon, a new page comes up with no content, but it is pre formated with color background and logos. I can delete the contents and then build my page, but next time I open this page, the background and logos are back. What is causing this to format each page with the same look, and how do I turn it off?
How to dynamic titles with php?
CATEGORY_CLASS.PHP
function main_category(){
$sql = “SELECT * FROM category” ;
$res = mysql_query($sql) or die(mysql_error());
while($row = mysql_fetch_assoc($res)){
echo ‘‘;
$title = ‘asd’ ;
}
}
CATEGORY.PHP
include 'class/category_class.php';
$obj = new category();
$obj->host = ‘localhost’;
$obj->username = ‘demo’;
$obj->password = ‘demo’;
$obj->db = ‘blog’;
$obj->connect();
?>
include 'includes/header.php';
?>
|
if(isset($_GET['id'])): endif; ?> |
include 'includes/footer.php';
?>
HEADER.PHP
HOW TO IMPORT “main_category function $title var ” then “category.php
a newsletter design samples. 10 points sure?
i need to design a newsletter for my company urgently. would be great if i get some good links of news letter design samples, or any kind of help
design need not be too corporate, but gentle
…and it should be compatible with outlook’s stationery method
good help gets 10 point reward today!!!
dans!
see the stationery in outlook at
menu Tools > Options > Mail format > Stationery Picker…
no problem if it is not outlook compatible too