PennController for IBEX › Forums › Support › Eyetracking experiment: Uploading and downloading material to server › Reply To: Eyetracking experiment: Uploading and downloading material to server
Hi Jeremy,
Perfect, it works now!
If I may, I had a couple of follow-up questions regarding php. I’m reading this document about php (https://doc.pcibex.net/how-to-guides/collecting-eyetracking-data/) and I had a question about the placeholder for the URL. Do I insert the Experiment’s URL right after the colon in the php file? (like in the section below?)
<div>
<form method='get' action="">
Experiment's URL: <input type="text" name="experiment"><br>
<input type="submit" value="Submit">
</form>
</div>
Once I change the URL above and upload the php file to the server, does this mean that I should expect a newly created folder/file that contains the data results in the server folder? Or is it the case that I should only be able to retrieve the data results only when I use this code?
ETURL = "http://files.lab.florianschwarz.net/ibexfiles/RecordingsFromIbex/EyeTracker.php?experiment="
And I’m assuming I should replace this ETURL with the Experiment’s URL I’m using?
Thanks so so much for your help in advance! Here is the demo link: https://farm.pcibex.net/r/gpKGCm/
Best,
Sanghee