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
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),
a u
reading xml faster than DB call?
I am trying to optimize a high traffic website, and I enabled a feature where there are three photos
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
DirectoryIterator and Hacked Website
Hi Everyone.
My problem:
Some one has been sneaking in to my website hidden Iframes. I've
Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then per
need to apply an if/else statement to Tim Thumb script
Not sure how to work this. I essentially want to call a variety of image sizes based on which style
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();