How to run a php script?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What are the advantages of stored procedures, triggers, indexes in php?
How come the code works, but does not for two-dimensional array of mine?
How to convert strings to numbers in php?
How to download and install php on windows?
How many ways to include variables in double-quoted strings in php?
How to reset/destroy a cookie in php?
How to take a substring from a given string in php?
How to find a substring from a given string in php?
How to remove leading and trailing spaces from user input values in php?
How to download and install php for windows?
What are the advantages of triggers in php?
How to remove white spaces from the beginning and/or the end of a string in php?
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?