PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
Adding meta tags under Zend FW
Hello there, recently has come to my hands the FTP of a website which is running under Zend, I would
Two fgetcsv related questions ;D
First of im trying to get a file from a merchants server but the directory is protected, I know the
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
CURL XML Request [From C to PHP]
Hi,
I need some help converting this into something that will work with PHP.
Code: #