[PHP] Upload files problem with IIS server

2006-08-04 Thread Mace Eliason
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

[PHP] Printing with php

2006-05-03 Thread Mace Eliason
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

[PHP] php varible in Javascript alert()

2006-04-11 Thread Mace Eliason
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 echoscript language=\JavaScript\alert('$errorMessage');/script; } I am capturing all the errors from a form and then output them

[PHP] Date problems

2006-04-08 Thread Mace Eliason
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 the

[PHP] Programmer needed for winsock project

2006-04-04 Thread Mace Eliason
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.

[PHP] Here is a silly question

2006-04-03 Thread Mace Eliason
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

[PHP] Multidimentional array problems

2006-04-03 Thread Mace Eliason
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]. br; echo

[PHP] Is this possible with php

2006-03-06 Thread Mace Eliason
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