April 20, 200718 yr 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
Create an account or sign in to comment