Jump to content
Server Maintenance This Week. ×

Data string to post a form


This topic is 6216 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi there

a newbie here, hoping for some help from you experts.

I now have success in returning data from a Filemaker DB per FX.php but need the data (Name) formatted in a way that makes it work like a link to post a form (no javascript allowed)

How do I turn the following code into a link that will post the recid to the next page ? (I do not have to display the recid, just post it)

<?php

if( is_array( $arrData ) ){

foreach($arrData as key=>$salesListData) {

?>

<?php echo $salesListData['Name'][0]; ?>

<?php echo $salesListData['recid'][0]; ?>

<?php

}

}

?>

Any help would be greatly appreciated

GLORIFINDAL

Link to comment
Share on other sites

This topic is 6216 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.