Knowledge Base Contributions
Below is a list of the knowledge base entries that Matthew Wilkinson has contributed to:
- my IE6 fails to download a php file
- PHP/CURL
- PHP wont't do multiplication. Addition works.
- Where can I find information on functions/modules in the core for a standard/general php-build ?
- How to repeat a chunk of code on command? Can't use while loops. Also, 50+ lines long.
- Turning off SESSID
- In PHP5 Win32, how do I load the extensions commented out in the dist .INI file PROPERLY?
- In PHP5 Win32, how do I load the extensions commented out in the dist .INI file PROPERLY?
- In PHP5 Win32, how do I load the php_(xxx).dll extensions commented out in the dist .INI file?
- In PHP5 Win32, how do I load the php_(xxx).dll extensions commented out in the dist .INI file?
- In PHP5 Win32, how do I load the php_(xxx).dll extensions commented out in the dist .INI file?
- Extensions in PHP load when running php.exe directly, but not through apache. Help?
- Why do I see so many sample PHP files with "/>" instead of ">" in the HTML-interpreted portion?
- Why does GLOBALS['GLOBALS'] ... exists in PHP 5.0.4? What purpose does it have? Bug?
- can i call an function in a executable file from php and get the result back to php
- i get a warning about "headers already sent..."; as a consequence my _SESSION variables don't work
- i get a warning about "headers already sent..."; as a consequence my _SESSION variables don't work
- How can I validate a € euro character to xhtml from a database record echo?
- When a script has a bug, the page just hangs- even though error reporting is on (and used to work).
- How can I run a php script file without filename extension(e.g. "index", not "index.php")?
- Can I execute php-code stored in an mysql-database? And if I can, how?
- Can I execute php-code stored in an mysql-database? And if I can, how?
- I know \t \n \r and a couple others that work with PHP, what is backspace? \b doesn't work.
- why do I get a message "Warning: session_start(): Cannot send session cookie - headers already sent
- How to do a redirect with all (unknown) $_GET parameters?
- How to forward GET and POST parameters to a redirect URL?
- How to forward GET and POST parameters to a redirect URL?
- i'm working with mktime in a calendar but when i do an mktime(0,0,0,1,1,2040) i get this -3662
- How I can run php script if the file extension is not .php / .htm?
- How to pass a variable (id) from one query/doc.php to another to insure integrity of relationship?
- How to pass a variable (id) from one query/doc.php to another to insure integrity of relationship?
- How to pass a variable (id) from one query/doc.php to another to insure integrity of relationship?
- How to pass a variable from one query/doc.php to another to insure integrity of relationship?
- How do I pass a variable in one query/doc.php to another one to insure integrity of relationship?
- How can I use $PHP_AUTH_USER when register_globals is set to off?
- How to get a visitor's IP from the site?(PHP)
- How to get a visitor's IP from the site?(PHP)
- How to get a visitor's IP from the site?(PHP)
- What does HTTP_REFERER return? and how do you use it?
- Which PHP extension contains the function "is_null"?
- if i save the file as .php, i get the code displayed as text in browser. y is this happenig?
- if i save the file as .php, i get the code displayed as text in browser. y is this happenig?
- i am not able retrieve php session variables, how do i get them to be used in my script
- i am not able retrieve php session variables, how do i get them to be used in my script
- How to load data from my phpMyAdmin Databse
- How to load data from my phpMyAdmin Databse
- how do I get my PHP page to parse PHP content stored in a MySQL database?
- How can I add "preprocessor" to PHP, e.g. replace all "--" with "−" before PHP starts parsing?
- What does this mean "failed to create stream: HTTP wrapper does not support writeable connections" ?
- What does this mean "failed to create stream: HTTP wrapper does not support writeable connections" ?
- When I run my php script everything works fine but it always shows the closing tag (?>). Why?
- how do i redirect to another page
- How can I pass values (images & text) from a mysql field with php into a javascript script?
- Passing a variable from one .php to another WITHOUT using require() ...is it possible, and how?
- How do I pass a variable coming from a form to make up an sql query? (ie=create table <VARIABLE>)
- Is It possible to make text flash using PHP or any other language that can be embedded into HTML?
- Why can't IE6 in WinXP open any .PHP file? (by File->Open)
- how I can set cookies for authentication
- Fatal error: Call to undefined function: getmxrr()
- how can I keep data on a php page that gets passed from a html form from, say, 4 different users
- why? -- Notice: Undefined variable: badExts & dirs
- Block direct access
- how do i make a link open a template and insert content into it from the peramaters set by the link?
- I am sending emails one at a time using foreach. How do I outout to html as each one is processed?
- how can i store php code & query in mysql database and get all to execute when retrieved
- How can I clear memory after inserting data into file?
- Undefined variable error? Code runs on fine one site and not on the other!
- How can I redirect the browser to a different site (I don't need to pass variables)?
- How to define variables in PHP 4.2.1 (because i always obtain the notice:undefined variable)?
- How to define variables in PHP 4.2.1 (because i always obtain the notice:undefined variable)?
- I downloaded the Windows manual. Much missing. I need FULL documentation on PHP.
- Simple PHP/MySQL page, all page data is displayed... but page won't stop loading- why?
- does anyone know how I can work out the x,y coordinates on a map from a given postcode?
- fopen is not returning an integer but instead "Resource id #10", ftp_fput then rejects it! Any ideas
- When I execute a php script via my browser all I get is the code.
- When I execute a php script via my browser all I get is the code.
- I'm looking to display the numeric week number as well as the textual date range
- Does setting expose_php to Off in php.ini disallow the phpinfo() function to run?
- Can I preview PHP webpages I've made with Notepad if I do not have a server?
- Is there a simple PHP comand/function that relocates the page to another page server side?
- I wish to call a /usr/local/bin/pgp program and then put the output into a variable, which way best?
- How can I insert a scriptlet within an echo() function and still have that script run?
- I have a picture in a php3 file, how can I view this picture?Which program must I use? It is a big file.(5,3 mb.).
- What do I do with Cannot send cookie - headers already sent by... when I use start_session?
- Any changes I make to the ini file does not seem to take effect in phpinfo. I am using winnt40 and pws and the php.exe wrapper.
- Why can't the root directory be accessed after PHP module has been installed?
- "open_base_dir" -- It is possible to restrict to the web-dir of the script owner; something like /home/%u/public_html ?
- "safe_mode On" -- What exactly does it *DO* ? Is it only relevent when used in with safe_mode_exec_dir, or is it more like suExec?