[PHP] How to submit a form that has a file included ?

2005-06-06 Thread ¡rio Gamito
Hi, I want to have a form with text fields and a "browse field" for uploading a file. Let's say i have a form with just two fields: Employee: Name: Employee File (a .doc): Now, i want here a browse button, so users when clicking on it trigers the os "File Open" box to

[PHP] Dummy question about knowing marked checkboes

2005-05-29 Thread ¡rio Gamito
Hi, First of all, my apologies to all list members for this dummy question. I've made my home work before posting here, but the truth is that i didn't found an answer for such a simple question. Only examples of more sophisticated related things. I have this piece of code that produces various ch

[PHP] Why this doesn't work ?

2005-05-24 Thread ¡rio Gamito
Hi, Hi have this bit of code: - echo" window.location=\"valid_cv_insert.php?email=$email\" "; - but when passing to file valid_cv_insert.php, $email value doesn't go along. The page that

[PHP] Code to bypass a certain php.ini directive

2005-05-20 Thread ¡rio Gamito
Hi, I have this server with "display_errors=Off" in php.ini Now that i'm developing a new site. is there some code i can insert in the begining of a .php file to set only for this file (not sitewide) "display_errors=On" ? Thanking you in advance. Warm regards, Mário Gamito -- PHP General Mail

Re: [PHP] Getting parameters from the URL

2005-05-20 Thread ¡rio Gamito
Hi Richard, It still doesn't works. Maybe it's because it's being launched from outside the site (i. e., the referrer is not from the site ?). Maybe something's in php.ini ? Any ideas ? Warm Regards, Mário Gamito Richard Davey wrote: > Hello Mário, > > Friday, May 20, 2005, 4:48:07 PM, you wr

[PHP] Getting parameters from the URL

2005-05-20 Thread ¡rio Gamito
Hi, Following the previous discussion regarding confirmation of subscriptions (to all the people who replied, my thanks), i now generate an URL something like this: http://www.bar.com/[EMAIL PROTECTED]&code=vu782 Then in file confirma_registo_action.php, i do: $email= $_GET['email']; $

Re: [PHP] How to confirm subscriptions by e-mail on a PHP site ?

2005-05-20 Thread ¡rio Gamito
Hi George, Thank you for your answer. The future users of the site i'm doing can register freely. No need for aproval. I just want to ensure that there are no fake subscriptions or fake e-mails. I was thinking more in something like an email sent back after the form fill, with an URL back to th

[PHP] How to confirm subscriptions by e-mail on a PHP site ?

2005-05-20 Thread ¡rio Gamito
Hi, I'm making this middle-range site (i. e., not so little, bit not so big, either), and i want users that subscribe to my site to have their confirmation made by email. Does anyone sugests a simple, yet effective way to do this ? Please, don't misunderstand me. The PHP part i know. The sugesti

[PHP] How to confirm subscriptions by e-mail on a PHP site ?

2005-05-20 Thread ¡rio Gamito
Hi, I'm making this middle-range site (i. e., not so little, bit not so big, either), and i want users that subscribe to my site to have their confirmation made by email. Does anyone sugests a simple, yet effective way to do this ? Please, don't misunderstand me. The PHP part i know. The sugesti