Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Mike Ford
has contributed to:
If I define $array[10000], will PHP use/reserve memory for $array[0] - [9999]?
how can i turn values stored in a array into one string
How are strings constructed in PHP?
What quotes can I use to make strings in PHP?
Can I include a variable reference in a string?
Can I reference array variables inside a quoted string?
Why won't multi-dimensional array references work in a quoted string?
Why does '$foo' not print the value of the variable $foo?
How do I include the value of a variable or array element in a string?
Will php in near future support complex quote like statements(like in perl), i.e. qq(This is the str