PHP Paypal项目描述

So i managed to get a paypal checkout working,

the problem is, whenever it gets to the paypal checkout, theres no item description: enter image description here

EDIT: i found out its not picking my database stuff anymore:

<input type='hidden' name='item_name' value='".$row['name']."'>

According to the HTML variable reference you should item_name

<input type='hidden' name='item_name' value='".$row['Description']."' /> 

So, my database tables were empty...