Jump to content

SYEDHANIF

Members
  • Posts

    3
  • Joined

  • Last visited

SYEDHANIF's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi class Astro{ var $jd; var $dec; var $ra; var $sid; var $dra; var $rsum; function Astro() { $this->jd = 0.0; $this->dec = array(0.0, 0.0, 0.0); $this->ra = array(0.0, 0.0, 0.0); $this->sid = array(0.0, 0.0, 0.0); $this->dra = array(0.0, 0.0, 0.0); $this->rsum = array(0.0, 0.0, 0.0); } function copyFrom(&$source) { $this->jd = $source->jd; $this->dec = array_values($source->dec); $this->ra = array_values($source->ra); $this->sid = array_values($source->sid); $this->dra = array_values($source->dra); $this->rsum = array_values($source->rsum); }}; this is the php script can any body help out how write this script in visual basic 6.0 code is belowregards
  2. hiI am having PHP File I need Dyanamically Create XML document in PHP File i.e i have to write source code in php filecan any tell how to do this it is available please send a peace of code that i can understand the logic any have the answer pls let me know it is very urgentregards syedhanif
  3. SYEDHANIF

    Islamic Calendar

    hii need to develop an Islamic Calendar using Asp & JavaScript can any one have done before islamic calendar using asp please help me i am stuck i don't knowwhat i need to do is Display the Current date in Islamic Date FormatExample:Today Current Date Is: MAY 10, 2006It should display in Islamic Date Formate Like this: Rabi` Al-Thani 12, 1427 i.e the Current Date in Islamic Date Formateany idea please let me knowwarms regardssyed
×
×
  • Create New...