473,385 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to post data to PHP API using access2007?

1
I need to connect to an sms service provider and have to use access 2007. the service sent me this sample code:

Expand|Select|Wrap|Line Numbers
  1. <FORM ACTION="http://trumpia.com/api/sendmessagetosms.php" METHOD="POST"> <INPUT TYPE="hidden" NAME="APIKEY" VALUE="12345"> <INPUT TYPE="hidden" NAME="country_code" VALUE="1"> <INPUT TYPE="hidden" NAME="mobile_number" VALUE="5555566666"> <INPUT TYPE="hidden" NAME="msg" VALUE="test message"> </FORM> 
  2.  
I have tried followhyperlink to connect with no results. I normally use Oracle but new to the vba stuff. any help you can provide would be greatly appreciated.

thanks.
Reed
Dec 4 '10 #1
1 2556
pod
298 100+
Try this...


in your access app event, create a webpage document containing the required form elements and have it submit on load


...


the webpage document can be created using Scripting.FileSystemObject, a regular text file with HTML tags and extension
Dec 7 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Limey | last post by:
We are working with a vendor who is trying to post some some XML data to us. They are using an ASPX script to post to a PHP page of ours. The problem is that in the PHP page, I cannot find any...
11
by: brendan | last post by:
Sorry this isnt a cross post .. i just didnt get any help from alt.php. I have a website which utilises post forms for navigation in some areas. Problem is, when *some* users hit the BACK button...
0
by: Pieter Edelman | last post by:
Hi all, I'm trying to submit some data using a POST request to a HTTP server with BASIC authentication with python, but I can't get it to work. Since it's driving me completely nuts, so here's...
2
by: Sameer Anand | last post by:
Hi, Iam trying to post data using xmlhttp object. The data Iam trying to send has "&" in it, like - xx.asp?part=tm7&t6 Somehow the data doe not reach to the page correectly. I also tried...
0
by: John Blair | last post by:
Hi, I have a button named "button1" which i want to click when i post data to the url containing it. In the posted data i have "<text fields being filled.....>&button1=clicked" .....but this...
2
by: Ben | last post by:
Hi I have the two funcions below, login_web that posts data to a webpage and fcn_parseviewstate that parses the viewstate data for the post. I have a problem with the strPostData, I have been...
0
by: Raj | last post by:
Hi, I am newbie to programming with libcurl. the problem is i want to send my gmail username and password outside the browser and get access to my mail. this i am doing with LibCurl. Though i dont...
0
by: elrondrules | last post by:
hi need some help from the experts in this group as to how to do the following i have a http listener (A) that has subscribed to a process (B) and listening on a port.. now based on some...
1
by: paulsubha | last post by:
Hi All I am submitting a form using POST data,I have to get data(hidden parameters) in the Javascript.Is there any method available to get the data.
5
by: manheim | last post by:
I have a page posting a raw jpg to me via HTTP POST. All reference I've found is centered around retrieving POST data as name/value pairs which will not work in this situation. What I need to do...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.