PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
It's a membernumber so I need to show it in 4 digits.
Ofcourse I can lose the zero and when I've intercepted the values, test to see how many digits I've received and than add the leading zeros again, but then I still don't know why PHP converts my values and if there is a possibility to work around this.
At what point is the nuber changed? Is it in the original display of the id in the link, or after the user clicks the link and submits to the server? Is PHP changing the number or is the script? Do you have processing code you show?