
pniehaus
Members-
Content Count
6 -
Joined
-
Last visited
About pniehaus
-
Rank
Newbie
-
Hermantak reacted to a question: Pass Multiple Numerical Values In One Parameter?
-
Access Api From Within A Datapage Via Php (Or Something Else)
pniehaus posted a question in API and Integration
Hello all, I've been able to access the Caspio API via PHP to update my tables from my external web server. Is it possible to do this from within a Caspio datapage? I mostly want to use caspio datapages as is, but I would like to occasionally add functionality via the API if possible. The solution I have found so far is to write the PHP code on our server and then open the page as an iFrame on the datapage, which is cumbersome. Any thoughts? Thanks! Piper-
- Web Services API
- API
-
(and 2 more)
Tagged with:
-
Need To Be Able To Link Back To A Permanent Search Result Url
pniehaus replied to MikeSchultz's question in DataPages
Make the search and results pages separate data pages (see help topic). Then, your hyperlink will be the results data page with a query string that passes the parameters into the data page. For example: http://b6.caspio.com/dp.asp?AppKey=...&Parameter1=Something&Parameter2=Something For more info on query strings, see this help topic. Hope this helps! -
Hi all, I'm trying to pass multiple values through a singular parameter from a search form to a results page via a query string. I have read this help page, which explains how to pass multiple values as a single parameter using " OR " in the query string. It seems to work fine for text fields. However, my field is an integer, and it keeps returning "No results." I have tried the following: http://b6.caspio.com/dp.asp?AppKey=APPKEY&Client_ID=2 OR 3 http://b6.caspio.com/dp.asp?AppKey=APPKEY&Client_ID="2" OR "3" Can anyone tell me how to pass multiple numbers within a si
-
Bug In Authentication?
pniehaus replied to pniehaus's question in Security, Authentications, Roles, SAML
I am using google chrome. It just started working again; I had been seeing this for a couple weeks but it seems to be fixed now. -
Hi all, I'm unable to choose an authentication when I authenticate a database and the interface looks weird (text on top of text, illegible). Anyone know when this will be fixed? See screenshot: http://screencast.com/t/sYAVXEiC6O Thanks! Piper