This is for little help on a php line,
What is the difference between, echo strlen($post->ID,"code",true); and echo strlen($post->code);, where both yields the same result.
echo strlen($post->ID,"code",true);
echo strlen($post->code);
This reply is for PremiumPress customers only.
465
Views
1
Replies
Copyright © 2010-2026 PremiumPress Limited.
This is for little help on a php line,
What is the difference between,
echo strlen($post->ID,"code",true);andecho strlen($post->code);, where both yields the same result.Members Only Content
This reply is for PremiumPress customers only.
Login Now