Jump to content

Calculate with an Alphernumeric ID


Glese

Recommended Posts

I am wondering is it possible to calculate with an alphernumeric ID in PHP, can PHP basically make sense out of an ID like c04 ?

 

I used such ID system for the category system because I was able to make more sense out of the c in front of the number, which is not necessarily needed.

 

Would a SQL calculation like "$category_id + 1" work? Whereas $category_id stands for c04 and becomes a c05 after calculation.

 

 

Link to comment
https://forums.phpfreaks.com/topic/254713-calculate-with-an-alphernumeric-id/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.