Re: [PHP] showing in pages selecting result?

2005-11-21 Thread xkorakidis
Thanks so much Jochem, I found some things in phpclasses (good material, bad design) and I'll try that. Thanks! Jochem Maas wrote: > xkorakidis wrote: >> Hi, >> How can I present into pages the result of sql select? (e.g. pages of 10 >> records) > > by performin

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

2005-11-20 Thread xkorakidis
POST... Thanks! Curt Zirzow wrote: > 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 diffe

[PHP] showing in pages selecting result?

2005-11-19 Thread xkorakidis
Hi, How can I present into pages the result of sql select? (e.g. pages of 10 records) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-11-19 Thread xkorakidis
o fool your script, > latest the case structure yould not work, cause no plausible data is > recived. > > But who would like to xscript on a jump page, it can't harm really. > > Greetings > Mirco > > -Ursprüngliche Nachricht- > Von: Jasper Bryant-Greene

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

[PHP] I can't see my msgs...

2005-11-18 Thread xkorakidis
I can't see my posted msgs... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how can I CALL a PHP script from different TEXT LINKS with different PARAMETERS?

2005-11-18 Thread xkorakidis
Hi, I'm not so keen on PHP (so on English :) ) and I have a little problem: On the left side of the page there is the following menu: PRODUCTS Search Add MEMBERS Search Add ORDERS Search Add Is that possible to link each "Search", "Add" to a "Search

[PHP] how can I CALL a PHP script page from a TEXT LINK?

2005-11-18 Thread xkorakidis
Hi, I'm not so keen in php (so in english :) ) and I had a problem: In left menu I have got choices like : PRODUCTS Search Add CUSTOMERS Search Add ORDERS Search Add I need to make links to each "Search", "Add" for the appropriate php script pages.