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 - 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...
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
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 napii svoj e-mail in sporoèilo !
E-mail:
Sporoèilo (uporablja
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
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
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
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