Glorifindal Posted April 20, 2007 Posted April 20, 2007 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
Recommended Posts
This topic is 6496 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 accountSign in
Already have an account? Sign in here.
Sign In Now