amalosoul Posted October 16, 2006 Share Posted October 16, 2006 How can I check a variable to see whether it is a string or a number?Thank you! Link to comment https://forums.phpfreaks.com/topic/24149-check-a-variable/ Share on other sites More sharing options...
akitchin Posted October 16, 2006 Share Posted October 16, 2006 look up is_string() and is_numeric() in the manual. Link to comment https://forums.phpfreaks.com/topic/24149-check-a-variable/#findComment-109747 Share on other sites More sharing options...
amalosoul Posted October 17, 2006 Author Share Posted October 17, 2006 Thank you, I will do that! Link to comment https://forums.phpfreaks.com/topic/24149-check-a-variable/#findComment-109930 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.