strlen not working
PHP Code:
Code:
abcd |
Re: strlen not working
It is working correctly. If you want to print a single character use "%c" instead.
|
Re: strlen not working
Thank you, I didnt know that :D
|
Re: strlen not working
Quote:
How u got that when index is increasing ? Correct is: Code:
abcd |
Re: strlen not working
Quote:
|
Re: strlen not working
Mark as solved.
|
Re: strlen not working
You need to learn how to do some basic debugging. If you think there is something wrong with strlen() then you should have determined the value that was actually being provided by strlen(). If you did that then you would know that there is nothing wrong with strlen().
|
| All times are GMT -4. The time now is 12:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.