Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I send php code through VFP
Message
De
13/05/2011 22:31:57
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01510625
Message ID:
01510668
Vues:
66
Sending php code to a server over http could be very dangerous and sometimes would work at all. Look at the following line of code used as an example on this post.
        'content' => base64_encode(file_get_contents('product.jpg')),
that line is encoding the contents of a jpg file that more than likely does not exist on the server. How could that ever work. Based on the example code, this is using a SOAP web service and needs to be handled as a SOAP service through VFP.


>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform