Re: [PHP] Variables from the Form wouldn't transfer to my process page

2003-02-16 Thread Geckodeep
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sunday 16 February 2003 09:21, Geckodeep wrote: My html looks ok. Are you sure? The TEXT variable is $catname and the $rubriqueid is a mistake it is actually $catid but it is not that giving the problem. It is an error from my par

[PHP] Variables from the Form wouldn't transfer to my process page

2003-02-15 Thread Geckodeep
I have these forms with one having pull down menu having data coming from a table which is working and I have set two variables one for ID and the other for the TEXT. The problem that I am facing is that when the form is submitted the ID variable is well taken into consideration and can see the

Re: [PHP] Variables from the Form wouldn't transfer to my process page

2003-02-15 Thread Geckodeep
with the existing session? I am pretty confused with session; I've checked the Php manual and couldn't really get the gist of it. Thanks for any help in advance. gd Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sunday 16 February 2003 03:37, G

Re: [PHP] [Fwd: Delivery Status Notification (Failure)]

2003-02-15 Thread Geckodeep
Me too but it sounds and looks like a virus! Anyway I deleted without opening it. Lucas Lain [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... me too... John Nichel wrote: Could one of the admins of this list take this email address off? Everytime I send an

Re: [PHP] Trouble with resizing image!!

2003-02-10 Thread Geckodeep
use time() all over your script and expect it to be always the same. But the function returns current time, so it changes! Use $n_image1 = time().$_FILES['image1']['name']; and remove all time() functions Geckodeep wrote: I am having trouble in resizing the image. What I am tryi

[PHP] Help needed for submitting multiple files!

2003-02-10 Thread Geckodeep
I am building a page that submits an article with 9 jpgs images of 45 to 60ko in size. I got it working with no problems for two to three files, until when I tested with all nine images I saw the real problem, that wouldn't uploaded it. When I consulted with my service provider they said they

[PHP] Trouble with resizing image!!

2003-02-09 Thread Geckodeep
I am having trouble in resizing the image. What I am trying to do is letting people upload images of any dimension, and with the aid of my script after having uploaded, it renames the file, from this new file I'll get the size and resize it to predefined format 360x240 or 240x360 and this is the

[PHP] Problems in uploading files due to upload_max_filesize

2003-02-07 Thread Geckodeep
I have a problem with transfer of Image files to the server. I've checked with the aid of phpinfo on my service provider's server and this is what I found upload_max_filesize 200K. My page needs to upload 9 images simultaneously each one of them having the size between 45 kb to 50kb, Can any

[PHP] Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Geckodeep
Hi there I have this problem wondering how to define the size of my images. I have this page that has 9 images coming from the database. These images are uploaded into a folder and the names are referenced in the DB. I pull the image through these tags ?php print img alt='$title' border=0 width=

[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Geckodeep
/$image1\ ? Thanks again. Goetz Lohmann [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Geckodeep schrieb: Hi there I have this problem wondering how to define the size of my images. I have this page that has 9 images coming from the database. Thes

[PHP] Re: Solutions need for resizing images (Thumbnail) on the fly..

2003-02-06 Thread Geckodeep
Thanks goetz for your time, that's very kind of you to write the code. if i have any more questions i shall post it under new thread. Goetz Lohmann [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Geckodeep schrieb: Thanks Goetz But how can

Re: [PHP] Designing My First Content Management System

2003-01-25 Thread Geckodeep
. with these two books you should get head started in CMS. Good luck. geckodeep Chris Shiflett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... --- Guru Geek [EMAIL PROTECTED] wrote: Does anyone out there have any working examples of a PHP based CMS