PlumbBum Posted July 1, 2012 Report Posted July 1, 2012 Hello, Could someone please provide me with a bit of code that echo's out the id of the current signed in pilot. I can already make it go VIRXXXX but I just need it to show the XXXX part, without the "VIR" infront? If that makes sense, Thanks for help in advanced, Regards, Daniel 1 Quote
Sava Posted July 1, 2012 Report Posted July 1, 2012 <?php echo PilotData::getProperPilotID($pilotid) ;?> Enjoy Quote
PlumbBum Posted July 2, 2012 Author Report Posted July 2, 2012 <?php echo PilotData::getProperPilotID($pilotid) ;?> Enjoy Hello, Thank you so much!!!!!!!!!!!!!!! Best person ever, thanks so much I appreciate it loads. Regards, Daniel Quote
Sava Posted July 2, 2012 Report Posted July 2, 2012 You are more than welcome Daniel. If you need any more help, feel free to ask. Also, you should check out http://docs.phpvms.net/api for the list of all the functions etc. It helps a great deal! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.