Re: [PHP] Php coding help - Newbie question

2007-01-22 Thread Chris
Sorry for troubling all again. I am trying to use the Pear DB_ldap for the above scripts. Does any one have any sample code for ldap_connect () ldap_search etc. http://php.net/ldap_connect http://php.net/ldap_search Both pages have examples. If you have a specific problem then post it.

Re: [PHP] Php coding help - Newbie question

2007-01-22 Thread Ramdas
On 1/23/07, Chris [EMAIL PROTECTED] wrote: Sorry for troubling all again. I am trying to use the Pear DB_ldap for the above scripts. Does any one have any sample code for ldap_connect () ldap_search etc. http://php.net/ldap_connect http://php.net/ldap_search Both pages have examples. If

Re: [PHP] Php coding help - Newbie question

2007-01-20 Thread Ramdas
On 1/18/07, Ramdas [EMAIL PROTECTED] wrote: On 1/17/07, Jochem Maas [EMAIL PROTECTED] wrote: Ramdas wrote: Hi Group, A very newbie question. Might be discussed earlier, please forgive. Are so much of a noob that STFW is not within your capabilities? (just thought I'd ask, given that

Re: [PHP] Php coding help - Newbie question

2007-01-18 Thread Ramdas
On 1/17/07, Jochem Maas [EMAIL PROTECTED] wrote: Ramdas wrote: Hi Group, A very newbie question. Might be discussed earlier, please forgive. Are so much of a noob that STFW is not within your capabilities? (just thought I'd ask, given that you admit to realising the info *might* be out there

Re: [PHP] Php coding help - Newbie question

2007-01-17 Thread Jim Lucas
Ramdas wrote: Hi Group, A very newbie question. Might be discussed earlier, please forgive. I am having a site in PHP ( not very great design ) which I need to convert/modify to use functions. Such the code for connecting / binding to Ldap is not repeated scripts are more readable. The site

Re: [PHP] Php coding help - Newbie question

2007-01-17 Thread Jochem Maas
Ramdas wrote: Hi Group, A very newbie question. Might be discussed earlier, please forgive. Are so much of a noob that STFW is not within your capabilities? (just thought I'd ask, given that you admit to realising the info *might* be out there already) I am having a site in PHP ( not very

Re: [PHP] PHP Coding HELP

2002-11-22 Thread Vicky
Thank you very much for everyone's help ^_^ I'm very much a novice in PHP, so whether I can actually figure out what I have to do'll be another thing *L* Thanks again ^_^ -Vicky -Original Message- From: Vicky [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 9:56 AM To: [EMAIL

Re: [PHP] PHP Coding HELP

2002-11-22 Thread Per Lundkvist
Ok, make a form for upload with maybe fields as well where the user can write how many time that file is supposed to be downloaded. After submit you store that information in a database (MySQL) and when downloading files you do it through another PHP-file where you can check how many times it has

Re: [PHP] PHP Coding HELP

2002-11-21 Thread Ray Hunter
If you have a database this would be easier... Here is what u can do: 1. Create a form that allows them to upload files to your php server. 2. Then you can store the files in a database and have a field that has a value that is how many times it can be downloaded. 3. Then a page that allows

RE: [PHP] PHP Coding HELP

2002-11-21 Thread John W. Holmes
Users can upload their files, but the files they upload can only be downloaded X amount of times. After they've been downloaded so many times in an ideal world they'd be automatically removed, though just to be made so people couldn't download them anymore would be great. You need a download