Email Processor
I have a few questions so this post will be a larger one! Sorry, but I'm a bit of a PHP newbie so be
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes th
Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Uploading/Downloading files stored in MySQL database
Hey all,
This problem just came up in my website and I'm having a hard time figuring out what
Help? Need help on project with templates involving mysql and php.
I'm having a hard time explaining what I want but basically here is what I have in place:
-Da
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance