Hi there,

I don¹t have much programming experience (I¹m better at modifying something
to do what I want).  I saved the javascript EVDB_API library and put it in
the header of a web page (.php), filling in my key and search terms:

<script type=text/javascript>            var oArgs = { app_key:
67JG4Nn7nRnhwxJD, q: "tag:secondlife  tag:mature  (tag:"dublin" ||
tag:"dublin 2" || tag:"dublin 3")", page_size: 25 };
EVDB.API.call("/events/search", oArgs, function(oData) [...]

And closed it off with </script>

What do I put in the page to place the output where I want it to go?  I want
the output to list the events (with maybe the date and time) within that
calendar day (I¹m not sure I NEED to do this, but I¹d like to know how if
possible).  The event title should be a hyperlink to the event record on
eventful.com.

And did I err in how I handled the EVDB_API library?  I looked through the
mailing list archives and in the documentation pages on the site but didn¹t
see my questions answered.  It¹s probably so elementary that it wasn¹t
needed.

Many thanks in advance!

Deb

Reply via email to