Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
Attempt to assign property of non-object in...
I'm having issues with the following function in PHP 5...
function getTreeWithChildre
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code
PHP Include w/If IE Condition Statement?
I was having a problem with Internet Exploder (big surprise, right?) displaying my drop down menus i
need help with date function
i have following form for date
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
frames get header location..
i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the ur
Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to