[PHP] calling a php file from javascript

2002-06-18 Thread Burak Delice
hi, how can I call a php file from javascript?. Actually I want to call a php file from flash without appear a web browser window(I used getURL function but it use new or self window). so I will use fscommand and call php from java. thankyou. -- PHP General Mailing List

[PHP] is there a function like javascript's window.open in PHP

2002-06-22 Thread Burak Delice
hi, I wonder that is there a PHP function like window.open() into Javascript? thankyouverymuch. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] is there a function like javascript's window.open in PHP

2002-06-23 Thread Burak Delice
-- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 23, 2002 12:17 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] is there a function like javascript's window.open in PHP On Sunday 23 June 2002 07:21, Burak Delice wrote: hi, I wonder that is there a PHP function like win

[PHP] bb

2002-06-24 Thread Burak Delice
I gave up php, cgi, java,delphi,max,web,flash!!!what is matter...http://www.micro.magnet.fsu.edu/primer/java/scienceopticsu/powersof 10/index.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php's variables javascript

2002-05-27 Thread burak delice
=K00.jpg But explore gives me an javascript error that syntax error. Why? and how can do my purpose? thanks burak delice -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] javascript and php

2002-05-27 Thread burak delice
=K00.jpg But explore gives me an javascript error that syntax error. Why? and how can do my purpose? thanks burak delice -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php's variables javascript

2002-05-27 Thread burak delice
Thanyou very much guys, I is working boyan, but your suggestion seems like a long way? he? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] at least right code is here :)

2002-05-27 Thread burak delice
thanks again echo script language=\JavaScript\ width=; echo $size[0]; echo ;/script; I mean, problem's solution is echo :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] javascript

2002-05-29 Thread burak delice
why is that code t working? ? //I am calling this php file as //http://localhost/Aksu/web/getimage.php?resim=K00.jpg $size = GetImageSize (images/$resim); echo script language=\JavaScript\; echo WinName=\;echo $resim; echo \ ; echo GoURL=;echo\images/resimgoster.php?res=; echo $resim;

[PHP] javascript(sorry for my english)

2002-05-29 Thread burak delice
hi, why this code does no work? (explorer is giving ajavascript error) thanks. burak ozdelice ? //I am calling this php file as //http://localhost/Aksu/web/getimage.php?resim=K00.jpg $size = GetImageSize (images/$resim); echo script language=\JavaScript\; echo WinName=\;echo $resim; echo \

[PHP] giving variable value in URL problem

2003-11-15 Thread Burak Delice
hi, when I enter url like that http://localhost/menu.php?status=0 php return an error below : Warning: Undefined variable: status in D:\calismalar\cengiz_ozdelice\web\menu.php on line 41 my code on 41.line is : if ($status==0) echo 'trying; what is problem? thank you. -- PHP General

Re: [PHP] giving variable value in URL problem

2003-11-15 Thread Burak Delice
thanx Chris, this code is running on Web, is not on Local. and I did your way, it did not work regards Chris Shiflett [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- Burak Delice [EMAIL PROTECTED] wrote: http://localhost/menu.php?status=0 php return [snip] if ($status==0