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
What is the current stable version of php?
How many data types are there in php?
What are php functions?
What is implode() in php?
Tell me what is the use of isset() in php?
How can i send a HTML file to mail account.
What is the use of session and cookies in php?
i have designed a registration form in html (registration.html) and to insert user details in database i have designed a submit form in php (submit_registration.php) but when i click on submit button in registration.html it opens a dialogue box which asks for open or save php(submit_registration.php) even though i have already installed apache HTTP server and php version 5 on my computer and i am using mysql as backend. plz suggest me what should i do????
What is the meaning of ‘escaping to php’?
Tell me what does the array operator '===' means?
What is parent __construct ();?
Write a php script to get the largest key in an array?