Recent content by itz_niks

  1. I

    How to change the time format of RSS feeds in php?

    this is the function which displays the time format, and returns +0000 I want to change it to -0400. Please help $item_date=$x->item($i)->getElementsByTagName('pubDate')->item(0)->childNodes->item(0)->nodeValue; echo $item_date;
  2. I

    how to give folder path in php?

    I have a folder as folder1 it has the main template, now this folder1 has another directory inside it as folder2 which has the template where variables are declared and functions implemented, how can i implement the function which is in folder2 and defined in folder2, but has its variable in folder1
Back
Top