Re: [PHP] any ideas : Unexpected character

2002-02-14 Thread Will Hives
/php/new admin/do_addauthor.php on line 14 > > Can you post the section around Line 14 from do_addauthor.php so we can take > a look at it ? > > Regards > > > Girish > -- > www.girishnath.co.uk > > > - Original Message - > From: "Will Hives"

[PHP] any ideas : Unexpected character

2002-02-14 Thread Will Hives
I have put together this script with the help of some of you kind members here. It seems to do what I set out for it to do, but when it finished the upload it comes up with the following error: Unexpected character try for yourself: http://www.alt-design.net/php/new%20admin/add.php I would be

[PHP] file upload and change name

2002-02-09 Thread will hives
Hi, Does anyone know how to change the name of and image and save the new name to the database? I know how to do a standard file upload, but can't seem to get the new new to be saved into the databaseany pointers would be fantastic. Cheers Will -- PHP General Mailing List (http://www.php

[PHP] Re: Upload script with user admin

2002-02-01 Thread Will Hives
That's cool. How do you then delete and edit that image? Will in article [EMAIL PROTECTED], Lerp at [EMAIL PROTECTED] wrote on 2/1/2002 5:07 PM: > Hi there, here's a bit of code to get you started. It includes a form that > allows uploads, and the code to process the upload on the rece

Re: [PHP] Editing uploaded file

2002-01-31 Thread Will Hives
On Thursday 31 January 2002 05:13, will hives wrote: >> I have this version when I add the image on the add article page, and that >> works fine... >> >> >> >> if ($picture != 'none') { >> >> $path = "/home/€€/€€€

Re: [PHP] Editing uploaded file

2002-01-30 Thread will hives
wrote on 30/1/02 5:56 pm: > On Wednesday 30 January 2002 19:27, will hives wrote: > >> THIS IS THE DOING EDIT SCRIPT: > > [snip] > >> if ($picture) { >> >> $path = "/home/€€/€€/php/"; >> $path1 = "http://www.€€.

Re: [PHP] Editing uploaded file

2002-01-30 Thread will hives
width=\"162\" height=\"113\" border=\"0\">"); } else { print ""; } ?>   in article [EMAIL PROTECTED], Jason Wong at [EMAIL PROTECTED] wrote on 30/

Re: [PHP] Editing uploaded file

2002-01-30 Thread will hives
> On Wednesday 30 January 2002 05:32, will hives wrote: > > Please do not use HTML mail, thanks! > >> I have produced an admin area which allows users to add, edit and delete >> stories plus images. Everything has gone great, thanks to all of you who >> answered previous

[PHP] Editing uploaded file

2002-01-29 Thread will hives
I have produced an admin area which allows users to add, edit and delete stories plus images. Everything has gone great, thanks to all of you who answered previous postings. Just stuck on the very last point...editing...the script below updates the name and email fine, but uploading a new image i

Re: [PHP] move_uploaded_file() query

2002-01-25 Thread will hives
in article [EMAIL PROTECTED], Jason Wong at [EMAIL PROTECTED] wrote on 25/1/02 3:14 pm: > On Friday 25 January 2002 17:35, Will Hives wrote: > >> Sorry for my past ignorance using this news site forum I can only out this >> down to my lack of knowledge. >> >>

[PHP] move_uploaded_file() query

2002-01-25 Thread Will Hives
Sorry for my past ignorance using this news site forum I can only out this down to my lack of knowledge. I have been work on me first script for some time now and have been making good progress up until now. I have a script that adds a author to the database, ID, Name, Email, Picture Name. When

[PHP] nearly there...just one more

2002-01-24 Thread will hives
I have managed to set the file upload to change the name of the file when uploading, but when the file is uploaded it takes the original file name not the renamed one image upload box is named 'picture' how do I get it to call the new file name Thank you for your help so far everyone...

Re: [PHP] Increment help..please

2002-01-24 Thread will hives
023b1cf@win2k, Tyler Longren at [EMAIL PROTECTED] wrote on 24/1/02 7:57 pm: > Why don't you just set auto_increment on the id field in the database table? > > Tyler > > ----- Original Message - > From: "will hives" <[EMAIL PROTECTED]> > To: <[EMAIL

[PHP] Increment help..please

2002-01-24 Thread will hives
please help I'm a newb and this is really messing with my head. All I want to know is what do I need to add to this script to allow it to increment the ID number. pleasee. thank you very much for a simple boy Will my contact management system: add a contact Name & ema

[PHP] file upload with story

2002-01-21 Thread will hives
Please can someone help, I can't find any answers anywhere I have this code: it's really just an online contacts book, what I want to do as have the ability to upload an image with the record. Then when the contact details are viewed it shows the also uploaded image. How do I add that co

Re: [PHP] News story with image - help

2002-01-21 Thread Will Hives
in article [EMAIL PROTECTED], Nick Wilson at [EMAIL PROTECTED] wrote on 1/21/2002 1:36 PM: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * On 21-01-02 at 14:32 > * Will Hives said > >> I guess you must all be getting very bored with this type of que

[PHP] News story with image - help

2002-01-21 Thread Will Hives
I guess you must all be getting very bored with this type of question..but away.. I have recently put together a simple news section which allows admin people to add, edit and delete stories from the site...I would like to add the function of adding an image to a story...I have managed to use the