[PHP] php5.3 exec() : output truncate

2013-01-30 Thread patrick ficheux
Hi, I want to get the list of running processes. also, I call exec() with ps -A (ps -A displays almost all processes of all users) Unfortunatly, the output of ps -A seems incomplete the test file test.php: ?php unset($buf); unset($res); exec(ps -A, $buf, $res); for($i=0; $i count($buf);

[PHP] [SOLVED] Re: [PHP] php5.3 exec() : output truncate

2013-01-30 Thread patrick ficheux
, patrick ficheux a écrit : Hi, I want to get the list of running processes. also, I call exec() with ps -A (ps -A displays almost all processes of all users) Unfortunatly, the output of ps -A seems incomplete the test file test.php: ?php unset($buf); unset($res); exec(ps -A, $buf, $res); for($i=0

Re: [PHP] basic captcha

2012-02-16 Thread Patrick Hafner
Hi, have you tried reCAPTCHA by Google? You can find the PHP library on the website. Easy to use, customizable and free, but nothing to install on your server (no open source) Best regards, Patrick Hafner Am 17.02.2012 um 05:40 schrieb Donovan Brooke li...@euca.us: Hello, Does anyone

[PHP] module add on Suse 10.3

2010-09-23 Thread Patrick Serru
developement, which means that the module could be installed as part of PHP (cli | cgi) or as dynamicaly loadable module... Thank for the time spent reading my mail Patrick NB I dont know since which try I got this mesage, at startup: « Unable to load dynamic library '/usr/lib64/php5

Re: [PHP] module add on Suse 10.3

2010-09-23 Thread Patrick Serru
, the processes discripted in a software documentation for installation / modification work with open suse, but here... I am ready to reinstall all but this is risky: I would like apache to continue running correctly! Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] module add on Suse 10.3

2010-09-23 Thread Patrick Serru
apache2, FireFox asks me what to do with the .php file... Is there someone here in that list that ever succed installing in a Linux box an extra PHP module (please tell the distribution and the processor type too) I am near suicide... Patrick -- PHP General Mailing List (http

[PHP] anyone interested in PHP? Call for moderator

2009-09-15 Thread Patrick
It seems that list list has degenerated into a kindergarten brawl. Is there a moderator here? Someone to silence all this name calling and of topic non-sense -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IP to geo-location advice

2009-07-15 Thread Patrick
Hi Everyone Could anyone give me some advice on the best way to do IP to geo-location with php using open source code? Thanks in advance-Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Anyone know whats the best way to learn PHP

2009-06-01 Thread Patrick
. The free ones are of course the place to start however. -Patrick Muhammad Hassan Samee wrote: Hi Anyone know whats the best way to learn PHP? Every time I open an php book or look the codes online, my mind goes oh man, So many stuffs to learn and gets frustrated before i even start

[PHP] Re: Help me debug this

2009-04-21 Thread Patrick Moloney
Patrick Moloney wrote: Some months ago I downloaded and installed Apache, PHP and MySql. With only light use they seem to be working. I have downloaded a Test Script from the VBulletin vendor that is supposed to determine if your setup could run their product. The Test Script is php

[PHP] Help me debug this

2009-04-20 Thread Patrick Moloney
Some months ago I downloaded and installed Apache, PHP and MySql. With only light use they seem to be working. I have downloaded a Test Script from the VBulletin vendor that is supposed to determine if your setup could run their product. The Test Script is php and appears as a form that allows

Re: [PHP] Help me debug this

2009-04-20 Thread Patrick Moloney
Stephen wrote: Patrick Moloney wrote: I've tried their help forum, but they keep telling me to create an empty database. Have you tried creating an empty database? Stephen yes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Include File Errors with Comments

2009-03-12 Thread Patrick Moloney
Andrew Ballard wrote: I do use PHP comments (probably not as much as I should), but I don't usually use HTML comments. This is partly (largely?) because HTML comments get passed on to the client which wastes (albeit usually a small amount of) extra space and bandwidth for each request, and they

[PHP] Re: Include File Errors with Comments

2009-03-11 Thread Patrick Moloney
Thanks for all the replies. As I said in my original post the comments are on the first lines of the included file and are HTML comments. I'll have to look closer at comment syntax - I see there are empty comments and issues with pairs of double hyphens. My overall code worked well with 2

[PHP] Re: Include File Errors with Comments

2009-03-11 Thread Patrick Moloney
OK, I think I've got the problem. I had to go back further than where the problem appeared to be. The 1st error was the comment code on the div line before the menu is Included. It had the -- in the comment. Oddly, it interacts with the same error in the comment in the mainmenu file. I saw some

[PHP] Include File Errors with Comments

2009-03-10 Thread Patrick Moloney
I have a simple web site with a simple page that all works well, although I have had a similar problem a couple of times that seems to be caused by Comment Lines in the included files. I wonder if I have it entirely right. All my files are .php files, but almost all the code is HTML. The file

Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Patrick Moloney
Ashley Sheridan wrote: On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote: Yeti wrote: Another JavaScript method would be to load the content in a hidden div with position: absolute. I think that's what I was considering doing with CSS except it would be labels only in the content. I

Re: [PHP] Re: Some kind of Popup

2009-02-07 Thread Patrick Moloney
Phpster wrote: No, it's a generic solution, should be pretty much the same across browsers. Why not download more browsers and test? Thanks all, I thought this might get lost in history here. It's not just different browsers, it's different operating systems - Apple, Linux, more. I can't

Re: [PHP] Can GD make a JPG thumbnail of a PDF?

2008-12-11 Thread Patrick Moloney
It looks like there is something wrong with your newsreader because your replies are not being connected to what you are replying to. Have you noticed? Much harder for everyone. What newsreader are you using? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Some kind of Popup

2008-11-22 Thread Patrick Moloney
I have web pages that display multiple physical products. I'd like to be able to include a button near each one to display certain characteristics (eg: height, length, depth, weight etc). These characteristics will be in a single table record in Mysql for each product, so I can retrieve the

[PHP] Re: Some kind of Popup

2008-11-22 Thread Patrick Moloney
Would #2 be blocked by user popup blocker? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Some kind of Popup

2008-11-22 Thread Patrick Moloney
Yeti wrote: Another JavaScript method would be to load the content in a hidden div with position: absolute. I think that's what I was considering doing with CSS except it would be labels only in the content. I only wanted to retrieve the data record from mysql if the user asked for the

Re: [PHP] Printing Web Page

2008-11-13 Thread Patrick Moloney
, others were longer but written from scratch. I started with my previous screen stylesheet and modified it. That seemed to work pretty well. Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Printing Web Page

2008-11-08 Thread Patrick Moloney
Ashley Sheridan wrote: On Thu, 2008-11-06 at 22:35 +0100, Frank Arensmeier wrote: 6 nov 2008 kl. 21.21 skrev Patrick Moloney: I'd like to enable my users to print individual web pages from their browser. If they simply select the browser print button they don't get all the text

[PHP] Printing Web Page

2008-11-06 Thread Patrick Moloney
I'd like to enable my users to print individual web pages from their browser. If they simply select the browser print button they don't get all the text that is displayed in a scrolling text area. The web page is static html and css, in a php file. -- PHP General Mailing List

[PHP] HELP - I have tried to unsubscribe from this list mutiple times but cannot.

2007-06-29 Thread -Patrick
I no longer have a need for this list and My mailbox is getting flooded, Can someone assist ? TIA -Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
M. Sokolewicz wrote: Chris wrote: M. Sokolewicz wrote: Paul Scott wrote: On Fri, 2007-06-29 at 01:59 -0400, -Patrick wrote: I no longer have a need for this list and My mailbox is getting flooded, Can someone assist ? Read the footer on every single mail posted to this list to unsubscribe

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
Simon wrote: Don't be jackasses - I specifically stated I have tried to unsubscribe What does that mean to you? That I just 'said i did' and didn't actually try it??? I used the official unsubscribe link at the bottom . IT DIDNT WORK FOR ME! Call an ambulance too, just in case! Wow, have

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
this it occasionally did not send me a confirm-identity message. It appears to randomly ask for confirmation of identity. -Patrick Stut wrote: -Patrick wrote: Don't be jackasses - I specifically stated I have tried to unsubscribe What does that mean to you? That I just 'said i did' and didn't

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
this message below should not have gone through as I tried to unsubscribe shortly before this reply -Patrick wrote: Yes, I am still having a problem,after trying to unsubscribe AGAIN, it sends me a confirm message. I reply to it then it sends me back the confirm-identity message, I reply

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
to UNsubscribe. Great, I am stuck receiving the email equivalent of spam(since I do not want to receive it) for the rest of this email address's life. wtf. -Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
with you -- Edward Krack Tried that many time. And I'm done with you. Thanks. -Patrick. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.

2007-06-29 Thread -Patrick
Yes, I've seen that page on php.net And no Jim, I'm not sure this is the 'exact' same problem. I understand what you are saying and it's not working. Ok, I am done for now with this list. Thanks for trying anyways. -Patrick Jim Lucas wrote: -Patrick wrote: Stut wrote: I've never known

[PHP] Did I find a bug in PHP 5.2.2?

2007-05-24 Thread Patrick Baldwin
First off, I'd like to explain I'm not a PHP programmer, so please bear with me. I'm trying to configure a Horde/IMP server. It worked yesterday. I installed rsync via packages, rebooted, and now no one can log into my Horde/IMP install. Why am I posting here? Well, when I look in

[PHP] Lot's of nonexistentfile.php requests

2007-03-20 Thread Patrick Ale
Morning all, I see a lot of /8398743dhdshjsd/nonexistentfile.php requests in my Apache log, returned with 404 since the file doesn't exist. What are people trying to do? Do they try to trigger a bug in php or are they looking for some misconfigured forum? Thanks :) Patrick -- PHP General

Re: [PHP] Lot's of nonexistentfile.php requests

2007-03-20 Thread Patrick Ale
On 3/20/07, Jochem Maas [EMAIL PROTECTED] wrote: Patrick Ale wrote: Morning all, you're not the only one who has this in their logs - something google could have told you: http://www.google.nl/search?q=nonexistentfile.php Hoi Jochem :) I did try that on google actually, as you've

Re: [PHP] session id contains illegal characters

2006-10-27 Thread Patrick Aljord
On 10/27/06, Chris Shiflett [EMAIL PROTECTED] wrote: Patrick Aljord wrote: I'm moving my page from php4 to php5 and I get this error: Warning: Unknown: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unknown on line 0 Can you check to see what

[PHP] session id contains illegal characters

2006-10-26 Thread Patrick Aljord
hey all, I'm moving my page from php4 to php5 and I get this error: Warning: Unknown: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in Unknown on line 0 this is the code I use to start my session: $_SESSION['user_id']=$user_id;

[PHP] belligerence colander

2006-05-09 Thread Patrick Larson

[PHP] need help to put input text value into url

2006-04-25 Thread Patrick Aljord
I have a form like this: form action=search.php method=post target=_self input type=text name=search_text cols=20 rows=10/input input type=submit name=submit_search value=search / /form while this is working fine, I would like the url of search.php to be something like

[PHP] regular pattern to match �

2006-02-18 Thread Patrick
im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have something like this: [^a-zA-ZåäöÅÄÖ0-9-_ ] But this dosent seem to work, anyone got any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] regular pattern to match swedish characters

2006-02-18 Thread Patrick
im trying to get my regular pattern to allow åäöÅÄÖ but it refuses to, i have something like this: [^a-zA-ZåäöÅÄÖ0-9-_ ] But this dosent seem to work, anyone got any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Regular expression

2006-02-14 Thread Patrick
was trying something like this, but it dosent seem to work: ^[a-zA-Z]{1}[!#%$]+[a-zA-Z0-9_]+ Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] need help to update a mysql table from dynamic form

2006-02-05 Thread Patrick Aljord
On 2/4/06, Sumeet [EMAIL PROTECTED] wrote: Patrick Aljord wrote: could someone please help me on that one? http://hashphp.org/pastebin?pid=6156 basically this is how I do: I display a mysql table in an html table and I put each value in an input text box. At the bottom I put

Re: [PHP] Reverse Engineering of Smarty

2006-02-05 Thread Patrick Aljord
There is unfortunately no way to reverse your code back, the only thing you can do is google for file recovery techniques or just recode the whole thing. If you don't have time for that, maybe something like http://www.joomla.org/ could save your day. Hope that helps Pat On 2/5/06, Zareef Ahmed

[PHP] need help to update a mysql table from dynamic form

2006-02-04 Thread Patrick Aljord
could someone please help me on that one? http://hashphp.org/pastebin?pid=6156 basically this is how I do: I display a mysql table in an html table and I put each value in an input text box. At the bottom I put a submit button to update changes. My question is how do I update everything knowing

[PHP] IMAP socket?

2005-08-30 Thread Patrick Barnes
Hi there, Is there any way to get the file descriptor of an IMAP stream opened with imap_open? Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CPU Usage

2005-08-11 Thread Patrick - Jupiter Hosting
Actually, yes there is :) Do a google for phpsysinfo - that's exactly what you want, I guarantee it :) Patrick On Thu, 2005-08-11 at 22:22 +0200, Evert | Rooftop wrote: Hi All, Is there a way to determine the current cpu usage using PHP. I'm mainly looking for a linux solution, but I

[PHP] Gathering CPU info from Linux and FreeBSD and placing it into a MySQL db

2005-08-10 Thread Patrick - Jupiter Hosting
, web site tutorials, script archives, etc. that I might be able to find answers from, I'd love to check them out. Thanks in advance. Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Patrick - Jupiter Hosting
questions anyone might have. Thanks again :) Patrick On Wed, 2005-08-10 at 16:41 -0400, Nathan Tobik wrote: Can I ask why you are trying to write a script that from what I understand goes to each box to retrieve the data instead of pushing the data to the central db? You could

Re: [PHP] Gathering CPU info from Linux and FreeBSD and placing it into aMySQL db

2005-08-10 Thread Patrick - Jupiter Hosting
again for the link (that's a rather cool piece of software!), but I think I'm looking for something a tad more simple. Got any more links to throw at me? :) Patrick On Wed, 2005-08-10 at 16:13 -0500, Greg Donald wrote: On 8/10/05, Patrick - Jupiter Hosting [EMAIL PROTECTED] wrote: Hi Nate

[PHP] Re: call_user_func_array and mysqli_stmt_bind_result

2005-04-12 Thread Patrick
($args);); The $args is primitive but only for testing purposes. The reason why I want to use this is because of variable arglist and don't want to work with switch. cheers, Pat Patrick [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, This is working (as a packet of crackers

[PHP] Re: call_user_func_array and mysqli_stmt_bind_result

2005-04-12 Thread Patrick
correction: I made $args as this: $args='$rr[0],$rr[1]'; Patrick [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I ran into the same problem doing it oo style like this: call_user_func_array(array($stmt, 'bind_result'),$rr); Still don't understand why. Any input on this is very

[PHP] call_user_func_array and mysqli_stmt_bind_result

2005-04-11 Thread Patrick
way? Btw, this is Win PHP v5.0.3 , Apache v2.0.53, Mysql v5.0.2-alpha-nt. cheers and thanks, Patrick from Belgium (Brussels) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] About DRES PHP application internationalisation...

2004-11-23 Thread Patrick Gelin
Hi, I'm trying to make DRES project (http://sourceforge.net/projects/dres/) compliant with ISO-8859-1. I'm not using mbstring into my windows 2000 server, I know there is problem with Internet Explorer browser... I saw DRES it use 'xmldoc' API into the file xmlutil.php. But this fonction seems

[PHP] About xmldoc and ISO-8859-1

2004-11-21 Thread Patrick Gelin
Hi, I'm trying to make DRES project (http://sourceforge.net/projects/dres/) compliant with ISO-8859-1. I'm not using mbstring into my windows 2000 server, I know there is problem with Internet Explorer browser... I saw DRES it use 'xmldoc' API into the file xmlutil.php. But this fonction seems

[PHP] find duplicated values in array and count them

2004-11-11 Thread Patrick Fehr
] = Team1 [date_s] = 1100798160 [date_e] = 1100803500 ) ) ) -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] UPDATE: find duplicated values in array and count them

2004-11-11 Thread Patrick Fehr
Patrick Fehr wrote: Hi all I need to compare values of multiple arrays The obvious problem is, that I can't use array_count_values() because the values are in different arrays, and array_count_values() refuses to compare over different arrays :) greets to all patrick -- Patrick Fehr

[PHP] Re: [users@httpd] November 2, 2004

2004-11-01 Thread Patrick Donker
GH wrote: Greetings: This is just a friendly reminder that if you are registered in the United States to VOTE on November 2, 2004 (TOMORROW) Need to know where you vote? Please see the attached file (it is an image) that contains some information Do we care? Realy? Unlikely. Maybe you should

[PHP] php mail help

2004-10-28 Thread Patrick E Phillips
I have php installed on my PC as well as an apache webserver and mysql. I am using cox.net as my cable internet provider. They block port 25 but I do not know if that affects what I am trying to do... which is: use the mail() function to send email for my user activation script. I am trying to

Re: [PHP] compileproblem gd into php4.3.9 under gentoo[solved]

2004-10-23 Thread Patrick Fehr
It was php_mod that had to be emerged as well (with USEvar 'gd' enabled). Now it works thanks and cu -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] compileproblem gd into php4.3.9 under gentoo

2004-10-21 Thread Patrick Fehr
for your consideration and hope to having written it clearly enough(in a few words: gd doesn't get compiled into php, why?) and I'm thankful for every hint greets Patrick -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] change server unix-win

2004-10-20 Thread Patrick Fehr
feeling that this is much work coming. -- Patrick Fehr Swiss Federal Institute Of Technology -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Register globals off, still not secure?

2004-04-30 Thread Patrick Hutchinson
'] global? Thanks. -- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Patrick Hutchinson [EMAIL PROTECTED] Engineering Web Systems Administrator 408.527.0305 direct Cisco Systems, Inc. 408.527.2313 fax

Re: [PHP] Register globals off, still not secure?

2004-04-30 Thread Patrick Hutchinson
was mistaken. Since PHP is being run as a module, Apache basic auth isn't really external. Thanks. -Patrick Richard Harb wrote: Friday, April 30, 2004, 5:37:15 PM, thus was written: Hi, Even with register globals off isn't it possible to have a webpage like this: Not sure what you are asking

[PHP] Global Vars

2004-03-04 Thread Patrick Fowler
security problems, if the code is not very well thought of. register_globals = On Patrick Fowler Unix Admin/database Admin Wynit, Inc. 6847 Ellicott Drive East Syracuse, NY 13057 V (315)437-1086 x2172 F (315)437-0432

[PHP] HELP PLEASE PHP

2004-01-29 Thread Patrick
Hi, I have an situation on my hands I have a form that I am stuck using PHP for thanks to my friends choice of hosting company, I have no idea on how to setup a form in PHP other than HTML or in Flash, I need some one any one to give me some advice on this Posted layout it seems to work but not

Re: [PHP] looking for some software (helpdesk, intranet)

2003-11-22 Thread Patrick
their forums have a number of hacks you can add in! -Patrick Patrick Schneider [EMAIL PROTECTED] Technical Support Specialist, RMS Treasurer, Midwest Animation Promotion Society Board of Directors External Operations Section Chief, ACEN 2k4 Director of Registration, ACEN 2k4 -- PHP General Mailing

[PHP] new install php not working. Please help.

2003-10-30 Thread Patrick Fowler
php4_modulemodules/libphp4.so I can't get php to work.. Thanks for your help. Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Compiling with LDAP support

2003-07-31 Thread Patrick Hutchinson
. Anyone have any idea what I need to d/l from Sun to do this? I can't use OpenLDAP for my environment. Thanks. -- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Patrick Hutchinson [EMAIL PROTECTED] Engineering Web Systems Administrator

[PHP] Problem with 4.3.2 built as DSO

2003-07-14 Thread Patrick Hutchinson
. -- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ Patrick Hutchinson [EMAIL PROTECTED] Engineering Web Systems Administrator 408.527.0305 direct Cisco Systems, Inc. 408.527.2313 fax -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Problem with 4.3.2 built as DSO

2003-07-14 Thread Patrick Hutchinson
Yeah, I have all that in the conf file. I've rebuilt it twice and made sure it was pointing to the propper apxs and everything. Even did a make clean to be sure. Still doesn't work. I've checked everything I can think of. -Patrick Ray Hunter wrote: Here is how i trouble shoot it: 1. make

[PHP] REPLY NEEDED

2003-04-03 Thread PATRICK KOFI
STRICTLY CONFIDENTIAL WE ARE MEMBERS OF A SPECIAL COMMITTEE FOR BUDGET AND PLANNING OF THE NIGERIAN NATIONAL PETROLEUM CORPORATION (NNPC). THIS COMMITTEE IS PRINCIPALLY CONCERNED WITH CONTRACT AWARDS AND APPROVAL. WITH OUR POSITIONS, WE HAVE SUCCESSFULLY SECURED FOR OURSELVES

Re: [PHP] Is there a PHP for Dummies?

2003-03-28 Thread Patrick Teague
Not sure if you've looked at it already or not, but www.webmonkey.com has great web programming info. I followed a couple php tutorials from there was up running... then again I've done alot of programming prior to PHP so maybe I'm just warped. Patrick - Original Message - From

Re: [PHP] dynamic/multidimensional arrays in classes

2003-03-27 Thread Patrick Teague
') ) ); it prints both... is there some reason why I need to repeat the default value when creating the class? I've also tried using a string on class creation, but no luck there either. Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Reading GIF images in Win2k + Apache + PHP

2003-03-17 Thread Patrick Teague
); break; case png: $orig_img = imagecreatefrompng($filename); break; } Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GIF images

2003-03-13 Thread Patrick Teague
php.net on my windows box with the php_gd.dll extension, I've also tried using the php_gd2.dll, but neither seems to work. Thanks for any help :) Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Patrick LOK
- From: Patrick LOK [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 7:26 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Is PHP designed (have the capability) to access remote DB? Is PHP designed (have the capability) to access remote DB

[PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Patrick LOK
IT IS ABOUT THE DESIGN AND DEVELOPMENT OF PHP Derick Rethans [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Stop posting user questions to the php-dev and php5-dev list, as I explained before. Derick On Wed, 12 Mar 2003, Patrick LOK wrote: Is PHP designed (have

Re: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Patrick LOK
in the way of connecting to a databse. They can all access a database that is not on the localhost. It is not about the design and development of PHP. -Original Message- From: Patrick LOK [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 7:33 AM To: [EMAIL PROTECTED] Subject

Re: [PHP] Re: [PHP-DEV] Is PHP designed (have the capability) to access remote DB?

2003-03-12 Thread Patrick LOK
configuration b) your way of trying to connect to db c) your firewall d) remote firewall e) all above Niklas -Original Message- From: Patrick LOK [mailto:[EMAIL PROTECTED] Sent: 12. maaliskuuta 2003 15:33 To: [EMAIL PROTECTED] Subject: [PHP] Re: [PHP-DEV] Is PHP designed (have

Re: [PHP] dynamic/multidimensional arrays in classes

2003-03-12 Thread Patrick Teague
it prints. What's up with this? Is this correct or am I missing something obvious again? Thanks again Patrick - Original Message - From: James Holden [EMAIL PROTECTED] To: Patrick Teague [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 4:01 AM Subject: Re: [PHP

[PHP] Re: [PHP-DB] How to Connect remote DB server?

2003-03-12 Thread Patrick LOK
There is no firewall within the LAN environment. I tried the mssql_connect too using mssql_connect(testdb,sa,) but same error returned! Any idea? ./pl Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Wednesday 12 March 2003 19:28, Patrick LOK wrote: It is possible

Re: [PHP] Re: [PHP-DB] How to Connect remote DB server?

2003-03-12 Thread Patrick LOK
is accepting only localhost connections. Niklas -Original Message- From: Patrick LOK [mailto:[EMAIL PROTECTED] Sent: 12. maaliskuuta 2003 14:39 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Re: [PHP-DB] How to Connect remote DB server? There is no firewall within the LAN

[PHP] dynamic/multidimensional arrays in classes

2003-03-09 Thread Patrick Teague
the commented section still $r = 0 even if you use '$class-add_something(my value);' 50 times. I'm guessing once this problem is solved it will work for multidimensional arrays as well? Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Cannot connect PostgreSQL 7.3.1. Using PHP thru...

2003-03-07 Thread Patrick LOK
I have the following setups: *PostgreSql 7.3.1 and MSSQL on Win2k server (A) *Apache 1.3.x + PHP 4.3.1.1(using CGI loaded w/ php_pgsql.dll) + ODBC for PostgreSql v7.02.00.05 on Win2K server (B) I tried to use phppgadmin 2.4.2 and odbc for postgresql to connect PostgreSql in (A) but both

[PHP] Re: Cannot connect PostgreSQL 7.3.1. Using PHP thru...

2003-03-07 Thread Patrick LOK
tcpip_socket is enabled! access to postgresql is granted; ip-address is added to pg_hba.conf - METHOD = trust ./pl Patrick Lok [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have the following setups: *PostgreSql 7.3.1 and MSSQL on Win2k server (A) *Apache 1.3.x + PHP 4.3.1.1

Re: [PHP] Get data from 5 tables

2003-03-06 Thread Patrick Schnegg
To keep those similiar column names apart and more readable, you might want to use AS. SELECT table1.data AS data1, table2.data AS data2 ... FROM table1, table2 ... Of course this is optional, you can always use table1.data, table2.data instead. Hope that answers your actual question as to how

[PHP] PHP ODBC

2003-03-06 Thread Patrick LOK
Is there ODBC for PHP4 for LINUX to connect MS-SQL? p.s. other than openlink software rgds ./pl

[PHP] Re: Compiling PHP5 In Linux

2003-03-05 Thread Patrick LOK
Don't panic... it is just a warning according to some expert users. The same WARNING appears in building PHP4 too. I also suffered spent 3 days trying to fix! Many many people asked WHY. Nobody tells why! Nobody is going to fix it! I would also really want to know why such STUPID message

[PHP] Is anyone use / evaluate lxp before?

2003-03-04 Thread Patrick LOK
Is anyone use / evaluate lxp before? How do u comment this product? rgds ./pl

[PHP] Performance Question

2003-03-04 Thread Patrick Teague
What's the difference in performance between print( file_get_contents(myfile.html) ); and include(myfile.html); is there any particular reason for using one over the other? Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to use the fields of an array as individual parameter for a function

2003-03-04 Thread Patrick Schnegg
Hi Instead of worrying how to pass the individual parameters to foo2, simply pass the whole array to it and process it within the function itself. Seems more logical to me. Christian Bartels [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello! I'm new here on the list. I hope you

Re: [PHP] Re: How to use the fields of an array as individual parameter for a function

2003-03-04 Thread Patrick Schnegg
:[EMAIL PROTECTED] Yes, i thought about this already. But it is more work for me to do, 'cause i would have to rewrite the constructors of several classes. Anyways i am interested, whether this (pass the elements as variables) is possible in php. --- CB -Ursprüngliche Nachricht- Von: Patrick

[PHP] Re: mail() function

2003-03-04 Thread Patrick Schnegg
The mail() function will only send one mail at a time, to send multiple mails you would write a loop like this (presuming you had your mail addresses ready in an array called $emails): foreach ($emails as $email) { mail($email, your subject, your message); } Denis L. Menezes [EMAIL

[PHP] Re: mail() function

2003-03-04 Thread Patrick Schnegg
Just in case you don't know, you can easily make an array out of your string of emails by exploding using the commas as separators: $emails = explode (,, $stringOfEmails); Patrick Schnegg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The mail() function will only send one mail

Re: [PHP] Re: mail() function

2003-03-04 Thread Patrick Schnegg
Oh, silly me. Commas are indeed accepted. My apologies. - Original Message - From: Jason Wong [EMAIL PROTECTED] Newsgroups: php.general To: [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 2:18 PM Subject: Re: [PHP] Re: mail() function On Tuesday 04 March 2003 21:13, Patrick Schnegg

[PHP] Re: Remember scrolled position

2003-03-04 Thread Patrick Schnegg
I would tend to make this with common html using named anchors. Just enclose every button with a an anchor and define its name numbering it with php. Then simply make sure that when the button is pressed that number is appended to the url so it will look like yourdocument.php?yourdata=blah#5

Re: [PHP] IMAP error while compiling PHP-4.3.0

2003-03-02 Thread Patrick Teague
I saw somewhere that if you don't have the kerberos stuff installed you'll have problems compiling with imap, so as far as I can figure I have all the rpms I need installed for imap support - imap-2001a-9mdk imap-devel-2001a-9mdk krb5-devel-1.2.5-1mdk krb5-libs-1.2.5-1mdk Patrick - Original

[PHP] 'make' PHP4.3.1 returns the use of function`tempnam' is dangerous --- WHY?

2003-03-02 Thread Patrick LOK
When I tried to 'make' PHP-4.3.1, it returns warning message and died. I am using RH8.0 + Apache 2.0.44 The warning tells me the use of function name 'tempnam' is dangerous (why? who can tell?), and the 'make' process died. The error is: ext/mysql/libmysql/my_tempnam.lo: In function

  1   2   3   >