Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I send php code through VFP
Message
 
To
14/05/2011 10:41:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01510625
Message ID:
01510690
Views:
54
>>>Okay since the other threads went nowhere, NEW IDEA.
>>>
>>>Is it possible (and how)to send php code to a webserver through VFP? And i guess I should alsop ask about passing variable data through that as well.
>>
>>If you are or learn to be proficient in PHP (not that hard for a programmer) then the answer is yes, you can send PHP with VFP. The trick is to have a PHP program on the server than can receive the code and act on it. This is how I run my web sites. I use VFP 9 TEXT ... ENDTEXT to create the PHP code then FTP it to the server then execute it on the server. It executes far faster than any other method I have tried and allows you to update many MySQL records with one command. On the down side, it takes a while to create the infrastructure (took me about six months) but once you have both ends working the rest is a snap.
>
>I am doing a form of that to send sql updates to the database but not with php. This is for a SOAP API interaction that needs a nested array() to upload image data. Honestly if I can figure out FTP-ing from VFP I could just uploat the image that way and save the trouble. Because there are a number of API functions I would like to integrate that use nested arrays I need to chase this for a while.
>
>Thank you

Check out West Wind Client Tools. Everything you need at a very reasonable price and the easiest to use that I have found.

John.
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Previous
Reply
Map
View

Click here to load this message in the networking platform