Loading...
 
Development

Development


How to INSERT into a Tracker?

posts: 32 Germany

Hi there,

how can I insert some data in a tracker with php?

Copy to clipboard
$result = $tikilib->query( "INSERT INTO tiki_tracker_items (trackerId, sid, user) VALUES (?, ?, ?)", ['9', $sid, $user] );


This one is my first attempt. And, of course, the fields 'sid' and 'user' are unknown columns.

The fields will be listed there?
tiki_tracker_fields

How do I join this tables?

Thanx

Bob

There are no comments at this time.