[PHP] Re: Proxy problems

2002-03-05 Thread mojo jojo
Hi Try adding the following to the top of your pages "Petre Agenbag" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > I'm suspecting that I am having proxy problems with one of my PHP/MySQL > websites. > I am getting strange behaviour that ( at this poin

RE: [PHP] OOP .. I just don't get it.

2002-03-05 Thread mojo jojo
Thanks to all those who contributed to the thread. Very helpful. Mojo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: OOP .. I just don't get it.

2002-03-05 Thread mojo jojo
iled library). All you need to know is the public functions (or > methods). However you still get all the functionality of an animal and > bird. > > You also get some overhead, but that's the price you pay. > > Does that help? > > Search the net for OOP tutorial and I'

[PHP] OOP .. I just don't get it.

2002-03-05 Thread mojo jojo
Hi I've been using php for a while now but I have not got my head around OOP (classes). Why bother using them? I've read thru a few tutorials on using classes and the examples given are quite simple. This is probably the problem - I just can't see the benefit of using this style of programming.

[PHP] Re: php and form mails

2002-03-04 Thread mojo jojo
Hi Try it like this name="form[gender]" value="male">male name="form[gender]" value="female">female Cheers Mojo [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > I have this simple formmail written out in PHP, and it checks for required > fields before sendin

[PHP] Re: convert to lowercase

2002-03-04 Thread mojo jojo
$string = strtolower($string); <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > What is the code to make a string into lower case? > > > Regards, > Joseph A. Bannon > > > > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP] Changing file permissions - Help!

2002-03-03 Thread mojo jojo
Hi First, thanks for reading my post...I tried to post this yesterday but it disappeared - so if you've seen this before, please ignore it... I am needing to change the permissions on a folder that is owned by 'usr'. However, as I am trying to do this from a browser through php, I am browsing as

[PHP] Re: capturing email adresses

2001-07-10 Thread mojo jojo
As far as I am aware, none of the major web browsers will reveal the email address of the user to any website or web application. This is for privacy reasons. You will need to get your guests to enter their email address in a text field to capture it for your records. Pete Scorpio1 <[EMAIL PROT