help with xml, php and b4ppc

directorfw

Member
Licensed User
Longtime User
anyone have any example where use b4ppc, php and xml?
nothing complicated, just to understand how it works.:sign0085:

thanks in advance
 

sitajony

Active Member
Licensed User
Hi, what do you want do exactly? Send message to a server, show a web page...?
I think that you can use HTTP.dll (see help file in Basic4PPC)
For XML there's a library here with help but don't remember where...
You can find easily in clicking on "Search" :)
 

directorfw

Member
Licensed User
Longtime User
I must do:

b4ppc program, which sends a request to a server that has php page.

and to implement xml, for example: I have a database on my phone, but I want to change a data, which keeps in the same database and also sent to a server, where there is the same database, this is just to update it. someone told me that I must use XML, I mean send the new data with xml to the server.

I do not know if I explain it
and I don't know if it's the way to do that.

best regards.. and thank you
 

sitajony

Active Member
Licensed User
You can simply send to your server as GET variable the SQL command and execute it on your PHP code and also on your program...
I don't understand why use XML... Maybe there's a better way but this way should works...
 
Top