Dear all,
I would be very grateful if you can help me solve this.
I have some code that works on one machine and doesn't work on another. I am wondering whether it's because the php versions differ on the machines;
For example,the code below
<td width="16%"> </td>
<td width="84%"><a href="quelppt.php?transac_id=<?php echo urlencode($transac_id);?>&transac_type=<?php echo urlencode($transac_type);?>"> <?php echo $transac_type; ?></a></td>
is supposed to let me parse the variables $transac_type, $transac_id to the next page quelppt.php. However this works well on one page but fails on two other machines i am using to test my system. The variables just do not get reflected on the next page.I need help.
The version of php that is on the machine giving smooth results is 4.2.0 while the one giving me problems uses 4.3.10.
Thank you very much.
Regards,