Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Blog Plugin : Little help please

    Hello, I’m trying to write a fairly simple blog add-on.

    For the moment I’ve set it up to connect to a different database and I’ve got it to echo the data regards layout etc from Zencart templates.

    One problem I’m having though is I can’t get it to echo the title tag, or to be more precise if it does echo it, the pages stops loading at the ezpages bar.

    The code I’m using for echo-ing the title is

    PHP Code:
     include("*******.php");
    $blogd $_GET['blogd'];
    $qProfile "SELECT * FROM ******** WHERE blogd='$blogd'  ";
    $rsProfile mysql_query($qProfile);
    $row mysql_fetch_array($rsProfile);
    extract($row);

    echo 
    '<title>' $title '</title>';
    mysql_close($rsProfile); 
    I will need to add security to this regards the get function but for now I’m stuck as to why this would stop the page loading at ezpages header bar.

    any ideas?

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Blog Plugin : Little help please

    I don't know the answer to your question but have you thought about using WordPress integration mod from Numinix as your blog?

 

 

Similar Threads

  1. A little help please..
    By Styles UK in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jan 2010, 05:04 PM
  2. Little Help Please?
    By MyLibros.com in forum General Questions
    Replies: 5
    Last Post: 11 Apr 2007, 07:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR