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
do not make the story too complicated , its too simple . On Thu, 30 Sep 2004 23:59:25 +0400, M Saleh EG [EMAIL PROTECTED] wrote: Mr. Alawi I'm not making fun of you! yeah yeah tell me about it thats right and clear ! I'm saying wat's right! How can you right a book about a programming

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 problem in this sql

2003-03-12 Thread Alawi
SELECT type_id, type_name, cont_id, type_id, cont_title, cat_id, cat_name FROM cont_data, cont_cats, cont_types WHERE contdata.cont_id = $cont_id AND cont_data.type_id = cont_types.type_id AND cont_data.cat_id = cont_cats.cat_id - Do you Yahoo!? Yahoo!

[PHP] what the hell in this sql

2003-03-12 Thread Alawi
SELECT * FROM cont_types, cont_data, cont_cats WHERE cont_data.cont_id = $cont_id AND cont_types.type_id = cont_data.type_id AND cont_cats.cat_id = cont_data.cat_id its not work , give me 1064 - Do you Yahoo!? Yahoo! Web Hosting - establish your

[PHP] eval error

2003-03-10 Thread Alawi
what problem I want to use eval in my script but its generate this error : Parse error: parse error, unexpected T_LNUMBER in C:\Projects\phpmag\admin\functions\admin_cont.php(22) : eval()'d code on line 4 Parse error: parse error, unexpected T_LNUMBER in

[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] how can me know the disbaled functions in php?

2002-11-03 Thread Alawi
How can me know?

Re: [PHP] PHPS on apache2

2002-08-11 Thread Alawi
on the way how can I make phps on IIS WHERE CAN I read ABOUT THIS ON MANUAL? - Original Message - From: FileCop [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 09, 2002 11:25 PM Subject: [PHP] PHPS on apache2 Hi! I have installed apache 2.0.39 and php 4.2.2 on a windows

[PHP] Include php code as variable

2002-08-03 Thread Alawi
How can I Include my php code code as variable and excute it ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how can I log to my cvs in php.net and translate files

2002-07-15 Thread Alawi
Hi I want to use my cvs to log to php.net servers and get the manual files and translate it to arabic .. How can I log to cvs and what the important setting and info for that ? How can I log using Wincvs -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Prev Next Buttons

2002-01-22 Thread Alawi
How cam I make Prev Next Buttons with ODBC+ACCESS XP by PHP :(

[PHP] Send output before header location

2002-01-12 Thread Alawi
How can I output before send header I see some site some output and after that it Jump to other site !! Is that maked by header localtion ??

[PHP] take links from url

2002-01-05 Thread Alawi
I want to take string between table/table tags in put it in variable How can I do that ?

[PHP] work with mobile by PHP !!

2001-12-31 Thread Alawi
How can I send msg to PHP ? what I need and what I must read ??

[PHP] some body flood mypage how can I prevent them ?

2001-12-21 Thread Alawi
some body flood mypage how can I prevent them ?

[PHP] Re: $PHP_SELF not working -please help

2001-12-20 Thread Alawi
USE PHPSELF in windows not $PHP_SELF -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Re: $PHP_SELF not working -please help

2001-12-20 Thread Alawi
sorry $PHPSELF not $PHP_SELF in windows I forget $ :) - Original Message - From: Alawi [EMAIL PROTECTED] To: PHP genral [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:34 PM Subject: [PHP] Re: $PHP_SELF not working -please help USE PHPSELF in windows not $PHP_SELF

[PHP] How can I have CVS ?

2001-12-20 Thread Alawi
and log to it from windows ?

[PHP] now who can help me about cach my query every certain time:(

2001-12-16 Thread Alawi
now who can help me about cach my query every certain time:( I mean the first user requst the page and php will run query for this first time after that I want other user to have the result that the first user have it !! untill the ten minutes end I want the query to run again this

[PHP] are this bug fixed ?

2001-12-07 Thread Alawi
http://www.securitywatch.com/newsforward/default.asp?Aid=8684

[PHP] Recursive Threading with PHP and MySQL.

2001-12-05 Thread Alawi
I want to know how can i do that Recursive loop to get categories as example can any body help me by give my tutorial or any thing to understand this techniqe

[PHP] are JSP better than PHP ?

2001-11-23 Thread Alawi
JSP or PHP what the best ? and what are in JSP are not in PHP ? and what are in PHP are not in JSP ? can any body tell me ?

[PHP] how can I do this !!

2001-10-25 Thread Alawi
i have txt file have this words -- bla bla bla [phpcode] ? echo 'hello word'; ? [/phpcode] bla bla bla --- now I want to convert the code that are between [phpcode] and [/phpcode] to colorized code .. How I can do that

[PHP] where can i found us this and free in php +mysql

2001-10-25 Thread Alawi
I want script for maillists as yahoo groups where i can found as this script

[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