I'm not shure what you mean, but is it something like this...
$var1 = $var1 + $var2;
regards
Martin Hjort Eriksen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Here is a function that is used in the My_eGallery modules for PHP nuke.
function find_nom_dif($nom)
{
$nom=stripslashes($nom);
$nom=str_replace("'","",$nom);
$nom=str_replace("\"","",$nom);
$nom=str_replace("\"","",$nom);
$nom=str_replace("&","",$n
Thank you very much, actually I had already changes that setting, but did not
restart apache. Under windows, if I remember correctly, I did not have to worry
about apache if I changed something in php.ini, but aperently I there is a
connection under linux. Why the difference?
/mhe
Citat Juan
I have a form where i upload files.
When I was using windows there was no problem, now I have switched to Linux,
and I cannot upload anymore. The form simply does not pass any of the variables
on. If i remove enctype="multipart/form-data" from the form tag, then the
variables are passed.
Doe
You have forgotten a ?> before your HTML starts.
/ Martin
Citat Chase Knott <[EMAIL PROTECTED]>:
> Maybe you can help me with YOUR eyes again... Now I am getting this
> error...
>
> Parse error: parse error, unexpected '<' in send_contact_form.php on
> line 18
>
> This will be around the "
5 matches
Mail list logo