PHP Programming error. Please help!
Hi there,
Am making a website for a friend and have encountered a problem that i need fixing
PEAR in appliactiond development
When I was picking up PHP I went from procedural programming, fairly quickly into OOP, then after wr
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
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.
Some code runs as perfectly valid code,
How to limit the calls to an API
Hello, in my simple script I call an api which effectively involves me getting an xml file.
H
strtotime issue
Hey all,
I'm playing around with some code, and basically the idea is:
Person changes
unexpected T_STRING
error log "[Sat Jan 09 18:27:58 2010] [error] [client 127.0.0.1] PHP Parse error: syntax error
Custom list order
Hi there,
I have checked this tutorial and it's great till the point where I want to display
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