Recent content by ice41

  1. I

    how to connect to gravatar on my comment form in php?

    im had created a comment form, now i want to connect to gravatar, how can i use it in my code?im using php and my comments is saved in mysql..they are shown in this way: <?php $query = "SELECT *FROM comments ORDER by id ASC"; $result = mysql_query($query) or die('Error : ' . mysql_error())...
  2. I

    how to put html into page on a website?

    the intro page would be like same as html but it will only show when the page is being load first time, so it would be like "welcom please enter" page and then goes to index file..how can i put it at first load and it does not load when it refreshes..it can be flash or html, thanks guys!
  3. I

    php mysql link to view database record file?

    hi! i have a link thru database, this link will show its content on another page.. but i can't make it work..it looks like this: link(when clicked it will show the content)>content of the said link will show for the readers.. a making a tutorial website so this is what I typically see in other...
  4. I

    Hi! im creating a website....index.php must handle all the pages?

    Hi! im creating a website....index.php must handle all the pages, like ?view=subindex.php and such to display the pages without changing to css or main GUI..my problem is how do i show it when it is clicked?and where to i put the page to be called in the index.php file, or should i use a <div>...
Back
Top