0
Answered

i am loohing for php code to get PARASHAT SHAVUA acoording to date, can you help somehow?

אשרה גרינבלט 9 years ago updated by Michael J. Radwin 9 years ago 2
?
Under review
If you'd like to get Parashat haShavuah according to date, you'll want to use our REST API. Here's an example API URL that you might use for getting just parsha, and no holidays:

http://www.hebcal.com/hebcal/?v=1&cfg=json&year=now&month=x&s=on

You could use the PHP curl library to fetch the JSON from our service, then PHP's json_decode function to parse the results.