I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the difference between ereg_replace() and eregi_replace()?
Can we use session in mvc?
What is difference between static and constant?
What is php and why it is used?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Which are the best start and end tags to use?
What is a static variable in php?
How to create a public static method in PHP?
How to split a string into array using php?
What is static in php?
Tell me is it possible to remove the html tags from data?
What are the differences between GET and POST methods?