Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
taylor gerring
has contributed to:
I'm trying to edit the crontab listing for the user that php runs as
How can I get the mime type of a remote file?
Is there a way to "pop up" a page using PHP? Something like Javascript's window.open.
Before a form is closed down (close icon 'X') how can I send a message to another program
How can windows (XP Pro) be shut down/ restarted via PHP?
Any hints for implementing forms in a wizard style, where answers influence subsequent questions?
how do I call class method: $func="SomeClass::someMethod"; $func()
In what way can I use "namespaces as in C++" in PHP?
is it possible to launch an executable(C++) from excel on remote cluster via PHP?
What HTTP Headers contain information about IP Address of the client?
Why it raises an error to send a header after a <meta http-equiv ...> that refresh the same page?
Does "Apache/1.3.12 (Unix) PHP/3.0.16)" mean that the server is implementing PHP (the base page is HTML) ?
How to get IE to show filename in "File Download" window rather than showing script name when using a download script (ex: download.php?filenum=3)?
How can I restrict an INSERT if the two fields to be inserted exist?