Jump to content

Lukael

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Lukael

  1. Hi ginerjm, thanks for response. O.K., I will fulfill my question... I'm doing this for school project. I know VBA and HAVE done an Excel VBA solution, which creates CSV file which is imported in DB2 to a table with all data from Excel. That is first and second part of project, which works. Third, and final part is that there is an PHP application or better said information system, to which I don't have access, but wish to show how datas caould be sent to application fields, so I would like to just post an example in my project. That's all. I was hoping just for some example code in PHP. In VBA you would have to write a code for certain ActiveX Control (like Textbox,Checkbox etc.), and assign It a table data from DB2, with SQL import command. I hope this is more clearer. I can also post a screenshot of how aprox. PHP application looks, but I will have to create a sample (with Access?).
  2. Hi Frank, thanks for response. I'm not sure what you meant by this link. As I can see, this is just an example how to connect to database, which is actually quite simmilar to what I had to in VBA + executed a SQL query from cmd_prompt. So, I have to perform SQL commands once connected to DB, just like in VBA ? And what about inserting data into input fields, aren't those objects in PHP ? Any examples of that ?
  3. Hello everyone, I have one humble request and I hope someone here will help me. Before I start, I have to say that I'm clueless about PHP and I'm in a little rush, so that's why I don't have a lot time to learn about PHP. My problem is: - I have a IBM DB2 table on one side, and PHP application on other. DB2 table is like a "temporary" table. - All data from table has to be inserted into PHP application, which should then send those data to another tables back in DB2, with same types. I'm trying to automatically insert some values made in MS Excel solution via DB2. Values should be inserted into PHP application and saved, so that user can see those entries done. I'm just trying to eliminate double entering of same data from MS Excel. I believe when values are inserted and saved, all datas will be automatically send to another tables - because application allready does that. Table data is: _Date_,_Name_,_Start_Time,_End_Time_ (and PHP application has input fields for that) What I need is just some links to what kind of PHP coding I should use, or maybe even better If someone provides me a simple example. Code should prefferable be generated from a cmd_button in PHP application. I'm sorry in advance If question is stupid, probably only some export command should be done, but I still need an example of PHP code for that. I hope I was clear! Thanks for help !!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.