Ben php get metodu ile herhangi bir karakter gönderebilir miyim?

0 Cevap php

Benim web sitesi için küçük bir arama komut dosyası inşa ediyorum. Ben birçok arama sonucu sayfaları göstermek zorunda gibi POST tarafından gerçek dağınık alırsınız çünkü ben get yöntemi ile veri göndermek gerekiyor.

So, My question is Can I use get method directly? means do i need to encode url or any other thing ?? I have checked it in modern browsers. It works just fine..

Teşekkürler

Edit: Urlencode is used when puting variables in url.

I am submitting my search form with method='get' Then I get variable and perform search query and make new page links with variable data. - Length,Size is not a prob. U people suggesting I should use urlencode func. while making new links only ???

0 Cevap