Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
written Monday, July 24 2006 01:58ProfileHomepage#0
I'm trying to make a script which will automatically send me an email upon the registration of a member. the email will include all information Entered at a form (which i made myself too). now comes the thing I don't understand: Even if you fill out the whole form, it keep saying that you didn't retype the password. The script is below:
I was hoping that one of you may know what's wrong. If you want to give it a better look, I can send you the script together with the form it comes with.
written Monday, July 24 2006 03:14ProfileHomepage#2
Presente. :)
--
There are several things that could be done better (non-essential), and I see a few errors that might cause it... but I guess it'd be best if I could take a look at the form as well. Just email it (or tell me where you put it on the webspace ;) ).
written Monday, July 24 2006 04:04ProfileHomepage#5
I'm making that script, ecause I'm building a new website. The website will be the home for the Flight Simulator 2004 Clan which i'm setting up together with a friend. in order to get members, i made a form for them to fill out. now I have to make it work with this script.
First i tried using custom scripts by others, but as they all returned errors and it all just didn't function proparly, I made my own. Anyway, when making my own scripts, I know exactly what it is that I'm writing there. When I use other's scripts, i usually don't. Its the same with BoA. I prefer making my own scripts, even though a certian script already exists.