Re: AW: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-20 Thread xkorakidis
That's right Curt, this is the reason I characterised sending parameters via url not safe! But in case of selecting data, I think there is no problem to send data via url, right? anyway, I found more simple using POST in any case because I have already used that and works, so I prefer POST... Thank

Re: AW: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-20 Thread Curt Zirzow
On Sun, Nov 20, 2005 at 04:12:05PM +1300, Jasper Bryant-Greene wrote: > xkorakidis wrote: > >Webmaster, thanks very much but I think it would be safer to do that by > >post, not by get. Furthermore, if I use indivudual files > > The difference between POST and GET lies in the semantics -- POST >

Re: AW: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-19 Thread Jasper Bryant-Greene
xkorakidis wrote: Webmaster, thanks very much but I think it would be safer to do that by post, not by get. Furthermore, if I use indivudual files It is a fallacy to ever tell someone that POST is safer than GET. They both transmit data in plaintext and it should not be assumed that either is

Re: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-19 Thread xkorakidis
Ahmed thanks for your comments, the situation is that before calling "searchMember.php" or "searchProduct.php" or other, I need to give to user an interface where a message like "insert the Product/Member/Order Id", then when he inserts and presses "find" the appropriate "searchSomething.php" page

Re: AW: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-19 Thread xkorakidis
Webmaster, thanks very much but I think it would be safer to do that by post, not by get. Furthermore, if I use indivudual files ("searchProductInsertId.php", "searchMemberInsertId.php"...), I think it is easy: in each link of the menu I can type: Search, Search etc. But, due to the fact that the h

Re: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-18 Thread ahmed
On 11/19/05, Webmaster <[EMAIL PROTECTED]> wrote: > You can send data to the next php file by HTTP-GET. > Simply add a ? behind the link and then =. > Example ./jumpto.php?to=searchProduct Well i think it was about the code inside the search/add/edit pages not how to reach them. If i understood

AW: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-18 Thread Webmaster
to:[EMAIL PROTECTED] Gesendet: Samstag, 19. November 2005 05:10 An: php-general@lists.php.net Betreff: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS? Hi, I'm not so keen on PHP (so on English :) ) and I have a little problem: On the left side