Dear
dragontje124 and
cyberpunk,
Thank you very very much for your kind helping hand.
Actually, I stacked due to 2 reasons - 1. My up-comming certification exam and 2. FB is/may change the core file structure, so waiting for 1st stable release.
For the same reason, I paused the
FB+OpenSEF project.
If you can, here is a very very very small project todo -
(if you complete this, then half of my project will be done, and from other side I have completed almost 40%, 10% work needed as integration)
Make a simple PHP-MySQL form like this -
The data will be added to the Joomla Table:
_polls and
_poll_data
Also, another thing -
say, this php files name is
edit_poll.php
if it is called as -
edit_poll.php
or
edit_poll.php?id=0
then, it will load with empty form
else if it is called as -
edit_poll.php?id=1 (a poll_id from the poll table)
it will load-up the dates as default values in the form's text boxes.
(this is needed when one/mod wants to edit the poll)
It will be a great help if you assist me.