Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
PHP
:
Function Libraries
: String
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
How to limit the length of a string in PHP?
Which PHP extension contains the function "is_null"?
Will php in near future support complex quote like statements(like in perl), i.e. qq(This is the str
How do I create a string with A-Z in it. Like "ABC....XYZ"? Like $x=[A-Z]; or something?
How do I convert cr lf to <BR> in PHP, in ASP I use the following command. <%ins = Replace(RS("ins")
Random Questions
How are strings constructed in PHP?
How are strings constructed in PHP?
Will php in near future support complex quote like statements(like in perl), i.e. qq(This is the str
How can I censor selected words from a string?
How can I escape HTML so it will be displayed to the user by the browser?
What's the easiest way to split a string up into equal size chunks?
How can I write fixed width left justified text using sprintf?
How can I check safely that strpos found the string?
What happens when strpos finds a string at position zero?
How are strings constructed in PHP?
How can I get the ordinal for a number (eg: st for 1st, th for 24th) ?
How can I use a tab character as the delimiter in split() or explode()?
Why does my content in angle brackets disappear?
How can I escape HTML so it will be displayed to the user by the browser?
How can I convert a string to lower case letters only?
What's the easiest way to remove characters from the end of a string?
Why are utf8_encode & utf8_decode NOT in the string module?
How can I get the value of a string or char when treated as an integer?
How can I get a string of words from a form into an array?
Should I use explode() or split() to separate a string of words?
How can I convert an array into a string?
How can I split a long string into lines without breaking up words?
How can I strip / remove all HTML and PHP tags from a string?
How can I remove all instances of a character from a string?
How can I censor selected words from a string?
When reading a file into a string, how can I get the string to expand, replacing $variables?
How do create a function to process each letter of a comma separated string?
fgetss and strip_tags will both strip HTML tags, but how do I keep some tags?
How do I convert regular text to HTML code (i.e. new line characters to the <br> tag)?
How do I convert cr lf to <BR> in PHP, in ASP I use the following command. <%ins = Replace(RS("ins")
How do I create a string with A-Z in it. Like "ABC....XYZ"? Like $x=[A-Z]; or something?
Will php in near future support complex quote like statements(like in perl), i.e. qq(This is the str
Which PHP extension contains the function "is_null"?
How to limit the length of a string in PHP?
Unanswered Questions
How can I remove text between two characters?
How do I justify text (to left AND right)?
Is there a way to encode alphanumeric characters into HTML entities (ie. [A-Za-z0-9])?
how can i convert a list of strings "$a,$b,$c" in a list of variable ($a,$b,$c)??
How can a convert mutliple strings in a large amount of text into HTML links?
Is there an easy way to do the opposite of strstr?
How can I use ereg to convert the color of a string to red and didn't change the case of the string?
I am parsing Netscape Bookmarks. How do I go about exploding a string which is quote delimited?
Parsing filenames
Parsing filenames
Buddled beyond comprehension... Does anyone know why this works:
whats php similar to perl: if ($string !~ /bla/) {do something} ?
whats php similar to perl: if ($string !~ /bla/) {do something} ?
how do I cut a string down to a certain length?
concat "/as.txt" with ".gz > pq.txt" using '.' it skips the '.gz > '& appends only pq.txt
The special character curly single quote is being written to my db as ‘ how do I prevent this