Re: [PHP] Friday's Question

2013-09-23 Thread Eric K. Dickinson
54, Only when the surface of the desk is problematic. On 09/20/2013 12:58 PM, Larry Martell wrote: On Fri, Sep 20, 2013 at 10:51 AM, Tedd Sperling wrote: Hi gang: Do you use a Mousepad? My reason for asking is that I've used a Mousepad ever since mice first came out (back when they had one

[PHP] Specifying endianness in Cross-Compiling PHP

2010-06-18 Thread Naga Kiran K
Hi, We are cross-compiling PHP for PowerPC,Octeon platforms from FreeBSD machine. As we need to specify that PowerPC,Octeon platforms are "big-endian" during cross-compilaintion. Please suggest the best location to specify this endianness during compilation phase. Thanks, Naga Kiran

[PHP] Re: [PHP-INSTALL] Getting file pointer from file descriptor

2010-04-16 Thread Naga Kiran K
asmus Lerdorf wrote: > On 04/15/2010 06:52 AM, Naga Kiran K wrote: > > Hi, > > > > We are upgrading PHP from 5.2.3 to 5.3.2 and are facing few issues [like > > unsupported functions...] > > > > In PHP 5.2.3, "fdopen" was used to read/write to a fi

[PHP] ereg_replace to preg_replace translation

2009-08-11 Thread m a r k u s
\n", "", $sql); Any help for tranlation or alternative ? Thanks -- m a r k u s -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] open source forum

2009-07-26 Thread K. N. Lesmer
ribe, visit: http://www.php.net/unsub.php > --- Mange venlige hilsner/Best regards Kim Naim Lesmer Programmer/Unix systemadministrator Web: www.bitflop.com E-mail : k...@bitflop.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ReflectionMethod::invokeArgs

2009-04-23 Thread K. L.
Hi! Please, tell me what's ReflectionMethod::invokeArgs first param for? Since method always know it's class and it can only be invoked on it's own class. Regards, K.L. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multithreading in PHP

2009-03-18 Thread Alpár Török
then the server starts the processing. > Please suggest if it is possible. > > Regards, > Manoj > > > > On Tue, Mar 17, 2009 at 7:01 PM, Alpár Török wrote: >> >> 2009/3/17 Manoj Singh : >> > Hi Guys, >> > >> > I am creating a page whic

Re: [PHP] Multithreading in PHP

2009-03-17 Thread Alpár Török
2009/3/17 Manoj Singh : > Hi Guys, > > I am creating a page which submits the form through Ajax request & the > submitted page is sending the mails to n number of users. Now until the mail > sends or the page process completed the end user has to wait. > > Is it possible that server sends the respo

Re: [PHP] Re: Extract result from a https remote server response

2009-02-13 Thread m a r k u s
Sorry all, I was testing in a Windows environment. I feel like an idiot... :) Thanks to all. -- m a r k u s Bruno Fajardo wrote: Assigning the return of file_get_contents to a variable? Didn't get your point... 2009/2/13 m a r k u s Shawn McKenzie wrote: Shawn McKenzie wrote: m a r

[PHP] Re: Extract result from a https remote server response

2009-02-13 Thread m a r k u s
Shawn McKenzie wrote: Shawn McKenzie wrote: m a r k u s wrote: Hi all, Example : https://www.moneybookers.com/app/email_check.pl?email=t...@toto.com&cust_id=123546&password=123 The MB server response displayed is : Illegal operation. We would like to put the result below in a php

[PHP] Re: Extract result from a https remote server response

2009-02-13 Thread m a r k u s
Shawn McKenzie wrote: m a r k u s wrote: Hi all, Example : https://www.moneybookers.com/app/email_check.pl?email=t...@toto.com&cust_id=123546&password=123 The MB server response displayed is : Illegal operation. We would like to put the result below in a php variable and process it .

[PHP] Extract result from a https remote server response

2009-02-12 Thread m a r k u s
Hi all, Example : https://www.moneybookers.com/app/email_check.pl?email=t...@toto.com&cust_id=123546&password=123 The MB server response displayed is : Illegal operation. We would like to put the result below in a php variable and process it . An idea ? PS: The server is secured. The php functio

Re: [PHP] Secure way to handle pw on session.

2008-09-03 Thread k bah
> - Original Message - > From: "Dan Joseph" <[EMAIL PROTECTED]> > To: php-general@lists.php.net > Subject: Re: [PHP] Secure way to handle pw on session. > Date: Tue, 2 Sep 2008 15:35:26 -0400 > > > On Tue, Sep 2, 2008 at 3:27 PM, k bah &

[PHP] Secure way to handle pw on session.

2008-09-02 Thread k bah
Hi, I noticed session files are kept on /tmp for a while, and even if they were immediately deleted, well, someone could use one of my php scripts to inject code and read them, since they belong to the httpd user. What's the best way to receive passwords thru a form and store them in the $_

[PHP] Floats and avoid exponential notation - How?

2008-08-14 Thread k bah
Hi, I'm working with floats because I have a big number to identify users, and the only operation I make with this number is to add something less than 100 with 100 (one and ten zeros). Besides that I just need to use the number to search ("=" comparison). I never need the fr

Re: [PHP] php help.

2008-07-19 Thread Venky K Shankar
On Saturday 19 July 2008 01:11:38 pm Belinda wrote: > Good morning > > I have just been browsing the web for help with a php problem that is > driving me mad. I didn't want to post to the site so hope that this email > may get a response. I thank you in advance. > > I am learning php myself(self-le

[PHP] Floats and avoid exponential notation - How?

2008-07-17 Thread k bah
Hi, From http://www.php.net/manual/en/language.types.float.php (second comment in that page, from "kjohnson at zootweb dot com"): "PHP switches from the standard decimal notation to exponential notation for certain "special" floats. You can see a partial list of such "special" values with t

[PHP] Check if var content was exceeded (float).

2008-07-09 Thread k bah
-- Powered by Outblaze -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
If you can, help me please. PS.Sorry for my English. -- === С уважением, Манылов Павел aka [R-k] icq: 949-388-0 mailto:[EMAIL PROTECTED] === А ещё говорят так: A kid'll eat the middle of an Oreo, eventually. [fortune] -- PHP General Mailing List (http://www.php.n

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
If you can, help me please. PS.Sorry for my English. -- === С уважением, Манылов Павел aka [R-k] icq: 949-388-0 mailto:[EMAIL PROTECTED] === А ещё говорят так: A kid'll eat the middle of an Oreo, eventually. [fortune] -- PHP General Mailing List (http://www.php.n

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
If you can, help me please. PS.Sorry for my English. -- === С уважением, Манылов Павел aka [R-k] icq: 949-388-0 mailto:[EMAIL PROTECTED] === А ещё говорят так: A kid'll eat the middle of an Oreo, eventually. [fortune] -- PHP General Mailing List (http://www.php.n

[PHP] Re: Ignoring user cancel

2008-02-22 Thread K T Ligesh
Yes, that was what I was looking for. Searching google for 'php ignore user interrupt', got me links on CPU interrupt management. Thanks again. On Fri, Feb 22, 2008 at 05:56:45PM -0800, Casey wrote: > ignore_user_abort(true); > -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] Ignoring user cancel

2008-02-22 Thread K T Ligesh
Hello, I have a php process running on lighty that should continue even if the user presses cancel in his browser. The default behavior is that the web-server will kill the cgi process on user cancellation. Is there some way I can prevent the user cancel from interfering with the php process

[PHP] Php code in html buttons

2007-07-10 Thread k w
I'm trying to make a button execute some php code when the button is clicked. I'm not sure if it is the button i'm coding wrong or the php code. Here is the code I am using. 'Click"; ?> I've got all my variables stored in the php page, and I know they are all correct. But when I push the button

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-07-05 Thread K. Hayes
No not trying to trick you at all. It's just that because of an incident I had on a previous site with giving actual table names etc. I had another one helping me through forums. I actually share too much info. as a result my DB was ruined... At any rate had no clue about combined_string it

Re: [PHP] Selecting Rows Based on Row Values Being in Array

2007-06-29 Thread K. Hayes
Will do. Thanks. - Original Message - From: "Jim Lucas" <[EMAIL PROTECTED]> To: "kvigor" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 30, 2007 1:46 AM Subject: Re: [PHP] Selecting Rows Based on Row Values Being in Array kvigor wrote: Hello All, I'm attempting to return rows from

Re: [PHP] Form Data Filtering

2007-06-16 Thread K. Hayes
if(@sizeof($profanity) > 0) { echo "Please REMOVE the profanity in the following fields. Immediately!"; foreach($profanity as $field => $value) { echo "  {$label_array[$field]}"; //line 114 } } - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: "kvigor" <[EMAIL PROTEC

[PHP] Install question

2007-06-15 Thread Paul K
I have just started with a clean install on a Windows XP Pro system, Apache 2.24 and PHP 5.2.3 Apache Monitor reports Apache/2.24(Win32)PHP/5.2.3. I can access html files just fine but I can't even run a test program Nothing displays. Where do I look to see whats wrong? Paul -- PHP Genera

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread K. Hayes
What "lists" are you referring to? Also this is how the examples show I've seen. I know this is basic general stuff but I try many times before posting, and I have followed all directions given. So this is what I did, and nothing is set DB still :-( ===NEW CODE==

Re: [PHP] strange mysqli error

2006-08-23 Thread Richard K Miller
On Aug 23, 2006, at 11:41 AM, Jochem Maas wrote: you can still use OOP, only you can't rely on auto destruct with regard to object existance. try the ini settings auto_prepend_file auto_append_file http://php.net/manual/en/ini.core.php#ini.auto-append-file and use them to control the startup

Re: [PHP] strange mysqli error

2006-08-23 Thread Richard K Miller
On Aug 23, 2006, at 2:33 AM, Jochem Maas wrote: how do you know which object is destroyed first? also you are using 3 different versions of php - not something that will help narrow down the problem. Richard K Miller wrote: Good afternoon. I'm getting a weird mysqli error in my o

[PHP] strange mysqli error

2006-08-22 Thread Richard K Miller
ost (PHP 5.0.4 + MySQL 5.0.22) I NEVER get any errors. There's nothing else in my error logs, $db-errno is 0, and $db->error is empty. Interestingly, I never get any errors from the constructor. Any ideas? Richard --- Richard K. Miller www.richardkmiller.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] �Թ����ʹ͡����µ��-����Ѻ����ӧҹ��Ш��������Ңͧ�Ԩ������ͼ�������ҡ�����˹���ѵ���ôԵ�����Թ��������Ҵ͡ᾧ

2006-06-30 Thread k. chin
˜ : ºÃÔ¡ÒÃà¡çºàÍ¡ÊÒö֧·ÕèºéÒ¹áÅзÕè·Ó§Ò¹ã¹à¢µ¡Ãا෾ áÅлÃÔÁ³±Å µèÒ§¨Ñ§ËÇÑ´Êè§àÍ¡ÊÒ÷ҧä»ÃɳÕÂì µÔ´µèÍÊͺ¶ÒÁä´é·Õè k. chin 06-7815050, 03-7797261 [EMAIL PROTECTED] ¢ÍÍÀÑÂà»ç¹ÍÂèÒÂ

[PHP] ��Ң�¶١ Licensed Windows XP Pro, win 98, 98 se, Office XP Small, Office

2006-06-28 Thread k. paisarn
àÃÒ¢Ò¶١ Licensed Windows XP Pro, win 98, 98 se, Office XP Small, Office XP Professional, Office Pro 2003 ¶Ù¡ÁÒ¡ ¢Í§á·éá¹è¹Í¹ 100 % µÔ´µèÍ Paisarn 06-5881135 - Windows 95 ẺÁÕ CD ¤ÃºªØ´ 200 bath - Windows 98 book+COA only 800 bath - Windows 98 boo

Re: [PHP] serialize() function

2006-04-13 Thread Richard K Miller
There's nothing special about the data returned by serialize() except that it can be safely written saved, transmitted, etc. To do anything useful with it you have to unserialize() it. The cool part about it is that you can serialize any data structure, like an entire array or object. T

[PHP] Looping from A to Z

2006-02-19 Thread Richard K Miller
Interestingly, if I make it a "less than" operation instead of "less than or equal to", it works correctly (except for the Z): for ($l = "A"; $l < "Z"; $l++) echo $l; // Returns A, B, C, ..., W, X, Y (25 results) Anyone know why PHP would

Re: [PHP] PHP Frameworks?

2006-01-27 Thread Richard K Miller
I haven't used them, but our local user group recently had a meeting on PHP frameworks[1]. The feeling of the people that have used them was that Symfony was a good project, and that CakePHP was a particularly large installation. No one mentioned having used Prado, WACT or WASP. We also

Re: [PHP] wrapping anchor tags around a URL

2006-01-25 Thread Richard K Miller
On Jan 25, 2006, at 10:01 AM, Ahmed Saad wrote: On 1/25/06, Ahmed Saad <[EMAIL PROTECTED]> wrote: On 1/25/06, Ahmed Saad <[EMAIL PROTECTED]> wrote: On 1/23/06, Richard K Miller <[EMAIL PROTECTED]> wrote: function link_the_links($s) { return preg_replace('@(ht

[PHP] wrapping anchor tags around a URL

2006-01-23 Thread Richard K Miller
a link comes at the end of a sentence, right before the period, the period ends up in the link, thus breaking the link. I've got to somehow ignore the trailing period if it is present. Any ideas? Richard K Miller -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Frameworks

2005-12-23 Thread Richard K . Miller
ousing for victims right after the hurricane. Richard --- Richard K. Miller www.richardkmiller.com On Dec 23, 2005, at 12:57 PM, Shawn McKenzie wrote: Is there a good recent article on PHP Frameworks, or do people here has a predominant one that outshines the others? I'm looking for so

Re: [PHP] MVC platform choice.

2005-12-01 Thread Richard K. Miller
On Dec 1, 2005, at 3:14 AM, Ahmed Saad wrote: On 11/30/05, Gregory Machin <[EMAIL PROTECTED]> wrote: Hi.. Any body recomend a good MVC platform that is easy to work with, and build on... http://www.agavi.org 0.10rc is already in the svn I haven't tried these yet, but these are framewor

[PHP] readfile and get_file_contents don't work

2005-11-23 Thread Richard K . Miller
I compiled PHP from source on Fedora Core 4, but I must have left something out because readfile and get_file_contents aren't working. If I try to connect to a "http://"; address I get the error "failed to open stream: HTTP request failed". Any ideas why? Richard -- PHP General Mailing L

Re: [PHP] Uploading more than one file

2005-11-21 Thread -k.
If you named the fields like this: Then did something like (or whatever): $error) { echo $key.""; echo $_FILES["files"]["tmp_name"][$key].""; echo $_FILES["files"]["name"][$ke

[PHP] Strange pg_escape_string behavior

2005-11-07 Thread -k.
quot;car\" in it ) I'm running PHP Version 4.3.4, and Apache 1.3.29. -k. __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Trouble moving directory

2005-10-12 Thread -k.
ther characters such as " ) ". So... $source_dir = escapeshellarg( '/some/dir/Dir That (Won't Move)/' ); ...fails as well. Any other ideas? -k. __ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://mu

[PHP] Trouble moving directory

2005-10-12 Thread -k.
e some way to escape the characters in the directories? For example if i put a "\" in front of blank spaces it takes care of those (same for "'","(" etc.) but that obviously doesn't take care of everything. I'm hoping there is something easy

[PHP] SOAP problem, (related to gethostbyname?)

2005-10-06 Thread -k.
back the page found at that address. I'm running PHP Version 4.3.4 with CURL support enabled (CURL Information: libcurl 7.9.8 (OpenSSL 0.9.7c) (ipv6 enabled) ) on Red Had. If i ping 'secure.example.com' the address resolves properly. Any tips on things to try? Should i reinstall

[PHP] Curl problems

2005-09-22 Thread -k.
led around and read a few basic curl tutorials but they haven’t helped me sort this out. -k. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Webservices and PHP?

2005-09-14 Thread -k.
SOAP should turn up some pretty good results for you. -k. __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with PEAR:SOAP [solved]

2005-09-13 Thread -k.
--- Jasper Bryant-Greene <[EMAIL PROTECTED]> wrote: > Install the HTTP_Request package. That did it. Anyone know why the SOAP package didn't complain about this when i installed it? -k. __ Do You Yahoo!? Tired of spam? Yahoo

[PHP] Problem with PEAR:SOAP

2005-09-12 Thread -k.
y (much less a Request.php). I have the HTTP PEAR package installed (Version 1.3.6 ). My question is should installing the HTTP package put these files in /usr/local/lib/php ? If not what are these files? And where do i get them? Am i missing a dependency or somethin

Re: [PHP] Regular expressions book

2005-08-03 Thread -k.
Has anyone here tried to learn Regular expressions with RegexBuddy? http://www.regular-expressions.info/regexbuddy.html It looks pretty cool, and even has some PHP specific stuff, but you have to pay to play. -k. __ Do You Yahoo!? Tired of

Re: [PHP] Job for SQL or PHP?

2005-08-03 Thread -k.
--- "Kristen G. Thorson" <[EMAIL PROTECTED]> wrote: > Try > > INSERT INTO Orders (SELECT '678',Cust_ID,Item_No,No_ordered FROM > Last_Order WHERE Cust_ID = '678') Thanks that nailed it. You rock. -k. ___

[PHP] Job for SQL or PHP?

2005-08-03 Thread -k.
ar. This SQL obviously doesn't work, however, my question is there a way to do this with SQL alone? Or do i need to grab all the records from the Last_Order table loop through the record set and insert each new row into Orders individually? -k.

Re: [PHP] PHP error on form

2005-07-28 Thread -k.
n"; $msg .="Senders E-MAIL: ".$_POST['senders_email']."\n"; $msg .="Senders Name: ".$_POST['message']."\n\n"; $to ="[EMAIL PROTECTED]"; $subject = "There has been

[PHP] [JOB] PHP/Java Web Developer -- Washington, DC area -- ON SITE

2005-05-25 Thread Alok K. Dhir
LOCAL INDIVIDUAL CANDIDATES ONLY -- WE ARE NOT LOOKING FOR TELEWORKERS OR CONSULTING COMPANIES. Strongly Desired Skills (2.5+ years): - Large scale, highly available applications development on Unix/Linux platform - PHP - SQL - D/HTML/Javascript/CSS - XML

Re: [PHP] MySql injections (related question)

2005-05-11 Thread -k.
with the internals of any of these functions, i'm wondering which are safer or do they do approximately the same thing? Is there any difference in performance? Which method do you use and why? -k. __ Do you Yahoo!? Yahoo! Mail - Helps p

Re: [PHP] Restricting browser's a password manager pop-up

2005-04-28 Thread -k.
ot and see which combination > works for you. You may also try adding autocomplete="Off" in your password input tag. -k. __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_m

Re: [PHP] Re: [NOVICE] SSL use

2005-04-22 Thread -k.
have couple related questions: Is this necessary if the database is running on the same machine (as implied by "host= localhost")? If so why? Is it possible to make an SSL connection between Apache and Postgres using Unix-domain sockets? -k.

Re: [PHP] Php defense

2005-04-22 Thread -k.
http://www.oreillynet.com/pub/wlg/5155 Google around some, especially on the Friendster switch, which as I recall caused quite a stir, for more information. -k. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: [PHP] Image and PHP

2005-04-14 Thread -k.
Remember though, as written you need to do some validation on $filepath, because as is, this script will pass anything to the user that is contained in $_GET['image_name'] then delete it, so be careful. -k. __ Do you Yahoo!? Yaho

Re: [PHP] deleting $_SESSION

2005-04-11 Thread -k.
--- AndreaD <[EMAIL PROTECTED]> wrote: > I have a session variable called > > $_SESSION['total'] the problem is I can't > delete/reset it. I have tried Try unset. unset($_SESSION['total']); http://us4

[PHP] db to xml using php

2005-03-17 Thread K Karthik
sir, i downloaded the zip from http://php.chregu.tv/sql2xml/. and then i couldnt know what i am suppose to do.. when i tried running the file am getting error Fatal error: main() [function.require]: Failed opening required 'XML/sql2xml.php' (include_path='.:/usr/local/lib/php') in /home/kkarthik/w

[PHP] db to xml using php

2005-03-16 Thread K Karthik
can anyone help me to write from db to xml using php. if there is any site please do refer me. thanks, karthik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Fwd: db to xml using php]

2005-03-16 Thread K Karthik
--- Begin Message --- can anyone help me to write from db to xml using php. if there is any site please do refer me. thanks, karthik --- End Message --- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php-help

2005-03-09 Thread K Karthik
sir, i'll explain my problem.and if anyone could help me i'll be thankful. i am displaying a content read from a file into a text area of a form. when i make changes andretrieve back in the text area, i encounter a problem.. i.e., when i enter text="please enter" i have an outputas text= /" please

[PHP] php-help

2005-03-08 Thread K Karthik
hello sir, i am so happy about the immiediate response for any of my question. i would like to create a static html page. using cronjob regenerate it every 24 hours. how can i do it using php. thanks, kkarthik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP] php-help

2005-03-08 Thread K Karthik
sir, iam new to php i'll explain my problem .if u could help i'll be very thankful... in my mysql database i have two tables i.e., table1 and table2. i have an array of result from one query "select feild1 from table1 " i have to use this result in another query. "select field2 from table

[PHP] php-help

2005-03-01 Thread K Karthik
dear friends, can u help me to find the current directory where my php files are.. using php. thanks, karthik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] help me

2005-02-23 Thread K Karthik
dear sir, i'd like to get a date from my database(mysql).and then show a combobox of calendar(date-month-year) with the retrieved data selected. can you help me doing this?? am new to php. thanks, karthikeyan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] help me

2005-02-17 Thread K Karthik
i am so surprised for the immediate reply.thank you so much. i'll be thank ful again if you could help me finding the current date and time using php. thanks, karthik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [php] -help me

2005-02-17 Thread K Karthik
i have got string as "/home/karthik/welcome.php/view.php" i just need "view.php" how shall i remove rest of the string. please do help me.i am new to php. -thanks, karthik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] help me

2005-02-17 Thread K Karthik
can u help me to use $_SERVER['remote_addr'] to find the IP address ? i am new to php. i also want to find what page of my site he is viewing ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Parsing whois lookup information

2005-02-09 Thread Harish Rao K
it is charged. :((. So if someone can help me out it would be grateful. Thank you very much, Harish Rao K. Nous Infosystems This e-mail transmission may contain confidential or legally privileged information that is intended only for the individual(s) or entity(ies) named in the e-mail address. I

RE: [PHP] help needed on imagettftext()

2005-01-28 Thread Harish Rao K
Hi Marek Kilimajer, Thank You Marek it worked for me also. -Harish Rao K -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 9:19 PM To: Harish Rao K Cc: php-general@lists.php.net Subject: Re: [PHP] help needed on imagettftext() Harish

[PHP] help needed on imagettftext()

2005-01-27 Thread Harish Rao K
' '--with-freetype-dir=/usr/local/freetype-2.1.9' '--with-xpm-dir=/usr/X11R6' Thanks & Regards, Harish Rao K, Nous Infosystems This e-mail transmission may contain confidential or legally privileged information that is intended only for the individual(s) or entity(ies)

Re: [PHP] Generic question : migrating from java based RPC server to PHP

2005-01-12 Thread Ranjan K. Baisak
--- Jochem Maas <[EMAIL PROTECTED]> wrote: > generic questions suck - noone here is psychic! :-) Ohh what a answer!!! I don't think anybody is psychic. > 8 pages on PHP+SOAP: > http://www.devshed.com/c/a/Zend/PHP-SOAP-Extension/ > Thanks a lot for your updation. regards, Ranjan

[PHP] Generic question : migrating from java based RPC server to PHP

2005-01-12 Thread Ranjan K. Baisak
This might be a very generic question. I am in a process of migrating my java based RPC server to PHP. Luckily with the help of the list I could able to make sure that all rpc and xml related function are getting excuted in Apache server. I am using Apache2 in WInXP. But still not sure from where I

Re: [PHP] Error loading extension dlls in WindosXP for PHP4.3.10

2005-01-11 Thread Ranjan K. Baisak
--- Richard Lynch <[EMAIL PROTECTED]> wrote: > > Some questions for you: > > Does it REALLY have an extra .dll on the end in the > message? > Perhaps somebody goofed up somewhere, but rip of the > '.dll' in your > php.ini and see what happens... > > Did the php_xmlrpc.dll you have COME WITH the

Re: [PHP] Re: Error loading extension dlls in WindosXP for PHP4.3.10

2005-01-11 Thread Ranjan K. Baisak
--- Lester Caine <[EMAIL PROTECTED]> wrote: > OK back up a step. So is PHP4 running if you do not > enable the > php_xmlrpc module in php.ini? Its running and I can see in service. But the specific functions related to php_xmlrpc module are not recognized, so I can say that this module is not lo

Re: [PHP] Re: Error loading extension dlls in WindosXP for PHP4.3.10

2005-01-11 Thread Ranjan K. Baisak
--- Lester Caine <[EMAIL PROTECTED]> wrote: > > Apache does not use the php modules! > There is no need to copy them to WINDOWS/System32 > Apache is only complaining because PHP will not > start. > Where have you actually got php.ini? the default is > in c:\Windows Well php.ini file is in c:\wind

Re: [PHP] Re: Error loading extension dlls in WindosXP for PHP4.3.10

2005-01-11 Thread Ranjan K. Baisak
--- Lester Caine <[EMAIL PROTECTED]> wrote: > I set the php.ini to look for the extensions where > you installed PHP > I copied all dlls from PHP diectory to WINDOWS/System32 directory and then it started running. But still I am not sure how PHP picks up the dll files. In my php.ini file I have

[PHP] Error loading extension dlls in WindosXP for PHP4.3.10

2005-01-10 Thread Ranjan K. Baisak
I am using PHP4.3.10 in WindowsXP. When I am trying to use extension dlls e.g. php_xmlrpc.dll and when trying to restart Apache2 Web Server, I am getting error message as "UnKnows():Unable to load dynamic library './php_xmlrpc.dll.dll' - The specified module could not be found". The DLL file php_xm

[PHP] Error loading extension dlls in WindosXP for PHP4.3.10

2005-01-10 Thread Ranjan K. Baisak
I am using PHP4.3.10 in WindowsXP. When I am trying to use extension dlls e.g. php_xmlrpc.dll and when trying to restart Apache2 Web Server, I am getting error message as "UnKnows():Unable to load dynamic library './php_xmlrpc.dll.dll' - The specified module could not be found". The DLL file php_xm

[PHP] JOB: Developer, Washington DC Area

2004-07-19 Thread Alok K. Dhir
offer a relocation allowance. If you meet the requirements above, and are interested in working on exciting projects with a strong DC area company, please send a cover letter and resume with salary requirements to [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- Alok K. Dhir <[EMAIL

[PHP] LDAPv3

2004-06-29 Thread Andrey K. Korolyov
ldap_rename Don't work :-((( I have some problem with this function. Script $res = spliti(",",$dn); $res[0] = "ou=".$input['ou']; $newrdn = implode(",",$res); unset($res[0]); $parentdn = implode(",",$res); echo ""; var_dump($dn);

[PHP] Sending arguments to a SP in PHP

2004-03-04 Thread Harpreet K. Singh
I am using PHP and sql server 2000. I have a stored procedure which takes 3 arguments. The first argument is a string and the rest 2 are integers. For some reasons the call to the stored procedure is being trimmed. My call is as follows $oldquery="select var1,var2,var3,var4. from table order

[PHP] Re: server side redirects

2004-03-04 Thread Anil Kumar K.
On Thu, 4 Mar 2004, matthew oatham wrote: > Hi, > > I have a page that checks to see if a session exists and if so does a > server side redirect - i tired using header("Location: > membersArea.php"); but I got an error about headers already sent, guess HTTP 1.1 needs the redirect string of the

[PHP] Re: Cybercash Dynamic Module

2004-02-24 Thread Anil Kumar K.
On Tue, 24 Feb 2004, Suhas wrote: > > If I get the permission to complie PHP with give module, can I just go > with ./configure --with cybercah=DIR ? > I think it will kill my original install. Is there any way to append the > configuration as needed? I am sure many of you may have similar s

RE: [PHP] UK Postcodes Format

2004-02-17 Thread Angela K Hilton
I 'Think' there are also different formats for military bases here and overseas. [this is a faint memory from validating post codes in a database some years ago] A *** Angela K Hilton Web & E-Learning Officer ISD, UMIST Tel:

RE: [PHP] mt_strand

2004-02-13 Thread Angela K Hilton
Hamid works fine - all the code works OK - apart from the seed issue. A *** Angela K Hilton Web & E-Learning Officer ISD, UMIST Tel: 0161 306 3109 *** -Original Message- From: Hamid Hossain [mailto:[EMAIL PROTE

[PHP] mt_strand

2004-02-13 Thread Angela K Hilton
will be appreciated. Thanks Ange *** Angela K Hilton Web & E-Learning Officer ISD, UMIST Tel: 0161 306 3109 ***

[PHP] Re: weird header() (bug may be)

2004-02-12 Thread Anil Kumar K.
This is not a bug. Here you expect that the script should end executing after the statement:header('Location:to_another_page.php') if the "if" statement is true. But it won't and it proceeds to the next statement; the next header statement:header('Location:to_previous_page.php'); An "exit" statem

Re: [PHP] Create a new directory on server.

2004-01-31 Thread Leif K-Brooks
[EMAIL PROTECTED] wrote: is there in PHP a function that create a new directory on server This is a serious case of needing to RTFM. www.php.net/mkdir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] random html +(hi)

2004-01-16 Thread Angela K Hilton
Hi All I'm new to this list and I suppose fairly new to PHP - and hope that this question is in keeping with the type of thing that's usually asked. I'm trying to dynamically randomise a chunk of HTML that is used on a page, aka random image, so that each time a client opens the page [or refresh

Re: [PHP] detecting flash in php

2004-01-08 Thread Leif K-Brooks
Louie Miranda wrote: is there anyway of detecting flash? in php Detecting whether the user has Flash enabled, you mean? No. PHP is server-side. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A simple instruction

2004-01-01 Thread Leif K-Brooks
Dino Costantini wrote: i have a file name with the path ex food/italy/pizza/margherita.php. how can i obtain the name of the file in this case "margherita.php" i know there is a function, but i don't remember it. $_SERVER['PHP_SELF'] -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] PHP forms that are valid XHTML

2003-12-30 Thread Leif K-Brooks
Tim Burgan wrote: In their forms they use the name attribute (ie. name="example") instead of XHTML's id attribute (ie. id="example"). How can I fix this? (X)HTML still requires name to be used for forms. It's usually best to use both name and ID for forms. -- PHP General Mailing List (http://ww

[PHP] DGS Search Modifications

2003-12-15 Thread K. Praveen Kumar
Dear All, I recently downloaded the DGS search, which has the great features. Now I would like to modify the script a bit. Requirement: I wanted to search different tables for the entered keywords. If find the file name and id will be different for each so, I wanted to get the id of

[PHP] DGS Search Script Modifications

2003-12-15 Thread K. Praveen Kumar
Dear All, I recently downloaded the DGS search, which has the great features. Now I would like to modify the script a bit. Requirement: I wanted to search different tables for the entered keywords. If find the file name and id will be different for each so, I wanted to get the id of

  1   2   3   4   5   6   7   8   9   >