Hebcal Jewish Calendar
Sign in / Sign up
Sign in / Sign up
General
Questions
0
Answered
i am loohing for php code to get PARASHAT SHAVUA acoording to date, can you help somehow?
אשרה גרינבלט
10 years ago
•
updated by
Michael J. Radwin
9 years ago
•
2
?
Vote
0
0
Undo
Follow
Replies
2
Newest first
Newest first
Oldest first
0
Answered
Michael J. Radwin
9 years ago
Reply
|
0
Under review
Michael J. Radwin
10 years ago
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.
Reply
|
Customer support service
by UserEcho
Share
Topic stats
0
Votes
2
Replies
2
Followers
1,195
Views
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.