Re: [PHP-WIN] Programmer Job Posting: Work From Home

2002-06-29 Thread Saci
Investor put money , you put your work. If the bussines goes to bankruptcy they lose money you lose time. If the bussines goes well both gain money. Nothing special for investor, but a nightware for salary works. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

php-windows Digest 30 Jun 2002 06:16:42 -0000 Issue 1217

2002-06-29 Thread php-windows-digest-help
php-windows Digest 30 Jun 2002 06:16:42 - Issue 1217 Topics (messages 14467 through 14476): Re: no Values in variables 14467 by: Saci How can i Have a function who returns 2 variables? 14468 by: Saci 14471 by: Christian Leberfinger Re: PHP 4.2.1. on PWS...

[PHP-WIN] Re: My functions dosent work

2002-06-29 Thread Saci
Quotes makes diference if you forget $ema = $_POST['email']; $spo = $_POST['kom']; -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] My functions dosent work

2002-06-29 Thread Jan - CWIZO
Hi Coudl somebody tell me what is wrong with hte attached code ? It always displays the index.php file (the starting file). Even ig all condisions are complete. LP JaN www.3delavnica.com Jan Èe me želiš kontaktirati, spodaj napiši svoj e-mail in sporoèilo ! E-mail: Sporoèilo (uporablja

RE: [PHP-WIN] function call ????

2002-06-29 Thread Bruce Karstedt
Try reading the manual - hint "include" Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: toby z [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 6:07 AM To: php hlp list Subject: [PHP-WIN] function call

[PHP-WIN] function call ????

2002-06-29 Thread toby z
hi guyz how do i call a phpfile into another phpfile like i wanna call cat_disply.php from within article.php so dat it displays all the categories WHERE im giving it a call now i did this in c/c++ i CALLED files as i call functions but is this possible in php ? n how thnx a m

RE: [PHP-WIN] function call ????

2002-06-29 Thread brother
am I stuppid? http://www.php.net/manual/en/function.include.php /brother > -Original Message- > From: toby z [mailto:[EMAIL PROTECTED]] > Sent: den 29 juni 2002 13:07 > To: php hlp list > Subject: [PHP-WIN] function call > > > > > hi guyz > > how do i call a phpfile into anot

RE: [PHP-WIN] How can i Have a function who returns 2 variables?

2002-06-29 Thread Christian Leberfinger
Pass variable by reference: function abc(&$var1, &var2) { $var1 ++; $var2 ++; } //end of function Christian Leberfinger -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php