Jump to content

PHP to XML in PDF


jesushax

Recommended Posts

SO i have adobe livecycle and am looking at the xml source which i have no clue how it works

 

im trying to get this php code into the xml in my pdf

 

basically im trying to get some form fields in my pdf to be autofilled with data from the below php

 

ive looked at tutorials and help etc

not getting anywhere

 

hopefully someone here will be able to help?

 

Thankyou

 

<?php
include ($_SERVER['DOCUMENT_ROOT'] . '/includes/connection.php');
$ID = $_GET["ID"];
$SQL = mysql_query("SELECT * FROM tblVac WHERE VacID='$ID'"); 
$r = mysql_fetch_array($SQL)
?>
<field1><? echo $r["VacRef"] ?></field1>
<field2><? echo $r["VacTitle"] ?></field2>
<field3><? echo $r["VacDetails"] ?></field3>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.