Re: [PHP] Re: problem with file upload script

2004-09-27 Thread AMC
I did read this and it did not resolve the problem "Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > AMC wrote: > > >Hi, > > > >I changed the script to upload to a different directory but it still doesn't >

[PHP] Re: problem with file upload script

2004-09-27 Thread AMC
older back into the folder where it came from. > I suggest you create a new folder on the server you are using and move the > file there. > Hope it helps. > > "Amc" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > > > H

[PHP] problem with file upload script

2004-09-27 Thread AMC
Hi, Here is a script I'm using to upload files. Can anyone see anything wrong with it? No file is uploaded when I click the upload button http://schemas.microsoft.com/intellisense/ie5";> Browse for file to upload: -- PHP General Mailing List (http://www.php.net/)

[PHP] redirecting to another page

2004-09-25 Thread AMC
Hi, What code do I use to redirect a user to a different page in php? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how to retrieve path to web server files

2004-09-25 Thread AMC
Hi, How can I get the string that is the path to the directories on my web server? I need to upload some files, but don't know what to supply for the destination path. In asp I used server.mappath, but I'm new to php. Thanks, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP] php upload script problems

2004-09-24 Thread AMC
Hi, I have the following php page. The page just opens up blank and I assume I made an error I cannot see. I'm new to php and any help would be greatly appreciated: http://www.corrige2.bluehill.com/pdfs";; //url where files are uploaded $absolute_path = "http://www.corrige2.bluehill.com/pdfs";;

[PHP] accessing querystring values

2004-09-21 Thread AMC
Hi, How do you access values sent to a page as part of a querystring in php? ac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] generating a mysql script

2004-09-20 Thread AMC
Is there a tool that will generate a script that can be run to rebuild a mysql database? I need to move my database to a different server -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] very basic php mysql question

2004-09-20 Thread AMC
I figured it out - using the wrong info for host Thanks again "Amc" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks, > > the script runs now, but I cannot open a connection. I know the user name, > and password are correct. What could be the cause

Re: [PHP] very basic php mysql question

2004-09-20 Thread AMC
Thanks, the script runs now, but I cannot open a connection. I know the user name, and password are correct. What could be the cause? "Matthew Sims" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > I have a php page with the code below. The page doesn't show the record > > fr

[PHP] very basic php mysql question

2004-09-20 Thread AMC
Hi, I have a php page with the code below. The page doesn't show the record from the database when it runs and I'm not sure why. I'm not getting any error message, just a blank page. There is one record in the tabele I'm trying to query. I'm brand new to php so I'd really appreciate the help. -

[PHP] use php to download mysql table

2004-09-18 Thread AMC
Hi, Does anyone have any sample code that will download a mysql table to an excel file? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] empty connection string

2004-05-21 Thread AMC
Yes "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote AMC ([EMAIL PROTECTED]): > > Hi, > > > > I'm using an include file to store the connection string to a mysql db. > > Whenever I try to reference that a strin

[PHP] empty connection string

2004-05-21 Thread AMC
Hi, I'm using an include file to store the connection string to a mysql db. Whenever I try to reference that a string to open a connection I get the error 'empy connection string' . When I write the string to the page using response.write(connectionstring) it shows up fine. Is the something else t

[PHP] "The page you are looking for cannot be displayed because the page address is incorrect. "

2003-10-21 Thread AMC
Hi, I'm trying to post from an asp page to a php and I get this error: The page you are looking for cannot be displayed because the page address is incorrect. then later on in the same page I get the error: http 405 resource not allowed internet information services. I have no experience with