php-general Digest 16 Mar 2007 12:15:22 -0000 Issue 4680

2007-03-16 Thread php-general-digest-help
php-general Digest 16 Mar 2007 12:15:22 - Issue 4680 Topics (messages 250696 through 250704): Re: DOMXPath-Query, quotes and apostrophes 250696 by: Adam Randall php - web service (ajax/jscript) 250697 by: bruce 250700 by: Haydar Tuna php bar/graph scripts/library

[PHP] Re: php - web service (ajax/jscript)

2007-03-16 Thread Haydar Tuna
Hello, Have you ever use nuSOAP libarary? You can connect any web service or create your own service. If you connect to MS Web Service with digest authentication, you will face to problems. I think MS add extra header information them web services. But you can connect java web services

Re: [PHP] php bar/graph scripts/library

2007-03-16 Thread Tijnema !
On 3/16/07, Ron Croonenberg [EMAIL PROTECTED] wrote: hello all, I am looking for some scripts/libraries etc to produce some bar graphs etc. Does anyone know of something nice (that works on Linux) thanks, Ron If i understand you correctly you want to have a moving progress bar? If so, it

Re: [PHP] php bar/graph scripts/library

2007-03-16 Thread Shafiq Rehman
Hello, You can create graphs with Flash. Here is the link http://www.maani.us/charts/index.php Alternately you can also use JPGraph: http://www.aditus.nu/jpgraph/ -- Shafiq Rehman (ZCE) http://phpgurru.com | http://shafiq.pk On 3/16/07, Tijnema ! [EMAIL PROTECTED] wrote: On 3/16/07, Ron

[PHP] Re: php bar/graph scripts/library

2007-03-16 Thread Mikey
Ron Croonenberg wrote: hello all, I am looking for some scripts/libraries etc to produce some bar graphs etc. Does anyone know of something nice (that works on Linux) thanks, Ron You really should try STFW first: http://www.google.co.uk/search?hl=enq=php+graphsmeta= A lot of what you are

[PHP] References challenge with PHP4

2007-03-16 Thread Lluis Pamies
I've the following code: 1 ?php 2 3 class B { 4 function B($a) { 5 $this-a = $a; 6 } 7 8 function run() { 9 print {$this-a-msg}\n; 10 } 11 } 12 13 class A { 14 function A() { 15 $this-b = new B($this); 16 } 17 18 function getInstance() { 19 static

[PHP] Re: php bar/graph scripts/library

2007-03-16 Thread zerof
Ron Croonenberg escreveu: hello all, I am looking for some scripts/libraries etc to produce some bar graphs etc. Does anyone know of something nice (that works on Linux) thanks, Ron -- The origins, http://www.aditus.nu/jpgraph/jpdownload.php -- zerof http://www.educar.pro.br/

Re: [PHP] php bar/graph scripts/library

2007-03-16 Thread Erik Jones
On Mar 15, 2007, at 10:07 PM, Ron Croonenberg wrote: hello all, I am looking for some scripts/libraries etc to produce some bar graphs etc. Does anyone know of something nice (that works on Linux) There is a graphing library in PEAR called Image Graph that you could check out. erik

[PHP] CONTENT-type for sending HTML attachments

2007-03-16 Thread Angelo Zanetti
Hi guys. Im using the HTML Mime Mail http://www.phpguru.org/static/mime.mail.html class from phpguru.org. Anyway I've written a few scripts that use the class to attach files to it. These files are HTML reports but Im not sure what MIME content-type to use. The content type I use to for

Re: [PHP] cannot load mysql extension - PHP Installation on Vista/Apache

2007-03-16 Thread Rahul Sitaram Johari
Ok, this didn't work for me. I replaced the libmySQL.dll in my php installation with the one in my mySQL Server installation. Still getting the same : cannot load mysql extension, please check PHP Configuration I can't figure for the life of me why mySQL extension won't work with PHP just

Re: [PHP] CONTENT-type for sending HTML attachments

2007-03-16 Thread Tijnema !
On 3/16/07, Angelo Zanetti [EMAIL PROTECTED] wrote: Hi guys. Im using the HTML Mime Mail http://www.phpguru.org/static/mime.mail.html class from phpguru.org. Anyway I've written a few scripts that use the class to attach files to it. These files are HTML reports but Im not sure what MIME

[PHP] Job Opportunity

2007-03-16 Thread Efrain Sarmiento
I pay also $500 for referrals. Thanks :) Title: Lamp Developer Skills: Linux, Apache, MySQL, php/perl/python, unix Date: 3-15-2007 Location: New York, NY Area code: 212 Tax term: FULLTIME CON_IND CON_W2 CON_HIRE_IND CON_HIRE_W2

[PHP] a php stats package

2007-03-16 Thread Ross
Can someone recommend one please? R. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Job Opportunity

2007-03-16 Thread Jochem Maas
Efrain Sarmiento wrote: I pay also $500 for referrals. out of interest do you also arrange finance greencards, relocation, etc? given that this list is not specific to NY or even the US. Thanks :) Title:Lamp Developer Skills: Linux, Apache, MySQL, php/perl/python, unix

RE: [PHP] Job Opportunity

2007-03-16 Thread Efrain Sarmiento
For the right candidate yes. _ Efrain Sarmiento Technical Recruiter MISI company p: 212.355.5585 x332 f: 212.751.5964 c: 917.365.5656 [EMAIL PROTECTED] Informed Usability | Innovative Solutions | Reliable Sourcing www.misicompany.com

Re: [PHP] a php stats package

2007-03-16 Thread Erik Jones
What kind of stats are you looking for? On Mar 16, 2007, at 10:57 AM, Ross wrote: Can someone recommend one please? R. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php erik jones [EMAIL PROTECTED] software developer 615-296-0838 emma(r)

Re: [PHP] a php stats package

2007-03-16 Thread Erik Jones
Check out Mint @ http://www.haveamint.com/, sounds like it's exactly what you're looking for. It does cost 30USD, but it'll be worth it. Otherwise, if you want to roll your own, check out Cacti @ http:// cacti.net/ which is free but would require a bit more work on your part which should

Re: [PHP] My help with adding captcha

2007-03-16 Thread Joker7
In news: [EMAIL PROTECTED], Chris said: Joker7 wrote: Hi- as you know I have been working on adding a captcha image to my guestbook. Well I have managed to get a very basic one working ;) but !I have been trying to get one that would make it more easy to use ,I have it working until I add

[PHP] form not submitting inofrmation

2007-03-16 Thread Bruce Gilbert
I have a form on my website, that used to work, but I just realized that now it doesn't. You don't get any errors, but I am not receiving an email with the information after the submittal. The form is located at http://www.inspired-evolution.com/Contact.php and the PHP is: [php] ?php

[PHP] Re: CONTENT-type for sending HTML attachments

2007-03-16 Thread Manuel Lemos
Hello, on 03/16/2007 12:16 PM Angelo Zanetti said the following: Hi guys. Im using the HTML Mime Mail http://www.phpguru.org/static/mime.mail.html class from phpguru.org. Anyway I've written a few scripts that use the class to attach files to it. These files are HTML reports but Im not

[PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Chris W. Parker
Hello, Using CentOS 4 and I can't get errors to display on the page AT ALL or log errors consistently. Some errors get logged (forgetting to us $this- in a class for example) but most don't. I've tried: * using .htaccess to set the error reporting. * checking and double checking my

Re: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Robert Cummings
On Fri, 2007-03-16 at 12:30 -0700, Chris W. Parker wrote: Hello, Using CentOS 4 and I can't get errors to display on the page AT ALL or log errors consistently. Some errors get logged (forgetting to us $this- in a class for example) but most don't. I've tried: * using .htaccess to

[PHP] APC errors - realpath failed to canonicalize

2007-03-16 Thread Jon Drukman
I've been trying to smoke out some problems with APC under high load. We're using PHP 4.4.6 and APC 3.0.13. We are finding loads of this in our error log: realpath failed to canonicalize PEAR.php - bailing I know APC prefers you to use absolute paths but lots of PEAR modules just do

RE: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Chris W. Parker
On Friday, March 16, 2007 12:37 PM Robert Cummings mailto:[EMAIL PROTECTED] said: Is there a custom error handler in place? Try grepping for set_error_handler. Not in this project. Being used in another project wouldn't count towards this one would it? Thanks. -- PHP General Mailing List

RE: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Robert Cummings
On Fri, 2007-03-16 at 12:45 -0700, Chris W. Parker wrote: On Friday, March 16, 2007 12:37 PM Robert Cummings mailto:[EMAIL PROTECTED] said: Is there a custom error handler in place? Try grepping for set_error_handler. Not in this project. Being used in another project wouldn't count

RE: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Chris W. Parker
On Friday, March 16, 2007 12:49 PM Robert Cummings mailto:[EMAIL PROTECTED] said: If either project overrides the error handler than a custom error handler is in place. All depends on whether the code that sets it gets run. (Was at lunch.) I see. In that case how do I override it in this

Re: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Jim Lucas
Chris W. Parker wrote: Hello, Using CentOS 4 and I can't get errors to display on the page AT ALL or log errors consistently. Some errors get logged (forgetting to us $this- in a class for example) but most don't. I've tried: * using .htaccess to set the error reporting. * checking

RE: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Robert Cummings
On Fri, 2007-03-16 at 14:50 -0700, Chris W. Parker wrote: On Friday, March 16, 2007 12:49 PM Robert Cummings mailto:[EMAIL PROTECTED] said: If either project overrides the error handler than a custom error handler is in place. All depends on whether the code that sets it gets run.

RE: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Robert Cummings
On Fri, 2007-03-16 at 18:58 -0400, Robert Cummings wrote: On Fri, 2007-03-16 at 14:50 -0700, Chris W. Parker wrote: On Friday, March 16, 2007 12:49 PM Robert Cummings mailto:[EMAIL PROTECTED] said: If either project overrides the error handler than a custom error handler is in place.

Re: [PHP] Can't get PHP errors to display or log consistently

2007-03-16 Thread Robert Cummings
On Fri, 2007-03-16 at 15:56 -0700, Jim Lucas wrote: Chris W. Parker wrote: Hello, Using CentOS 4 and I can't get errors to display on the page AT ALL or log errors consistently. Some errors get logged (forgetting to us $this- in a class for example) but most don't. I've tried:

[PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Skip Evans
Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But anyway, they've created a table with 9 fields type

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Tijnema !
On 3/17/07, Skip Evans [EMAIL PROTECTED] wrote: Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But anyway,

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Jake McHenry
Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But anyway, they've created a table with 9 fields type

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Jake McHenry
On 3/17/07, Skip Evans [EMAIL PROTECTED] wrote: Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Jake McHenry
Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But anyway, they've created a table with 9 fields type

[PHP] Payflow Pro

2007-03-16 Thread Brian Dunning
Hey is anyone using the pfpro extension, or is their XMLPay the newer and groovier option? Any opinions appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] logging erros and user access to logs

2007-03-16 Thread Juergen Wind
Jason Joines-3 wrote: My users want to be able to debug their scripts, see mysql errors, and such. Using mysql_error(), and display_errors, problems such as non-existent databases, or variable and such seem to get printed to the screen. However, syntax errors do not. They get

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Skip Evans
Jake McHenry wrote: I still have a copy of phpMyAdmin 2.2.0, works great, but if the text field value is over 65k, it will truncate the data. define a paragraph or two. Anywhere from 10 to 50 English words. Far, far less than 65K. Skip -- Skip Evans Big Sky Penguin, LLC 61 W

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Skip Evans
Hey Jake, Yeah, everything else works fine. And in fact I even found that if I delete one of the text fields, for a total of eight, it starts working again. I tried deleting different ones, but it seems to be stuck on only allowing 8 text fields, regardless of the content. I've never

[PHP] Getting last record ID created from DB

2007-03-16 Thread Jeff
Is there a way to get the last Record # created by the DB. Example: User_ID = auto_increment f_name = varchar l_name = varchar e-mail = varchar b_date = varchar pic = varchar Since user_id is an auto_inc field I submit it as a NULL, also I haven't started the code for a picture yet either so

Re: [PHP] Getting last record ID created from DB

2007-03-16 Thread Rod Person
On Fri, 16 Mar 2007 22:28:54 -0500 Jeff [EMAIL PROTECTED] wrote: Is there a way to get the last Record # created by the DB. $query = INSERT INTO `t_users` (`user_id`, `f_name`, `l_name`, `e_mail`, `b_date`, `pic`) VALUES ('', '$f_name', '$l_name', '$e_mail', '$b_date', ''); $result =

Re: [PHP] Getting last record ID created from DB

2007-03-16 Thread Janet Valade
Jeff wrote: Is there a way to get the last Record # created by the DB. ... what code could I add here to make the following line work? echo REMEMBER your USER ID# you will need it when creating Characters!! It is: $user_id; - I want to show the user_id just created here. Thanks in

Re: [PHP] Getting last record ID created from DB

2007-03-16 Thread Philip Thompson
On Mar 16, 2007, at 10:28 PM, Jeff wrote: Is there a way to get the last Record # created by the DB. Example: User_ID = auto_increment f_name = varchar l_name = varchar e-mail = varchar b_date = varchar pic = varchar Since user_id is an auto_inc field I submit it as a NULL, also I haven't

Re: [PHP] Getting last record ID created from DB

2007-03-16 Thread Jim Lucas
Janet Valade wrote: Jeff wrote: Is there a way to get the last Record # created by the DB. ... what code could I add here to make the following line work? echo REMEMBER your USER ID# you will need it when creating Characters!! It is: $user_id; - I want to show the user_id just

[PHP] php +html mail

2007-03-16 Thread Wasantha De Silva
Dear all, I want get a help from you for some php codes. How can I get it. Regards wasantha