Querying Quickbase in PHP?

Martin

New member
Hi All,
I have a database in Quickbase and I can't use ColdFusion to query it because the server I'm putting it on doesn't support ColdFusion. Can someone tell me the equivalent of this CF code in PHP:

<cfif not isDefined("q")>
<!---No query defined.--->
<cfabort>
</cfif>
<cfoutput>
<script src="quickbase_table_path&query=#q#&jsa=1"></script>
</cfoutput>

Thanks in advance :)
 
Back
Top