Re: [PHP] control REMOTE_ADDR header

2005-01-25 Thread Alawi Albaity
this site is blocked in my country , is it php class ? is there php On Fri, 21 Jan 2005 22:55:53 -0600, Greg Donald [EMAIL PROTECTED] wrote: On Sat, 22 Jan 2005 06:52:37 +0300, Alawi Albaity [EMAIL PROTECTED] wrote: I Want to control some privacy is there class to help me do that ? http

Re: [PHP] control REMOTE_ADDR header

2005-01-21 Thread Alawi Albaity
I Want to control some privacy is there class to help me do that ? On Sun, 16 Jan 2005 19:59:30 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: Alawi Albaity wrote: how can I can send http request with my chosen REMOTE_ADDR is there a class to do that or method in php ? I'm

[PHP] control REMOTE_ADDR header

2005-01-15 Thread Alawi Albaity
how can I can send http request with my chosen REMOTE_ADDR is there a class to do that or method in php ? -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP5 Namespace ?

2005-01-04 Thread Alawi Albaity
is really that the support for namespace in php5 is removed ? or there are replacment for it ? -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Regular expression

2004-10-07 Thread Alawi Albaity
); its not work How can I do that -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] objects - is that possible at runtime in php4 or php5 ?

2004-10-04 Thread Alawi Albaity
I want to create and defined variables of an object in runtime , is that possible ? I can do that with arrays but I want the access it as variable from obbject it self and not like member of an array are defined on object before I load it ! -- Alawi Albaity Jeddah - KSA Mobile : +966506660442

Re: [PHP] Zend PHP Certification test

2004-09-30 Thread Alawi Albaity
in ZCE.. On Thu, 30 Sep 2004 04:03:22 +0300, Alawi Albaity [EMAIL PROTECTED] wrote: I purchase the guide before month and because I am outside US it will be inn my country after another month ( I actually bought it pdf version from phparch but because of the issue between Sams

Re: [PHP] Zend PHP Certification test

2004-09-30 Thread Alawi Albaity
. I wish that for you too . I can not go ahead any more about this dissction , its off with me in this list , if you wannt to talk more please between me and you in private , I afraid to be blocked in this list . Best Regards . -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP General

Re: [PHP] Zend PHP Certification test

2004-09-29 Thread Alawi Albaity
and easy , they was so fair , who got good knowldge will pass . -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] is that possible with Objects in php 4 or php5 ?

2004-09-24 Thread Alawi Albaity
this classes with the original class together so I can do all abilities . this is not work out with me if I have to merge big class , so is there any possibility to do that so I can win the abilities of this two classes together without merge ? -- Alawi Albaity Jeddah - KSA Mobile

[PHP] Commercial Java Extention for php 5

2004-08-22 Thread Alawi albaity
Is there any commercial java extention for php 5 ?

[PHP] make an old extention work with php5

2004-08-20 Thread Alawi albaity
Is there any possibility to make an old exention that created for work with php 4 to work with php 5 if the extention is not yet converted to work with php 5 ? If yes then how ?

Re: [PHP] good PHP to PDF libary?

2004-07-23 Thread Alawi albaity
PDF Lib is very COOL , its give you ability to encrypt an existing pdf file its give you a powerful method to import pages from an existing pdf file and do some thing on it , its have only one problem very expensive price for full power . if they only split php version annd change the price for

[PHP] PHP5 Java Intgeration

2004-07-18 Thread Alawi albaity
how can I do that in php5 in windows ?

[PHP] What happen to JAVA support in PHP5

2004-07-16 Thread Alawi albaity
the setting is removed from php.ini , How can we integrate them in PHP5 ?

[PHP] PHP JAVA Error on linux

2004-07-14 Thread Alawi albaity
Java 2 SDK 1.4.2 PHP 4.3.3 linux fedora 1 the command is work fine from terminal but its not work fine from php give me this msg when I use exec system passthru : Error occurred during initialization of VM Could not reserve enough space for object heap

Re: [PHP] PHP JAVA Error on linux

2004-07-14 Thread Alawi albaity
I just edit php.ini and increase it to 200 its not work any suggestion does apache effect ? cuz its Usage memory limitid to 98M - Original Message - From: Alawi albaity [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 8:55 PM Subject: Re: [PHP] PHP JAVA Error

Re: [PHP] PHP JAVA Error on linux

2004-07-14 Thread Alawi albaity
/test/test.php); ? Please give me a hand - Original Message - From: Alawi albaity [EMAIL PROTECTED] To: php-general [EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 10:04 PM Subject: Re: [PHP] PHP JAVA Error on linux I just edit php.ini and increase it to 200 its not work any suggestion

[PHP] what wrong in this code ?

2002-11-13 Thread Alawi albaity
why the varible value(123) is not printed? ? function is_login(){ session_start(); if (session_is_registered(test) ){ return true; }//end if else{ return false; }//end else }// end is_login() function function make_login(){ session_start(); session_register('test'); $test =

[PHP] session is not work with IIS

2002-11-13 Thread Alawi albaity
session is not work with IIS I install php in : c:\php and IIS in c:\Inetpub

[PHP] what happen to comments in php documntation

2002-11-12 Thread Alawi albaity
I dont see any comments where is this useful comments go ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Create associative array from comments by preg

2002-11-10 Thread Alawi albaity
I have comments like that : !-- comname1 --! value1 !-- end comname1 --! !-- comname2 --! value2 !-- end comname2 --! Now : How can me get associative array like this $var[comname1] = value1; $var[comname2] = value2; can any body help me to do that ?

[PHP] Arrays Data

2001-09-23 Thread Alawi Albaity
hi how can I remove duplicted values (Data) in my array ? __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] How to do that with PHP

2001-09-21 Thread Alawi Albaity
I have a table .. this table have 20 record.. I want to view this record in the 4 pages (5 record by page).. how can I do that !! __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information

[PHP] how can i show my table 5 record by five record ?

2001-09-17 Thread Alawi Albaity
how can i show my record to user to view it five record by fifve record by click link __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ -- PHP

[PHP] How can I Get Text as it Set

2001-08-28 Thread Alawi Albaity
when a person write in a text area i want to get it string and format it as it set for example when he write --- how are all world i do not see you --- i want to store it as it set in my database i not want it to be how are all world i do not see you --- Thanks

[PHP] I Want

2001-08-06 Thread Alawi Albaity
i want to make a function that read my file line by line and word by word to find a certain word , if the function return this word it is return true , if not it return false . Thabks __ Do You Yahoo!? Make international calls for as low as

[PHP] Class

2001-08-06 Thread Alawi Albaity
I create a class in write it code in a file and give it a name (wwp.php) and make another file and name it index.php3 the my index.php3 code is - ? Include (wwp.php); $hotmail = new WWP; $hotmail-toppage(1231); $hotmail-bodyofpage(212,213) $hotmail-downpage(2132154); ? and my

[PHP] How to ?

2001-08-05 Thread Alawi Albaity
how can i to make my page as a browser for another pages i mean i want as a proxy how can i do that ? __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP General

[PHP] How to ?

2001-08-04 Thread Alawi Albaity
how can i to make my page as a browser for another pages i mean i want as a proxy how can i do that __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP General Mailing