[PHP] number function

2003-03-20 Thread pei_world
anyone how to write a good number valid function? regonise numbers like: real int -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: number function

2003-03-20 Thread pei_world
; } -- Sincerely your; pei_world ( .::IT::. ) Pei_world [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] anyone how to write a good number valid function? regonise numbers like: real int -- Sincerely your; pei_world

[PHP] function for $array

2003-03-20 Thread pei_world
; for($i=0; $isizeof($array); $i++){ echo ++.$array[$i].++;== if($array[$i]!=){ if(is_numeric($array[$i])){ $result=true; }else{ $result=false; break; }//if }//if }//foreach return $result; } -- Sincerely your; pei_world

[PHP] simple arithmetic problem

2003-03-16 Thread pei_world
== 1047832384 1047832349 = 1047832384 -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Loading var from txt or php file

2003-02-28 Thread pei_world
); } //=== -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Flash interaction with PHP

2003-02-24 Thread pei_world
I only found the actionscript for click button to load the varialbes. but If I want to load variable when the moive start? on (release) { gotoAndPlay(2); Status = Beginning Login Process.. Please Hold; loadVariablesNum (Login.php?Name=+Name, 0); } -- Sincerely your; pei_world

[PHP] Dynamic combobox in Flash with PHP

2003-02-23 Thread pei_world
= this[list_label+i] myItem.label = test myItem.data = i; iList[i+1] = myItem; } list_currency.setDataProvider(iList); // thx. -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net

[PHP] Flash interaction with PHP

2003-02-23 Thread pei_world
do you know how to load the variables from php automatically when the flash start? I need to stick the loadvariable into a button click action,which is not what i want. thx -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: Variables not being received from form

2003-02-23 Thread pei_world
cann't see any thing without your form! I think it is misstyping error, check your form variables name, specially upper case or lower case! but try $rank = $HTTP_POST_VARS[rank]; $title_new = $HTTP_POST_VARS[titles]; -- Sincerely your; pei_world ( .::IT::. ) Peter Gumbrell [EMAIL PROTECTED

[PHP] Re: Dynamic combobox in Flash with PHP

2003-02-23 Thread pei_world
how to active the variablesLoad(test.php,0) when the flash start to play I mean auto load the variables -- Sincerely your; pei_world ( .::IT::. ) Michiel Van Heusden [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] my experience is that interaction between flash and php runs best

[PHP] Re: new to php, need help..

2003-02-21 Thread pei_world
; pei_world ( .::IT::. ) Jonathan [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi all, i've only begun learning php around 1 week ago, i'm having trouble with this code, html head titleUntitled Document/title meta http-equiv=Content-Type content=t

[PHP] how to get the array

2003-02-21 Thread pei_world
if my post variable is $_POST[array] How can I get the individual element of that array? I found one way to do this is $two_array=$_POST[array], but is there any other way to do so? thx -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net

[PHP] problem in PHP with ADODB connection, Microsoft JET Database

2003-02-19 Thread pei_world
. - thx -- Sincerely your; pei_world ( .::IT::. ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php