Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to
Material Issuing for receiving batch
Dear All experts in MM/ PP,
Material issuing from main stores to factory is currently usi
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
Word Trimming
Hi Guys & Gals!!
Hope you are all ok....
I need some help with the following
Form submissing with PHP and JQuery/Ajax
I have searched everywhere, but cannot find a solution for this... I have worked all day trying to g
How to validate from 2 possible answers
Hi
I hope somebody can help me with what will probably be really simple, I'm pulling my hair
Access database inside of a validation class
Hello,
For quite some time, I have been using functions to validate form input and access the
'grab_files', multiple extension?
hey guys,
can anyone suggest a way to make to following line of code look for files with more
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say