Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Nicholas Gobin
has contributed to:
How can I split an integer (eg 34862) into an array of those values (eg array[0]=3, array[1]=4, etc)
How can I split an integer (eg 34862) into an array of those values (eg array[0]=3, array[1]=4, etc)
When calling a member class of another class, i get Object->variable instead of the variable?
When trying to echo multidimensional arrays I get sth. like array[second_key]. Why is that?
when passing a '\' through HTTP_GET_VARS it becomes '//' ? why and how to solve?
Why do I have a parse error on the last line of PHP/HTML code, and i din't forget to close a brace?
After coding my first php, I used it and got an error: no HTTP headers. what am i doing wrong?