Hi,
I am having problems with uploading files to a windows server using
php. I have used the same script on other server with no problems.
From what I can tell this new server is running windows with IIS. I
think the problem is with the path.
Does anyone have any suggestions? Here is a s
Hi
I am working on a project that creates invoices. It will allow the
client to print out these invoices after they have been created.
Something that I have always noticed is that when you print form the
internet you always get the site address and other info on the print out.
Is there a w
Hi,
I am not sure why this won't work I am pretty sure I have done it before;
if($error)
{
echo $errorMessage; // for testing error message is displayed to screen
echo"alert('$errorMessage');";
}
I am capturing all the errors from a form and then output them all at once
Thanks for any help
Hi,
I am having troubles adding 7 days to the current date. I have been
reading through php.net date() and this is what I have come up with but
it doesn't work
$today = date('m/d/Y');
$nextweek = date('m/d/Y',mktime(date("m"), date("d")+7, date("Y")));
if I echo the above variables they are
Hi,
I don't know what peoples backgrounds are here on the list but we have a
paying project for the right person. Or if anyone has another list that
can suggest where I can post this.
Is anyone interested in working on a small project? We are looking for
someone to write a program for us.
Hi,
I am trying to read form a database and place everything in a
multi-dimentional array
This is what I am doing and the output (for testing) seems correct
while($row=mysql_fetch_array($result))
{
$banner= array($arrayIndex => $row);
echo $banner[$arrayIndex]["image"]. "";
echo $banner[$a
Hi,
This is come thing that I have struggled with now and again. I usaually
us php code to make it work, but was wondering how others deal with this
I use includes in most of the web applications that I work on to include
the header, footer, menu etc.
The problem that I always run into as
Hi,
I really don't think this is possible from what I know of php, but I
thought I would as the experts.
Is it possible to have php create directories and move files on a local
machine. I have created a web portal for a
8 matches
Mail list logo