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

2013-01-30 Thread patrick ficheux
art Le 30/01/2013 19:14, 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] 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: "); } ?> If I run the test.php under the context of httpd (from http:///test.php),

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 : > Hello, > > Does anyone

Re: [PHP] module add on Suse 10.3

2010-09-23 Thread Patrick Serru
98-2010 Zend Technologies CLI works but after restarting 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)

Re: [PHP] module add on Suse 10.3

2010-09-23 Thread Patrick Serru
ad! I need to know how PHP installs it self. Usualy, 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 Genera

[PHP] module add on Suse 10.3

2010-09-23 Thread Patrick Serru
Hi everybody, I am using Open 10.3 with KDE 3.5.10 on an x86_64 system. I want to use the function "http_post_data()" from module "pecl_http" (in a script called from shell, which could be an important detail...). And did not succed! Is Open Suse repertories organised such a

[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
hour. 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

[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 and

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

[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 y

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
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 som

[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 c

[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 f

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 dow

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 conte

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: http://www.ph

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 specs.

[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

[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 reco

Re: [PHP] Printing Web Page

2008-11-13 Thread Patrick Moloney
heets, 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 te

[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 (http://www.php.ne

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 wro

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

2007-06-29 Thread -Patrick
OTECTED]>> I'm done 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
if I am sure that I want 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
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 with

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 &

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 DIDN"T 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
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

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

2007-06-28 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

[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 httpd-error.

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 go

[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 Ge

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

[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; $_SESSION['user_log

[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: while this is working fine, I would like the url of search.php to be something like search.php?q="value+of+search_text" eg, if I enter "php rules" in my text box, the url should be http://myfakepage.com/search.php?q="php+rules"; any idea how to do that? thanx in advan

[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 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 expression

2006-02-14 Thread Patrick
q i 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] 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 Ahme

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 val

[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 th

[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 > lookin

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

2005-08-10 Thread Patrick - Jupiter Hosting
is rut. Thanks 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 <[

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

2005-08-10 Thread Patrick - Jupiter Hosting
o any 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?

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

2005-08-10 Thread Patrick - Jupiter Hosting
ded to be gathered. Also, if there are other resources such as forums, 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

[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);

[PHP] Re: call_user_func_array and mysqli_stmt_bind_result

2005-04-12 Thread Patrick
x27;'; $args[1]=''; eval("\$rval=\$obj->\$mthd($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

[PHP] call_user_func_array and mysqli_stmt_bind_result

2005-04-11 Thread Patrick
what I try to do is possible in any 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
this fonction seems not to be in use at this time. By the way I can't find any documentation about UTF-8, ISO-8859-1 and so about XMLDOM API. What I saw it's when I save a formula with DRES, it register a XML file, and the content is: Patrick Gelin驩 The name filed was originaly: nam

[PHP] About xmldoc and ISO-8859-1

2004-11-21 Thread Patrick Gelin
this fonction seems not to be in use at this time. By the way I can't find any documentation about UTF-8, ISO-8859-1 and so about XMLDOM API. What I saw it's when I save a formula with DRES, it register a XML file, and the content is: Patrick Gelin驩 The name filed was originaly: nam

[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

[PHP] find duplicated values in array and count them

2004-11-11 Thread Patrick Fehr
=> Array ( [room] => Raum1 [teacher] => Peter [class] => Team1 [date_s] => 1100798160 [date_e] => 1100803500

[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 s

[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 tes

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
thank you 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/) T

[PHP] change server unix->win

2004-10-20 Thread Patrick Fehr
the strong 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

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

2004-04-30 Thread Patrick Hutchinson
, but I guess I 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

[PHP] Register globals off, still not secure?

2004-04-30 Thread Patrick Hutchinson
27;] global? Thanks. -- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ 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, visit: http://www.php.net/unsub.php

[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

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

2003-11-22 Thread Patrick
's free. Plus 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 2

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

2003-10-30 Thread Patrick Fowler
LoadModule 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
where. 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 Adm

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 sho

[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

[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 TH

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 - Orig

Re: [PHP] dynamic/multidimensional arrays in classes

2003-03-27 Thread Patrick Teague
t even bother entering the loop. However if I say $mine = myClass(array( 'item1'=>array('a','b','c'), 'item2'=>array('a','b','c') ) ); it prints both... is there some reason why I need to repeat the default valu

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

2003-03-17 Thread Patrick Teague
imagecreatefromjpeg($filename); 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
version from 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] dynamic/multidimensional arrays in classes

2003-03-12 Thread Patrick Teague
quot;2", [2]=>"3", ) } For some reason the first while() does not print anything, but comment the first while() & let the 2nd run & it prints. What's up with this? Is this correct or am I missing something obvious again? Thanks again Patrick - Original Message --

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

2003-03-12 Thread Patrick LOK
em is in: a) db 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 de

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

2003-03-12 Thread Patrick LOK
ing that ASP, ColdFusion, or JSP does 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] > Se

[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, Patric

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

2003-03-12 Thread Patrick LOK
> Clint > > -Original Message- > 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? &

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

2003-03-12 Thread Patrick LOK
ROTECTED] Possibly the db-server 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 n

[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

[PHP] dynamic/multidimensional arrays in classes

2003-03-09 Thread Patrick Teague
I've tried this both with & without 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 L

[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)

[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 connec

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 yo

[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] 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 making

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

[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

[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 PRO

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

2003-03-04 Thread Patrick Schnegg
he Nachricht- Von: Patrick Schnegg [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. März 2003 11:11 An: [EMAIL PROTECTED] Betreff: [PHP] Re: How to use the fields of an array as individual parameter for a function Hi Instead of worrying how to pass the individual parameters to foo2, simply pass the

[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

[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] 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

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

2003-03-02 Thread Patrick LOK
ooops... Should be 'php -i'... ./pl "Patrick Lok" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I tried to complete the installation (I did 'make install') but the test on > 'php -l' didn't return anything; it ke

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

2003-03-02 Thread Patrick LOK
I tried to complete the installation (I did 'make install') but the test on 'php -l' didn't return anything; it keeps on running... nothing returns, no core-dump... any further help? Ok! I just want helpers can have a full investigation on the suspected error. Best best regards ./pl "Rasmus

  1   2   3   >