Ben ek bir numara dahil olmak üzere sınırsız $ _POST değişkenleri almak ve paypal formu yaptığı gibi diziler bunları açmak istiyorum.
Örnek:
<form action="mysite">
<input name="productname" />
<input name="productname1" />
<input name="productname2" />
Etc....
</form>
Bunu aldıktan sonra bir php dizi içine dönecek:
products(gta,twilight,flowers,chocolate,ipod)
Sadece seni anlatmaya, böylece ben bir fatura olarak bunları listelemek istiyorum.
Note: Please don't suggest to use the productname[], i want to use preg match to do that Thanks