[PHP-DB] Storing iterated results into various variables

2003-02-04 Thread Geckodeep
May be some one could help me here, I am trying to retrieve results from a table that gives 9 rows, from each row I am trying to pull out two fields and assign the two values of those column fields to a variable $image1 and $caption1, and now I want to go to the next row and pick up the values of

Re: [PHP-DB] Storing iterated results into various variables

2003-02-04 Thread Geckodeep
esday 04 February 2003 20:02, Geckodeep wrote: May be some one could help me here, I am trying to retrieve results from a table that gives 9 rows, from each row I am trying to pull out two fields and assign the two values of those column fields to a variable $image1 and $caption1, and now I wa

Re: [PHP-DB] Storing iterated results into various variables

2003-02-04 Thread Geckodeep
t/manual/en/language.variables.variable.php Enjoy. On Tue, 2003-02-04 at 07:02, Geckodeep wrote: May be some one could help me here, I am trying to retrieve results from a table that gives 9 rows, from each row I am trying to pull out two fields and assign the two values of those colum

Re: [PHP-DB] Storing iterated results into various variables

2003-02-04 Thread Geckodeep
Geckodeep [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... thanks i m going to test ride it and let you know. tks again to adam jason. Adam Voigt [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... $counter = 1; $query = my

[PHP-DB] Re: I want to upload

2003-01-30 Thread Geckodeep
Here are some articles I found on different forums while on uploading files etc, these should give you a head start. use the move_uploaded_file ( string filename, string destination) - the one below is great it explains it in a very simple manner: How do I find the file I just uploaded to the

[PHP-DB] Re: I want to upload

2003-01-30 Thread Geckodeep
Well its me again ,you can also check this thread i've posted to get some more information: Help/Advice/Suggestions need to Upload 9 images on one submit button. GD Quique Notelodigo [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I want to upload a image, from

[PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-27 Thread Geckodeep
Hi, Can any one guide me through the uploading file procedure please? Should I use copy() function to copy the image file to a temp file and rename it to the real name and then reference the name in the data base. Or is there any other way. Should say though my Service Provider does not support

[PHP-DB] Uploading and displaying Jpeg images through Path reference /text from mysql

2003-01-24 Thread Geckodeep
Hello There, I wondered if any one could help me with this problem. I am helping a friend with his web site which is a content management system. to tell you the truth i am a beginner in Php/Mysql and this is my first experience. The table is called REPORT and it has a Field for REPORT_Title