RE: [PHP] Online Form Creation

2011-12-22 Thread Christopher Lee
a numerical value. I will follow your suggestion and submit my work. Best, Christopher -Original Message- From: Tedd Sperling [mailto:tedd.sperl...@gmail.com] Sent: Wednesday, December 21, 2011 12:05 PM To: PHP-General List Cc: Christopher Lee Subject: Re: [PHP] Online Form Creation

RE: [PHP] Online Form Creation

2011-12-22 Thread Christopher Lee
everyone. I probably could have worded my initial email a little better. Thank you to Tedd as well. Best, Christopher -Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Thursday, December 22, 2011 12:15 PM To: Christopher Lee Cc: PHP-General List Subject: Re

RE: [PHP] Online Form Creation

2011-12-22 Thread Christopher Lee
, December 22, 2011 1:43 PM To: PHP-General List Cc: Christopher Lee Subject: Re: [PHP] Online Form Creation On Dec 22, 2011, at 11:22 AM, Christopher Lee wrote: Tedd, I appreciate your reply to my post. In no way do I expect anyone to code for me. If that were the case I would hire someone. I

[PHP] Online Form Creation

2011-12-20 Thread Christopher Lee
Hello All, I have two forms (see attached) that I would like to recreate and enable the user to complete the form online. The data would be collected in a MySQL DB. http://ucensys.com/activities.pdf http://ucensys.com/guidelines.pdf You will see that the forms are in a matrix format. I am

[PHP] PHP based online survey tool

2011-11-26 Thread Christopher Lee
Hello All, I am looking to develop an online survey for a non-profit. The user should be able to complete the survey and see the results in the form of a visualization (i.e. pie chart) upon completion. I found this tool (http://www.iscripts.com/survey/) but not sure how good it is. Does

[PHP] RSS Feed

2011-11-15 Thread Christopher Lee
Hello All, I am interested in importing RSS Feed content into a MySQL database and displaying the aggregated content on a website. I am thinking of developing the website within a CMS type framework (i.e. Drupal). If anyone can refer me to any resources in this area then that would be great. I

RE: [PHP] RSS Feed

2011-11-15 Thread Christopher Lee
Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Tuesday, November 15, 2011 4:38 PM To: Christopher Lee Cc: php-general@lists.php.net Subject: Re: [PHP] RSS Feed Hi, Have you tried google? I tried and top hit was this one: http://stackoverflow.com/questions/1501394/writing-an-rss

RE: [PHP] Friday Distraction

2011-10-21 Thread Christopher Lee
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Friday, October 21, 2011 4:31 PM To: Tedd Sperling Cc: PHP General Subject: Re: [PHP] Friday Distraction Not meaning to be ignorant, but why? What's the point here? I have grandkids and about a dozen other

RE: [PHP] book quest

2011-09-28 Thread Christopher Lee
I agree with Daniel. I would be willing to contribute to that type of collaborative initiative. Best, Christopher Lee -Original Message- From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of Daniel Brown Sent: Wednesday, September 28, 2011 7:24 PM To: Andy McKenzie Cc: php

RE: [PHP] PHP frameworks

2011-08-05 Thread Christopher Lee
Hello, I am new to PHP and wanted to ask a question which I think is related to this discussion thread. What are you referring to when using the term PHP Framework? I downloaded Eclipse-JEE with PHP Development Tools. Would this development environment constitute a PHP Framework? Best,

RE: [PHP] best ways to recruit volunteers for a PHP framework

2011-06-28 Thread Christopher Lee
I would definitely be interested in working on/developing the user manual for the project. You have my interest. Best, Christopher From: jean-baptiste verrey [jeanbaptiste.ver...@gmail.com] Sent: Tuesday, June 28, 2011 4:24 PM To:

Re: [PHP] help using phpadmin

2010-07-19 Thread Isaac Lee
thanks carlos, but where would i enter that command? and i tried editing the php.ini file but that didn't accomplish anything. isaac On Mon, Jul 19, 2010 at 1:29 AM, Carlos Sura carlos_s...@hotmail.com wrote: Hello Isaac Lee. Are you running on Linux or Windows? You might try: mysql SET

Re: [PHP] help using phpadmin

2010-07-19 Thread Isaac Lee
im using windows. On Mon, Jul 19, 2010 at 12:23 PM, Isaac Lee rhinecant...@gmail.com wrote: thanks carlos, but where would i enter that command? and i tried editing the php.ini file but that didn't accomplish anything. isaac On Mon, Jul 19, 2010 at 1:29 AM, Carlos Sura carlos_s

[PHP] help using phpadmin

2010-07-18 Thread Isaac Lee
this is the second time that i have made an account and set the password. then when i try to reaccess phpadmin, it shows this message: Error MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: NO) What am supposed to do so that my regain access to phpadmin?  edit

[PHP] $_FILE array being truncated

2010-03-16 Thread Richard H Lee
p.general, I have a form with 75 or so file input controls: input type=file ... Usually when I submit the form, I only upload two or so files. So in the post request, it sends the two files along with the other blank 73 fields. This has been working fine on my live and test servers so far.

RE: [PHP] $_FILE array being truncated

2010-03-16 Thread Richard Lee
Check out max_file_uploads which was added in PHP 5.2.12 and defaults to 20. Yes that was the problem, I set max_file_uploads higher and it works now. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SQL insert () values (),(),(); how to get auto_increments properly?

2010-02-14 Thread Eric Lee
On Sat, Feb 13, 2010 at 7:41 PM, Jochem Maas joc...@iamjochem.com wrote: Op 2/13/10 11:36 AM, Eric Lee schreef: On Sat, Feb 13, 2010 at 6:55 PM, Jochem Maas joc...@iamjochem.com mailto:joc...@iamjochem.com wrote: Op 2/13/10 10:08 AM, Lester Caine schreef: Rene Veerman

Re: [PHP] SQL insert () values (),(),(); how to get auto_increments properly?

2010-02-13 Thread Eric Lee
On Sat, Feb 13, 2010 at 2:07 PM, Rene Veerman rene7...@gmail.com wrote: Hi. I'm looking for the most efficient way to insert several records and retrieve the auto_increment values for the inserted rows, while avoiding crippling concurrency problems caused by multiple php threads doing this

Re: [PHP] SQL insert () values (),(),(); how to get auto_increments properly?

2010-02-13 Thread Eric Lee
On Sat, Feb 13, 2010 at 6:55 PM, Jochem Maas joc...@iamjochem.com wrote: Op 2/13/10 10:08 AM, Lester Caine schreef: Rene Veerman wrote: Hi. I'm looking for the most efficient way to insert several records and retrieve the auto_increment values for the inserted rows, while avoiding

Re: [PHP] How to secure this

2010-02-12 Thread Eric Lee
On Sat, Feb 13, 2010 at 7:33 AM, Ryan Sun ryansu...@gmail.com wrote: In that case, referer is for authentication, and id is for authorization, I think On Fri, Feb 12, 2010 at 6:23 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Fri, 2010-02-12 at 18:25 -0500, Ryan Sun wrote:

Re: [PHP] syntax error in class

2010-02-10 Thread Eric Lee
2010/2/11 Jim Lucas li...@cmsws.com Dasn wrote: I got the syntax error. Why? only constant literal is allowed. You can think that it is static complie but not on runtime . Regards, Eric, Read the first paragraph on the following page.

Re: [PHP] stream_select() not working on regular files?

2010-02-03 Thread Eric Lee
On Thu, Feb 4, 2010 at 9:20 AM, Dennis J. denni...@conversis.de wrote: On 02/04/2010 02:03 AM, Ashley Sheridan wrote: On Thu, 2010-02-04 at 01:41 +0100, Dennis J. wrote: Hi, I'm trying to implement something similar totail -f in php but I'm running into a problem. The issue occurs when

Re: [PHP] File Upload

2010-01-30 Thread Eric Lee
On Sat, Jan 30, 2010 at 7:27 PM, Ali Reza Sajedi arsaj...@khanehjou.comwrote: Hello, When uploading a file the variable $_FILES['userfile']['tmp_name'] is not set and when debugging I get the following error although /tmp folder exists and the permissions are set to 777:

Re: [PHP] Re: how do I use php://memory?

2010-01-29 Thread Eric Lee
On Sat, Jan 30, 2010 at 9:00 AM, Shawn McKenzie nos...@mckenzies.netwrote: Mari Masuda wrote: Has anyone ever successfully used php://memory before? If so, what can I do to use it in my code? Thank you. No, but I was intrigued to try it, so I tested this: $text = 'Some text.';

[PHP] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Eric Lee
Hi php-dev pros, I got an issue about catching exception throw from __autoload on php 5.3.1. The manual state that exception throw from __autoload could be catched with try.. catch statement same as the normal flow. But I'can archive that even I have copied the same sample code from the manual.

Re: [PHP] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Eric Lee
On Fri, Jan 29, 2010 at 1:19 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Fri, 2010-01-29 at 13:02 +0800, Eric Lee wrote: Hi php-dev pros, I got an issue about catching exception throw from __autoload on php 5.3.1. The manual state that exception throw from __autoload could

Re: [PHP] exception throw from __autoload could not be catched on php 5.3.1

2010-01-28 Thread Eric Lee
Hi all and thanks for Ryan, I apologize ! ! I have missed out the small class_exists call before it. Thanks. Regards, Eric, 2010/1/29 Ryan ryansu...@gmail.com 于 2010-1-29 13:19, Ashley Sheridan 写道: On Fri, 2010-01-29 at 13:02 +0800, Eric Lee wrote: Hi php-dev pros, I got

Re: [PHP] Pointers For Newbies, Reminders For Oldies

2010-01-27 Thread Eric Lee
On Wed, Jan 27, 2010 at 11:44 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Wed, 2010-01-27 at 10:42 -0500, Paul M Foster wrote: ... should be obvious - but are often overlooked - points within coding practice that can cause the programmer to develop bad habits and bad code. -

Re: [PHP] Speed of sending email .. can I put them in a queue rather than wait?

2010-01-26 Thread Eric Lee
On Tue, Jan 26, 2010 at 12:02 PM, Angus Mann angusm...@pobox.com wrote: Hi all. I'm currently using the phpmailer class from phpmailer.worxware.com to send datatbase -populated emails to clients. At the moment I'm runninng PHP on Windows and using the built-in sendmail equivalent packaged

Re: [PHP] Speed of sending email .. can I put them in a queue rather than wait?

2010-01-26 Thread Eric Lee
Hi, all I'am doubted about installing a local mail server for just low volume mailing. May I ask all yours professional what do you think about it ? Thanks in advanced. Regards, Eric, -- Jim Lucas NOC Manager 541-323-9113 BendTel, Inc. http://www.bendtel.com -- PHP General

Re: [PHP] Magic Methods not working

2010-01-26 Thread Eric Lee
On Wed, Jan 27, 2010 at 11:04 AM, Paul M Foster pa...@quillandmouse.comwrote: I have a class which instantiates other classes, and has a magic method like this: function _get($classname) { return $this-instantiate($classname); } Obviously, the class also has an instantiate method

Re: [PHP] Reliable way to identify Ogg types?

2010-01-26 Thread Eric Lee
Hi Micheal, One of way for this should be by checking the header of the file with its OggS magic number. You may take a look at this page to see if it could help ! http://en.wikipedia.org/wiki/Ogg But I'am confused that the mime type should be enough what type of data its coming ! Are there

Re: [PHP] Upload file on IE8

2010-01-25 Thread Eric Lee
On Tue, Jan 26, 2010 at 6:41 AM, Ernie Kemp ernie.k...@sympatico.ca wrote: Good Day, I’m having an issue with IE8, when I go to load a file the program is not filling the $_FILES['user_file']['type'] . When I display “echo

Re: [PHP] Foreign Characters Break in MySQL

2010-01-21 Thread Eric Lee
Hi, all, I'am not able test it out now. Did you tried to change the collation to utf8_bin from utf8_general_ci ? Eric, Regards, On 1/22/10, Ryan Park ryanhp...@live.com wrote: Forgot to reply all. You can see that it's in the middle of the sql statement. It looks fine here but some how

Re: [PHP] SMTP Local development to Send email in PHP; Windows Platform/ XP with no IIS

2010-01-16 Thread Eric Lee
Hi, As I know that php did't setting user name and password. So, just install any smtp server with authenticaton set to no authentication Much list IIS smtp server. Eric, Regards, On 1/16/10, Andy Shellam andy-li...@networkmail.eu wrote: Hi, Also http://www.softstack.com/freesmtp.html

Re: [PHP] not able to use mysql server

2009-12-30 Thread Eric Lee
On 12/30/09, Jignesh Thummar jignesh.thum...@gmail.com wrote: It is problem with mysql client, it's not able to connect with mysql server. Either mysql server is not running or windows firewall is blocking to the access of port 3306. Try to disable firewall. -Jignesh On Wed, Dec 30, 2009

Re: [PHP] MySQL Increment/Decrement

2009-12-28 Thread Eric Lee
Ben It seems that you can just update the column with a update query like this, update table set field = field + 1 where some condition This might be the thing you need. Eric On 12/29/09, Ben Miller b...@tottd.com wrote: I hope this isn't a bone-head question - Is there a MySQL query

Re: [PHP] Textarea to road a text file

2009-10-31 Thread Jean Lee
Yes, I just want to edit a file in the textarea! thank you. Jay Blanchard jblanch...@pocket.com wrote in message news:31454d514ff9a949b1fdfe294d5d1d80080...@ygex01wal.onecall.local... [snip] htmlheadtitle. body.. ?php $handle = fopen(./menu.php, r); $contents = ; if ($handle)

[PHP] Textarea to road a text file

2009-10-28 Thread Jean Lee
I want to use Textarea as the text-file viewer and editor of my homepage. But Textarea doesn't work exactly as i intended. In sometimes, TextArea doesn't show up and moreover the some parts of the file are displayed(rendered) in browser without TextArea! -- PHP General Mailing List

Re: [PHP] Textarea to road a text file

2009-10-28 Thread Jean Lee
Thank you, Jay Blanchard and Andrew Ballard!!! Could you explain what was my fault concerned about this case? Thanks in advance! My codes were htmlheadtitle. body.. ?php $handle = fopen(./menu.php, r); $contents = ; if ($handle) { while (!feof($handle)) { $buffer

Re: [PHP] parse_ini_file problem [SOLVED]

2009-08-27 Thread Richard H Lee
false with syntax errors in parsed file). (Jani) So I installed PHP 5.2.5 and it worked. Thanks to everyone for their help! Richard Lee Jim Lucas wrote: Richard H Lee wrote: Hi all, I think I'm having a problem with parse_ini_file in php. I am using wamp on two machines. I'm installing

[PHP] parse_ini_file problem

2009-08-26 Thread Richard H Lee
Hi all, I think I'm having a problem with parse_ini_file in php. I am using wamp on two machines. I'm installing a Digishop e-commerce package. The blah.ini.php file starts with ?php die ? [SOMETITLE] some_setting=Ok, I Have Completed This Step another_setting=Next .. ..

[PHP] Re: Can't set expect.timeout

2009-03-03 Thread Clement Yui-Wah Lee
Dear friends, I am still hoping to get an answer to this question (see below). Kindly please see if you can run the test on your site. Any insight is very much welcome! Clement Clement Yui-Wah Lee wrote: Hi, Apparently I can't set the value for expect.timeout to any values other than 0

Re: [PHP] Re: Can't set expect.timeout

2009-03-03 Thread Clement Yui-Wah Lee
(as reported by phpinfo()). This problem looks like a bug to me. I will be most grateful if someone can try out the test program on their site. Thanks in advance! Clement Robert Cummings wrote: On Tue, 2009-03-03 at 14:49 -0500, Clement Yui-Wah Lee wrote: Dear friends, I am still hoping

[PHP] Can't set expect.timeout

2009-02-25 Thread Clement Yui-Wah Lee
Hi, Apparently I can't set the value for expect.timeout to any values other than 0 (the default is 10). Can someone try the following script and see if you see the same problem as me? My php is 5.1.6, php-expect is 0.2.4, the platform is a Redhat Enterprise Linux 5.3 Test method: 1.

Re: [PHP] Can't set expect.timeout

2009-02-25 Thread Clement Yui-Wah Lee
or the default value of 10. I was testing on a local machine. Thanks! Clement Ashley Sheridan wrote: On Wed, 2009-02-25 at 18:08 -0500, Clement Yui-Wah Lee wrote: Hi, Apparently I can't set the value for expect.timeout to any values other than 0 (the default is 10). Can someone try the following

[PHP] Re: OS X 10.5.2

2008-04-19 Thread Lee Perry
and linked to the mysql_config file but I get errors, I will post the output and hope one of you guys can see what I'm missing. And thanks again in advance. lee. ; ) Macintosh:pear lperry65$ sudo /usr/lib/php/pear/bin/pecl install pdo_mysql downloading PDO_MYSQL-1.0.2.tgz ... Starting to download

[PHP] OS X 10.5.2

2008-04-18 Thread Lee Perry
with, what a nightmare. Kind Regards, Lee. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] opening a big file

2008-04-07 Thread Richard Lee
Daniel Brown wrote: On Sun, Apr 6, 2008 at 10:36 PM, Richard Lee [EMAIL PROTECTED] wrote: I am trying to open a big file and go through line by line while limiting the resource on the system. What is the best way to do it? Does below read the entire file and store them in memory(not good

[PHP] opening a big file

2008-04-06 Thread Richard Lee
I am trying to open a big file and go through line by line while limiting the resource on the system. What is the best way to do it? Does below read the entire file and store them in memory(not good if that's the case).. open(SOURCE, /tmp/file) || die not there: $!\n; while (SOURCE) { ## do

[PHP] problem with install php 5.2.3 on apache 2.2.4 in windows xp sp2

2007-07-20 Thread arvin lee
system: windows xp sp 2 apache: apache_2.2.4-win32-x86-no_ssl PHP: php-5.2.3-win32-installer.msi i try to install php on my computer so that i can finish my homework, but after download these files nightmare begins. Install apache with default settings, install php with default settings.

[PHP] Installation problem

2007-07-13 Thread William Sang Lee
Hi, I am trying to install a package using SSH because my Web-based PEAR is not working. So, I type in pear install Date. But, it only says Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Non-recoverable failure in name resolution in RPC.php on line 464 Warning:

[PHP] Problem extending mysqli - No database connected

2007-06-29 Thread Lee PHP
in /home/lee/Development/rsfs/php/classes/core/Database.php on line 84 I've tried removing the query method from my class, but even Mysqli's query() isn't working. Can anyone help me identify the problem? Thanks! Lee PS: I posted a similar question a few weeks ago - I though I had it working

[PHP] Re: Problem extending mysqli - No database connected

2007-06-29 Thread Lee PHP
Actually, the post by hans at lintoo dot dk (22-Mar-2005 11:33) @ http://theserverpages.com/php/manual/en/ref.mysqli.php show why. Weird. On 6/29/07, Lee PHP [EMAIL PROTECTED] wrote: Hi, I have a class that extends msyqli that AFAIK can connect to the database, but gives me an error when I

[PHP] OO Problem / Using Singleton Pattern / Extending mysqli

2007-06-08 Thread Lee PHP
/coded/hacked by Lee Reilly [EMAIL PROTECTED]. * * Extends PHP's MySQLi. */ require_once(Config.php); class Database extends mysqli { private static $CONFIG; private static $INSTANCE; public function __construct

[PHP] Mysqli insert / OO Design Problem - Call to a member function bind_param() on a non-object in...

2007-05-16 Thread Lee PHP
Hi there, I'm new to OO-PHP and have encountered a problem that I just can't figure out. I have a class called DBAccess that extends mysqli. In a nutshell, it looks like this: class DBAccess extends mysqli { private static $instance; private static $preferences; /** Create an instance

[PHP] How can I connect a remote server from phpmyadmin?

2005-10-12 Thread MI SOOK LEE
Hello, I have PhpMyAdmin 2.6.3 , MySQL 4.1.13 running in my Windows 2000. I installed them using Apache friends XAMPP, so I didn¡¯t do any configuration myself. Currently if I go to http://127.0.0.1/phpmyadmin, then it automatically shows my local MySQL db and tables. Now I need to connect

[PHP] Can I call .html file as a form action instead of .php?

2005-10-03 Thread MI SOOK LEE
Hello, Some guy told me that I can call the .html file as a form action instead of ..php file. So he said I could do something like this, echo tda href=\editStaff.html?id=$id\Edit/a/td; instead echo tda href=\editStaff.php?id=$id\Edit/a/td; editStaff.html and editStaff.php have the same

[PHP] Using SAML in PHP

2005-07-12 Thread Joseph Lee
Hi, I believe SOAP can be used inside of PHP. Can I use SAML in SOAP, which is in PHP? If yes, where can I find docs/info for that? If no, is there a SAML mailing list that I can join to get help on SAML? Thanks, Joe

Re: [PHP] file function

2005-07-11 Thread Joseph Lee
I see. Now I know how it works. Thank you, all, for your great help. Joe --- Burhan Khalid [EMAIL PROTECTED] wrote: Joseph Lee wrote: Hi, I tried file() in the following lines: ?php $authFile = file(/tmp/authenticate.txt); print authFile = $authFile; ? However

[PHP] file function

2005-07-08 Thread Joseph Lee
Hi, I tried file() in the following lines: ?php $authFile = file(/tmp/authenticate.txt); print authFile = $authFile; ? However, it only gave me authFile = Array What's wrong with this file function? I tried single quotes, but got the same answer, too. Thanks, Joe

[PHP] version difference or server difference?

2005-05-18 Thread Lee Chen
Why does a Win2K installation of PHP honor max_input_time and a FreeBSD machine does not? I am running version 5.0.0b2-dev on the windows machine and version 4.3.10 on the BSD machine would the version difference cause this problem? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: I have some upload questions.

2005-05-17 Thread Lee Chen
James E Hicks III [EMAIL PROTECTED] ???:[EMAIL PROTECTED] Lee Chen wrote: Thanks I check the phpinfo, and my safe_mode is off. This is my phpinfo http://homepage.ntu.edu.tw/~b91401010/phpinfo().htm It is just a copy, not on the server.(so it's html file, not a php file) Thanks

[PHP] Re: I have some upload questions.

2005-05-16 Thread Lee Chen
max_execution_time 30 max_input_time 60 It can work well, no matter the filesize is 30MB or 7KB. So I just wonder what I should do to solve this problem. (now I think it's not the hub's fault) Thanks. Lee Chen [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] If the server uses hub ( to make

Re: [PHP] Re: I have some upload questions.

2005-05-16 Thread Lee Chen
Thanks I check the phpinfo, and my safe_mode is off. This is my phpinfo http://homepage.ntu.edu.tw/~b91401010/phpinfo().htm It is just a copy, not on the server.(so it's html file, not a php file) Thanks. - Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: Lee Chen

Re: [PHP] Re: I have some upload questions.

2005-05-16 Thread Lee Chen
. Anything wrong? THANKS. Marek Kilimajer [EMAIL PROTECTED] ???:[EMAIL PROTECTED] Lee Chen wrote: Thanks for all of your helping. I think now maybe it's not the serve's problem because I CAN post forms and even I can upload some smaller size files. Then the following is my problem

[PHP] contract help wanted

2005-05-16 Thread Lee Howard
either track time-used or can quote on a per-project basis, and can handle a variety of different projects each requiring anywhere from 5 to 20 hours of work, then please contact me off-list, preferrably with a resume. Thanks. Lee Howard -- PHP General Mailing List (http://www.php.net

[PHP] I have some upload questions.

2005-05-15 Thread Lee Chen
If the server uses hub ( to make more computer connect online), can' I upload files to that server?? I face a problem like this , and I think that's the hub causing this problem. Did it? or if I can do something to solve this problem? (btw I am the administrator of that server. I can do

[PHP] Knowledgebase/Troubleshooter

2004-10-14 Thread Lee Standen
Hi Guys, I was wondering if anyone knows of a project for creating a troubleshooting wizard, much like in the Microsoft help. I've managed to make something which kind of works myself, but the problem is writing an interface to add/remove/add/manage the questions and steps. Thanks in advance.

Re: [PHP] Re: Knowledgebase/Troubleshooter

2004-10-14 Thread Lee Standen
Thanks Pete, I've already spent about 45 minutes trying to find a project which does this, to no avail... On Thu, 14 Oct 2004, pete M wrote: goto sourceforge.net there's tons of stuff there.. No need to reinvent the wheel ;-))) pete Lee Standen wrote: Hi Guys, I was wondering if anyone knows

[PHP] problem install pws and php

2004-05-12 Thread lee 03
i am a beginner for php programming, my OS is win98 while my webserver is PWS, all is in the same machine,when i try to run my internet explorer( type in http://localhost/phpinfo.php), phpinfo.php cannot be display. i try to reinstall pws and php follow the instrustruction but its still same

[PHP] hello list

2004-04-29 Thread Joseph Ross Lee
Do you guys know of any php based text indexers? similar to lucene? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] text indexers

2004-04-29 Thread Joseph Ross Lee
hello! anybody here who knows text based indexers? e.g. lucene(java based) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session variables as array

2004-03-23 Thread Joseph Ross Lee
Hello... Is there any example that I can look at that does a session variable as an array? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question on PDF upload

2004-03-19 Thread Jeffrey Lee
and I have checked my php.ini that it allows post_max_size = 8M. So, in my little knowledge, I think it's alright. Thanks for your help. Jeffrey - Original Message - From: Raditha Dissanayake [EMAIL PROTECTED] To: Jeffrey Lee [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

[PHP] Re: [Q] PHP code embedded in html files - What happens?

2004-03-14 Thread Jeffrey Lee
Hi Michael, In my understanding, web server will involve php interpreter when the file extension is specify. Say, if a web server is configured to involve php interpreter when the extension is php, then when the request file is php, the php file's content will be interpreted. So, I think your

[PHP] Web based php development tool

2004-03-13 Thread Joseph Ross Lee
Anybody here who could recommend a web based php dev tool for editing php sources online? Thanks! I'm having a hard time finding a nice one. Thanks in advance guys! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Question on PDF upload

2004-03-11 Thread Jeffrey Lee
Hi all, I am new to this newsgroup, hello all! I've written a script for my collueages to upload PDF file to the web server (apache 2.0.40). I do it via a http form submit. Here's the form tag of it form name=fileUpload enctype=multipart/form-data action=upload.php method=POST onSubmit=return

Re: [PHP] Question on PDF upload

2004-03-11 Thread Jeffrey Lee
Dissanayake [EMAIL PROTECTED] To: Jeffrey Lee [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 6:06 PM Subject: Re: [PHP] Question on PDF upload ifIf you can view the file in your reader (before uploading) , the most likely that you have exceeded the upload limit or something

[PHP] Serious PHP5b4 speed issues

2004-02-19 Thread Andrew Lee Paul
Hello all I have recently installed PHP 5.0 Beta 4 on my development server and am very concerned with performance. I have read everywhere, that PHP5 offers increased performance. However, in my tests, the requests per second have decreased dramatically: PHP5: Requests per second:4.23

Re: [PHP] Serious PHP5b4 speed issues

2004-02-19 Thread Andrew Lee Paul
productive with another version. If you better describe the functionality of your pages i think you will be more likely to recieve a better answer (from me or someone better qualified). best regards. Andrew Lee Paul wrote: Hello all I have recently installed PHP 5.0 Beta 4 on my

Re: [PHP] Apache per directory setting

2004-01-07 Thread Chris Lee
Dear Umesh, I already restart Apache, but it didn't work. OT question: Do Apache's Directory Directive, use relative path or absolute path for matching? Beside, I am using PHP Version 4.2.3 Regards, Chris Lee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Apache per directory setting

2004-01-06 Thread Chris Lee
(Default is off). Any Hints? Regards, Chris Lee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Apache per directory setting

2004-01-06 Thread Chris Lee
You need to use: php_value register_globals 1 I tried, but still fail, phpinfo still show register_globals OffOff Regards, Chris Lee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Optional Vars in Functions

2004-01-02 Thread Eugene Lee
On Fri, Jan 02, 2004 at 01:20:50PM -0800, Chris wrote: : Jason Williard asked: : : Is there a way to make a variable of a function optional? : : http://www.php.net/functions More specifically: http://www.php.net/manual/en/functions.arguments.php e.g. function puke ($stuff =

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Eugene Lee
On Sun, Dec 21, 2003 at 03:57:24PM -0300, Fernando M. Maresca wrote: : : Well, i'm trying to avoid access to the site for the middle. Say there : is a initial page with a form and other pages that depends on this. Is : there a way to force users access the site thru the initial form page, :

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Eugene Lee
On Sun, Dec 21, 2003 at 04:11:36PM -0300, Fernando M. Maresca wrote: : On Sun, Dec 21, 2003 at 01:03:43PM -0600, Eugene Lee wrote: : On Sun, Dec 21, 2003 at 03:57:24PM -0300, Fernando M. Maresca wrote: : : : : Well, i'm trying to avoid access to the site for the middle. Say

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Eugene Lee
On Mon, Dec 22, 2003 at 01:09:37AM +0100, Andreas Magnusson wrote: : : You can use the Referer header found in $_SERVER['HTTP_REFERER'] to check : from which page the user comes from. Unfortunately, HTTP_REFERER is not guaranteed to exist. In fact, several Windoze firewall software actively

[PHP] sessions simply don't work

2003-12-19 Thread ken lee
intranet and IIS after being uploaded to a web server. The browser is set to recieve cookies. All the books say it should work. Has anybody any ideas? I've wasted a whole day on this joker! Ken Lee. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Update issue - more then likely simple problem

2003-12-18 Thread Eugene Lee
On Thu, Dec 18, 2003 at 01:39:57PM +1100, Eric Holmstrom wrote: What im trying to do is read the information from a field in a table called PARTNO. Then add RU to the front of whatever is in the PARTNO field. So far i have this. //connect details rarara //query $query= SELECT PARTNO

Re: [PHP] php special permissions

2003-12-18 Thread Eugene Lee
On Thu, Dec 18, 2003 at 12:24:21PM +, Mat Harris wrote: : : I am building a web interface to the vacation autoresponder program : on linux. : : I let users login, edit their message and enable the autoresponder. : : The last step (enabling) is where the fun begins because php is run :

Re: [PHP] php special permissions

2003-12-18 Thread Eugene Lee
On Thu, Dec 18, 2003 at 12:52:14PM +, Mat Harris wrote: : On Thu, Dec 18, 2003 at 06:42:37 -0600, Eugene Lee wrote: : On Thu, Dec 18, 2003 at 12:24:21PM +, Mat Harris wrote: : : : : I am building a web interface to the vacation autoresponder program : : on linux. : : : : I let

Re: [PHP] Round() behaviour issue

2003-12-16 Thread Eugene Lee
On Tue, Dec 16, 2003 at 11:13:25AM +, Scott McDaid wrote: : : Hi there. I've been looking at the behaviour of the round functionality in : PHP. We're currently still using v4.2.3, (but the documentation seems to : suggest it's the same for versions after this). : : Doing the following

Re: [PHP] Re: Opening large file problem - fopen

2003-12-16 Thread Eugene Lee
On Tue, Dec 16, 2003 at 01:30:14PM +0100, Kim Steinhaug wrote: : : I found out that what the script accually does is choke on \n\n, : empty lines. I havnt found a way to solve this with the script, : : What I do now is use TextPad and just replace all occurencies : of \n\n with \n-\n or

Re: [PHP] Email problem

2003-12-15 Thread Eugene Lee
On Mon, Dec 15, 2003 at 12:05:54PM -0800, Naveen Glore wrote: : : I have freebsd server with apache, PHP and mysql. i wrote a simple PHP : program using mail(). The mail() function returns true without any : error. but the problem is the email is never delivered. I viewed the : log file for

Re: [PHP] Email problem

2003-12-15 Thread Eugene Lee
On Mon, Dec 15, 2003 at 12:58:17PM -0800, Naveen Glore wrote: : : thanks for the quick response. I have the same permissions as yours. : My email server is working fine, i use sendmail MTA and outlook MUA. I : am able to send emails and view my received emails in outlook through : my server. But

Re: [PHP] ereg is failing on this simple test

2003-12-13 Thread Eugene Lee
On Fri, Dec 12, 2003 at 07:54:16PM -0800, Manuel Ochoa wrote: : : Why is this test failing? : : $data = A Simple test.; : If (ereg(^[a-zA-Z0-9\s.\-_']+$, $data)) { : echo Valid text; : } : else { : echo Not valid text; : } You can't use the character class \s within a range. And you need

Re: [PHP] enable_trans_sid problem

2003-12-12 Thread Eugene Lee
On Fri, Dec 12, 2003 at 09:49:29AM -0500, Ewald Geschwinde wrote: : : I have the following problem : : I have htmlcode like this: : form name=login method=post : /form : : and with this feature : it's printed out like this: : : form name=login method=postinput type=hidden name=SID :

Re: [PHP] Evaluating a page in a different order

2003-12-03 Thread Eugene Lee
On Wed, Dec 03, 2003 at 11:42:09AM -, [EMAIL PROTECTED] wrote: : : I have a php page class that i use as a template for my website. Every : page in my website creates an instance of the class and passes values : like title and meta tag keywords. The class includes the layout from : different

Re: [PHP] Fastest loop code/best way to get database results into array

2003-12-01 Thread Eugene Lee
On Mon, Dec 01, 2003 at 03:24:35AM -0500, Robert Cummings wrote: : : On Mon, 2003-12-01 at 03:06, Galen wrote: : : I'm working on some code that deals with a LOT of results from a MySQL : database and drops them into an array. It deals with about 17,200 : results on a very fast box in about

  1   2   3   4   5   6   7   8   9   >