Jump to content

[SOLVED] How Do I Code This?


refiking

Recommended Posts

What I want to do is give each loan a unique identifier but I don't know how to code it correctly because I got the error message.  What should I change this to?

 

$loanid = mysql_num_rows($loid) + 1;
$lid = "KF402"$loanid;

 

If the loanid was 65, for example, I'd want $lid to = KF40265

 

Link to comment
https://forums.phpfreaks.com/topic/84046-solved-how-do-i-code-this/
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.