| | |
Posting data from x to y to be processed ?
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
0
#2 27 Days Ago
A form on your website should take care of this. No need for downloadable app to place on a user's computer. Website forms are almost always OS/Platform independent, so they take the sting out of trying to write software that runs on the different versions of Windows/Linux/OSX.
I don't understand this bit. What software did you have in mind? Something like Word? If so, You can use an online WYSIWYG text editor like one from Spaw2, Yahoo!, TinyMCE, FCKEditor etc etc.
•
•
•
•
X user uses his/her windows/Linux based software to publish content (job, item to sale or rent etc) in my PHP website.
"...the woods would be a very silent place if no birds sang except for the best"
All opinions count.
F'enw i yw Mr. Blaidd. Byddwch yn ofalus - dwi'n cnoi.
All opinions count.
F'enw i yw Mr. Blaidd. Byddwch yn ofalus - dwi'n cnoi.
0
#4 27 Days Ago
OK. You'd probably need to interface with the DB directly in that case. The website is this case is unimportant. However, I've never tried this myself. I used to mess with VB6/Access/Web Access when younger, but never tried to connect to mysql db.
This may answer your needs:
http://www.codeproject.com/KB/vb/VBn...QL_Server.aspx
This may answer your needs:
http://www.codeproject.com/KB/vb/VBn...QL_Server.aspx
"...the woods would be a very silent place if no birds sang except for the best"
All opinions count.
F'enw i yw Mr. Blaidd. Byddwch yn ofalus - dwi'n cnoi.
All opinions count.
F'enw i yw Mr. Blaidd. Byddwch yn ofalus - dwi'n cnoi.
0
#5 26 Days Ago
You don't really need to do anything special on the website itself. You could just create a standard web-form that would allow users to publish their content.
Then you could create a client-side app that replicates the form submission, sending the data as a HTTP request to the same URL the web-form does. Your client-side app would basically serve as a custom made form, running on your client's computer.
The tricky part is the user authentication. You could simply send the user login info with the HTTP request that publishes the data, and have the website verify the info on each request.
Then you could create a client-side app that replicates the form submission, sending the data as a HTTP request to the same URL the web-form does. Your client-side app would basically serve as a custom made form, running on your client's computer.
The tricky part is the user authentication. You could simply send the user login info with the HTTP request that publishes the data, and have the website verify the info on each request.
Please do not ask for help in a PM. Use the forums.
And use [code] tags!
And use [code] tags!
![]() |
Other Threads in the PHP Forum
- Previous Thread: registration form validation
- Next Thread: PHP call DLL
| Thread Tools | Search this Thread |
apache api array beginner binary body broken buttons cakephp checkbox class cms code cron curl database date date/time display dynamic ebooks echo email error file files folder form forms function functions global google href htaccess html image include insert ip javascript joomla limit link list login mail mediawiki menu mlm msqli_multi_query multiple mycodeisbad mysql number oop parameter paypal pdf php phpincludeissue problem query radio random recourse recursion regex remote script search seo server sessions sms source sp space speed sql static subdomain syntax system table tag tutorial update upload url validator variable vbulletin video web webdesign white wordpress xml youtube





