Few ideas/queries
Posted: Fri Feb 27, 2009 4:14 am
Hi all, first post!
I'm new to developing in PHP, as I usually work in VB/C++/ASM. I am working on a new project that's proving to be a bit of a challenge. I'll try and describe what help I need without giving too much away.
I want to run a webserver on a Windows box. Clients will be able to log into my web-based customer portal (which I've already roughly finished) and fill out a form (a series of editboxes and radio check boxes) to select an ammount of options. Now, what I want to do (although not sure if it's even possible) is edit the C++/ASM source files with the data they've inputted directly from PHP, compile from command line and then show them a download link with the compiled file. I hope I made that clear, as I've confused myself a little bit now.
Also, I'm wondering if anyone knew of a reliable way of allowing C++ to interact with MySQL databases, as in comparing values or checking for access allowance etc. I'd like to try this sort of method as a registration system that'll be serverside.
If I need to supply any more information, I'll gladly tell. This is really starting to annoy me now!
Thanks
I'm new to developing in PHP, as I usually work in VB/C++/ASM. I am working on a new project that's proving to be a bit of a challenge. I'll try and describe what help I need without giving too much away.
I want to run a webserver on a Windows box. Clients will be able to log into my web-based customer portal (which I've already roughly finished) and fill out a form (a series of editboxes and radio check boxes) to select an ammount of options. Now, what I want to do (although not sure if it's even possible) is edit the C++/ASM source files with the data they've inputted directly from PHP, compile from command line and then show them a download link with the compiled file. I hope I made that clear, as I've confused myself a little bit now.
Also, I'm wondering if anyone knew of a reliable way of allowing C++ to interact with MySQL databases, as in comparing values or checking for access allowance etc. I'd like to try this sort of method as a registration system that'll be serverside.
If I need to supply any more information, I'll gladly tell. This is really starting to annoy me now!
Thanks