Re: [PHP] .Net Web services

2005-01-20 Thread Jonel Rienton
, visit: http://www.php.net/unsub.php -- Jonel Rienton http://jonel.road14.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP application for knowledge management?

2005-01-17 Thread Jonel Rienton
Hi murray, I have used phpBB2, i know, it's a forum application but it does the job of storing information about my projects, the search is pretty cool, it works out of the box for me, maybe it will help you too. http://jonel.road14.com -- I not know English well, but I know 7 computer

Re: [PHP] SQL Server log file

2005-01-12 Thread Jonel Rienton
just to help out, you might wanna try and use the Profiler under the MS SQL programs group http://jonel.road14.com -- I not know English well, but I know 7 computer languages. anonymous On Jan 12, 2005, at 7:54 AM, Zouari Fourat

Re: [PHP] 403 not working -- apache 2 / php5 / linux

2005-01-10 Thread Jonel Rienton
man chmod, i gather you're new to linux/*nix http://jonel.road14.com -- I not know English well, but I know 7 computer languages. anonymous On Jan 10, 2005, at 12:49 PM, Jason Morehouse wrote: Hello. I'm not sure if this is an

Re: [PHP] Using SSL

2005-01-03 Thread Jonel Rienton
Consulting the Apache documentation is better, seems like you just missed configuring the conf file of Apache. Have you created the certificate for your domain? SSL will not be loaded unless you configure it in the conf file(httpd.conf/apache2.conf) regards, http://jonel.road14.com -- I not

Re: [PHP] Database Framework

2004-12-16 Thread Jonel Rienton
that had been my intensions, just wanna make sure i'm not reinventing the wheel :) regards, http://jonel.road14.com -- I not know English well, but I know 7 computer languages. anonymous On Dec 16, 2004, at 7:29 AM, Jay

[PHP] Database Framework

2004-12-15 Thread Jonel Rienton
Hi guys, Is there an on-going initiative as far as creating a PHP framework somewhat the same as .Net's framework implementation? Like for instance, the System.Data namespace where PHP developer can just create something like a DataAdapter which can connect to a datastore and fill a DataSet

Re: [PHP] Not quite PHP, but related...

2004-12-10 Thread Jonel Rienton
could header(Location: urlhere) be an alternative? jonel http://www.road14.com http://www.filipinosrus.com -- I not know English well, but I know 7 computer languages. anonymous On Dec 10, 2004, at 4:16 PM, Bruno B B Magalhães

[PHP] solaris 10 and php5

2004-11-23 Thread Jonel Rienton
Hi, i was trying to build php5 in a solaris 10 i386 box and I got stuck with the following error message: In file included from /usr/include/sys/wait.h:24, from /export/home/jonel/Downloads/php-5.0.2/ext/standard/exec.c:33: /usr/include/sys/siginfo.h:259: error: parse error

Re: [PHP] Auto-load class if it doesn't exists!

2004-11-16 Thread Jonel Rienton
Hi, you would need something like a singleton class if my memory serves me. cheers, jonel -- I not know English well, but I know 7 computer languages. anonymous On Nov 16, 2004, at 11:36 AM, Bruno B B Magalhães wrote: Hi people,

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-16 Thread Jonel Rienton
do you have the actual link of this page, i can test it for you. -- I not know English well, but I know 7 computer languages. anonymous On Nov 16, 2004, at 2:24 PM, Jeff - Webmaster wrote: Hello all. I have created a few PHP pages

[PHP] Re: [PHP-DB] OOP vs Functions and includes]

2004-11-16 Thread Jonel Rienton
Original Message Subject: Re: [PHP-DB] OOP vs Functions and includes From: Jonel Rienton [EMAIL PROTECTED] Date: Tue, November 16, 2004 7:04 pm To: [EMAIL PROTECTED] Hi again Pablo, not sure how the inner workings of PHP are as far as instantiating new classes. other languages

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-16 Thread Jonel Rienton
It works flawlessly on my mac os panther 10.3.6, i wonder what build of mac os they are using. I can type in on all the textfields. -- I not know English well, but I know 7 computer languages. anonymous On Nov 16, 2004, at 2:24

Re: [PHP] Object oriented??

2004-11-07 Thread Jonel Rienton
From a theoretical stand point, for a language to be OO, it should support encapsulation, inheritance and polymorphism On Nov 7, 2004, at 2:26 AM, Robert Cummings wrote: On Sun, 2004-11-07 at 01:37, Larry E.Ullman wrote: Yes of course...but was confused since some says it is so and some says it

Re: [PHP] Auto Form Fill on option select

2004-11-07 Thread Jonel Rienton
This can be done with javascript or you can use an event-driven solution like PRADO Hi all, I have a question that I can't get my head around and was hoping someone could answer for me. I have a form with a number of fields. Field one is a tdselect name=thisSteamField/td The option

[PHP] str_pad with nbsp;

2004-10-31 Thread Jonel Rienton
Hi guys, i was trying to do an str_pad with nbsp; (space) but somehow it's just putting in one space and nbs sample code: ? echo str_pad($varname,20,nbsp; ? anybody else experienced this? thanks and regards, jonel -- I not know English well, but I know 7 computer languages. -anonymous -- PHP

Re: [PHP] PHP in CGI ....php.in

2004-10-31 Thread Jonel Rienton
have you tried #!/usr/local/lib/php -c /home/mydomaine/www -- I not know English well, but I know 7 computer languages. On Oct 31, 2004, at 2:32 AM, Christian Ista wrote: where did you place your php.ini? In the root of my application in www. /home/mydomaine/www Thanks, Christian, -- PHP General

Re: [PHP] php.ini Path at Runtime

2004-10-30 Thread Jonel Rienton
There was a very recent discussion about this, look up the archive from the past week or 2. regards, Jonel Does anyone know whether there is a way to specify the path of php.ini within httpd.conf or something similar? There is an environment variabled named PHPRC that is almost useful enough,

Re: [PHP] PHP in CGI ....php.in

2004-10-30 Thread Jonel Rienton
Hi, where did you place your php.ini? regards, Jonel -- I not know English well, but I know 7 computer languages. On Oct 30, 2004, at 2:48 AM, Christian Ista wrote: #!/usr/bin/php -c /path/to/php.ini I tried this #!/usr/local/lib/php -c php.ini In the php.ini : register_globals = on but that's

Re: [PHP] php.ini Path at Startup

2004-10-30 Thread Jonel Rienton
I misread your question, thought you were referring to the same discussion about the php as cgi :-) regards, Jonel -- I not know English well, but I know 7 computer languages. On Oct 30, 2004, at 4:05 PM, Chris Shiflett wrote: --- Jonel Rienton [EMAIL PROTECTED] wrote: There was a very recent

[PHP] Classes and Interface tool

2004-10-24 Thread Jonel Rienton
hi again guys, is there a tool that can allow you view the available interfaces of a class, like an object/class browser that can help you view the signatures of those interfaces? thanks and regards, Jonel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP on Windows

2004-10-20 Thread Jonel Rienton
Hi, you might also wanna give the identity/username php is running under and give it ntfs write permission to the directory. It should be on the Properties of the directory and Security Tab. Regards, Jonel On 10/20/04 12:02 PM, Greg Donald [EMAIL PROTECTED] wrote: On Wed, 20 Oct 2004 12:59:40

[PHP] Mac OS X and Editor

2004-10-20 Thread Jonel Rienton
Hi guys, I just like to ask those using Macs here as to what editor and/or IDE they are using for writing PHP codes. Thanks and regards to all. Jonel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Advanced maths help (for GD image functionality)

2004-10-15 Thread Jonel Rienton
it's algebra at work :) nicely done. On Oct 15, 2004, at 8:57 AM, Gryffyn, Trevor wrote: Good questions.. Here's some stuff to play with: Heres my maths problems in 2 parts: Problem 1) I need to scale down an image (eg: example.jpg) to height of 120 pixels while maintaining the images proportions.