Search results

  1. K

    php finding the directory name

    so how does my php program get the file and use it as an attachment to the php mail program? Kim
  2. K

    php finding the directory name

    I want my php program to allow the user to send emails with a pdf attachment. The user will choose the file, which they do by using the type="file" input tag. However while I can get the filename of the file I cant get the directory name, any ideas on how to do this? thanx Kim
  3. K

    php function

    if I have an array like this $a1 = array('first'=>'one','second'=>'two, 'third'=>'three'); I want to produce from $a1 this array $a2 = array('The key is first and the value is one', 'the key is second and the value is two', 'the key is third and the value is three'); is this possible using...
  4. K

    Security

    so why is it better to have login Id's in a seperate table
  5. K

    Security

    I've often wondered what is best when it come to login id's. Should one put the login and password on the same table as the customer data (i.e. they are customer user id's) or should one put them in a completely seperate table, thoughts anyone Kim
Top