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] 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 Ma

[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

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

2002-06-23 Thread Burak Delice
r. We > must depend (somehow) on the browser interpreting what we tell it and then > acting in a particular way. > > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 23, 2002 12:17 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] is there a f

[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

[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 (http://www.php.net/)

[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 http://localhost/Aksu/web/getimage.php?resim=K00.jpg $size = GetImageSize ("images/$resim"); echo ""; echo "WinName=\"";echo $resim; echo "\" "; echo "GoURL=";echo"\"images/resimgoster.php?res=";

[PHP] javascript

2002-05-29 Thread burak delice
why is that code t working? http://localhost/Aksu/web/getimage.php?resim=K00.jpg $size = GetImageSize ("images/$resim"); echo ""; echo "WinName=\"";echo $resim; echo "\" "; echo "GoURL=";echo"\"images/resimgoster.php?res="; echo $resim; echo "\"; "; echo "var hdth="; echo $size[0]; ech

[PHP] at least right code is here :)

2002-05-27 Thread burak delice
thanks again echo " width="; echo $size[0]; echo ";"; 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] 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] javascript and php

2002-05-27 Thread burak delice
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] php's variables & javascript

2002-05-27 Thread burak delice
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