le007 Posted October 22, 2007 Share Posted October 22, 2007 Hey all, I have to design a job portal website - that will allow others to upload data to it (at the same time they upload to their own website) How can this be done? Basically they only have to upload the data (job placements) once - just to their website but it gets written to my db too? Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/ Share on other sites More sharing options...
le007 Posted October 22, 2007 Author Share Posted October 22, 2007 Anyone any help? I think its known as a feed or soap feed? Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/#findComment-375697 Share on other sites More sharing options...
cmgmyr Posted October 22, 2007 Share Posted October 22, 2007 you can do this easily with RSS Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/#findComment-375699 Share on other sites More sharing options...
le007 Posted October 22, 2007 Author Share Posted October 22, 2007 where they can upload jobs - eg job description, salary, wat sector it is etc? Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/#findComment-375703 Share on other sites More sharing options...
cmgmyr Posted October 22, 2007 Share Posted October 22, 2007 No, you have to make a system to input the data. So that would just be a form being written to a database. Then you can output that as RSS. If other sites have RSS you can read this information and put it into your database also. Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/#findComment-375717 Share on other sites More sharing options...
le007 Posted October 22, 2007 Author Share Posted October 22, 2007 Ok my criteria is as follows: I'm designing a job portal website: Inidividually clients can upload jobs to it: There is some way that when they upload jobs to their own website they get uploaded to mine too. Anybody know how to do this? Its not RSS I dont think - but thanks for the inputs! Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/#findComment-375731 Share on other sites More sharing options...
le007 Posted October 22, 2007 Author Share Posted October 22, 2007 any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/74353-php-feed/#findComment-375774 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.