[PHP] Draw function diagram

2007-06-05 Thread Khorosh Irani
Hello I have a function like (y(x)=sin(x)) that i convert it to post fix and then execute it.means that i coud get y for each x value now I have a simple question I want to draw diagram of function. how I should do this I dont work with gd and also i donot now how I should done this.but i think

Re: [PHP] Draw function diagram

2007-06-05 Thread Khorosh Irani
/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, June 5, 2007 4:36 pm, Khorosh Irani wrote: Hello I have a function like (y(x)=sin(x)) that i convert it to post fix and then execute it.means that i coud get y for each x value now I have a simple question I want to draw diagram of function

[PHP] Power

2006-01-08 Thread Khorosh Irani
Hello How I can get the power of an integer number (for example 8 power 2=64) only with loops (without pow() function)? Thanks

[PHP] Language check

2005-11-28 Thread Khorosh Irani
Hello I want to sure that all the character of a posted string is in my language(persian for example).What should I do? Thanks

[PHP] Compile a stored code with php

2005-11-19 Thread Khorosh Irani
Hello How I can compile a php code that is stored in a database when the programm is running? Thanks

[PHP] Classes or functions

2005-10-19 Thread Khorosh Irani
What this methods are better for php4? classes or functions Does it better to use classes whennbsp;I can write the codes with functions? Excuseme for my bad english

[PHP] Classes or functions

2005-10-19 Thread Khorosh Irani
What this methods are better for php4? classes or functions Does it better to use classes when I can write the codes with functions? Excuseme for my bad english

[PHP] flashPHP Issue

2005-05-09 Thread Khorosh Irani
Hello Can I get the background color a swf file with php? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OO toturial

2005-05-05 Thread Khorosh Irani
hello Can anyone tell me the url of a good toturial about object and php that contain: polymorphism,Delegation,...? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FlashPHP Issue

2005-05-05 Thread Khorosh Irani
Hello How I can get the width and height of a swf file with php? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regular expressions problem

2005-04-30 Thread Khorosh Irani
For example I want to math this stream: 123 mm 334 What is the pattern that math with this stream? Thanks On 4/29/05, Malcolm Mill [EMAIL PROTECTED] wrote: What is it you want to do? On 4/29/05, Khorosh Irani [EMAIL PROTECTED] wrote: Hello I have a question: What is in the role

[PHP] Regular expressions problem

2005-04-29 Thread Khorosh Irani
Hello I have a question: What is in the role of space in the regular expressions (POSIX)? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Some Question

2005-04-26 Thread Khorosh Irani
Hello I have some questions: 1.How I can make a optional argument in function that if I dont mention it in my code does not make problem? 2.How I can see apache or IIS headers? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Some Question

2005-04-26 Thread Khorosh Irani
Hello 1.I dont have this mean I want this: for example I write this function :myfunction ($para1, $para2, $para3=123) .And I want to make $para1 optional that If I didnt write it (for example:myfunction(1,123) ) It does not make problem 2.I want to see all of header not HTTP_USER_AGENT? Thanks On

[PHP] A question

2005-04-16 Thread Khorosh Irani
Hello How I can find that php is installed as cgi or as apache module? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A question

2005-04-16 Thread Khorosh Irani
How I can find it in phpinfo() ? On 4/16/05, Amir Mohammad Saied [EMAIL PROTECTED] wrote: phpinfo() -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: