Page 1 of 1

mmmm i dont wont

Posted: Fri Jun 03, 2005 11:56 pm
by italian webmaster
Hello , i dont wont the start of the form script in the index.php?a=add .

But just index.php because i have a problem whit attachment the second command :

index.php?memberID=140 where i take sametimes date from another script....

But if i have index.php?a=add i can put memberID=140 ??

Thanks

Posted: Sat Jun 04, 2005 12:04 am
by Klemen
Hi,

You can separate different params with a &

index.php?a=add&memberID=140

Regards