[PHP] Re: FTP Synching

2003-07-23 Thread Jean-Christian IMbeault
Jwulff wrote: (B How would I download any new files on a remote machine to my local one (in a (B specific folder) via ftp? (B (BAnd how does this relate to PHP? I can't see a PHP question in there ... (Bif there is one please make it clear :) (B (BJean-Christian Imbeault (B (B (B--

[PHP] Hi All

2003-07-23 Thread Shishir Kumar Mishra
Hi All, I am reading one XML which has some german characters. I am sending this data to PHP script but when try to echo ;it prints some other character. eg. XML has für but output is coming like für ; My script is like following: ?php $loc = UTF-8; putenv(LANG=$loc); setlocale

Re: [PHP] php interbase problem.....

2003-07-23 Thread Wei
I already set the charset but still cannot work. By the way, I can retrieve the data in other program. Anyway, thanks for your reply Curt Zirzow [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Thus wrote Wei ([EMAIL PROTECTED]): Hope someone can solve my problem. I'm

[PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread sebab
Hi, I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where it's going to deal with Windows 2k/IIS/PHP(CGI) + MySQL and I need really good arguments, cause it's only way I can convince him (cause his position in company is much

RE: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread George Pitcher
I know that PHP under windows is intended to be used only as test platform, but this is not enough to convince him. Errr ... says who? I'm out of a job here if this is true as I'm doing quite a bit of PHP development on NT/IIS with both MySQL and MS Access (not my choice, but a clients). I'm

Re: [PHP] REDIRECT STATUS CGI

2003-07-23 Thread Freek van de Griendt
Can I just change this status to 0 en then start my Xitami? Or do I have to reinstall it after I have changed the status to 0? The first option didn't seem to work properly. Thanks in advance, Freek Curt Zirzow [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] * Thus wrote Freek van

RE: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Adrian Teasdale
I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where it's going to deal with Windows 2k/IIS/PHP(CGI) + MySQL and I need really good arguments, cause it's only way I can convince him (cause his position in company is much

Re: [PHP] Hi

2003-07-23 Thread skate
the poker game is actually really weak anyway... a pair of 6's shouldn't win anything... - Original Message - From: Rausch Alexandru [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:42 AM Subject: [PHP] Hi MYSQL problems problems. I want to install an user login

[PHP] Re: Hi All

2003-07-23 Thread Peter Clarke
Shishir Kumar Mishra wrote: Hi All, I am reading one XML which has some german characters. I am sending this data to PHP script but when try to echo ;it prints some other character. eg. XML has für but output is coming like für ; My script is like following: ?php $loc = UTF-8;

[PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread Phil Powell
I have concluded that Bill Gates is Satan! Ok, I'm late, but... I have had 26 scheduled tasks that run every hour on the hour every day for eternity to go and run a series of Java files I wrote that connect remotely to a remote server to do remote cleanup of stray XML files, etc.; things I

Re: [PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread skate
you could have a look at AINTX, it's a windows port of the *nix cron alternatively, if you've got a few bucks lying around, go buy yourself a really old PC, install *nix on it, and use that to run your scheduled cron's. they're much more reliable and obviously, if your not using that machine,

Re: [PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread skate
sorry, i should have also pointed out... this isn't something that PHP could handle on it's own, well, it COULD, but you shouldn't. you could write a PHP code to run continuosly in the background, but people would poke and laugh at you... ideally you have something to schedule the PHP script to

[PHP] Mail functions in php

2003-07-23 Thread Uma Shankari T.
Hello, I need to send audio/video files through PHP mail() function. What is the MIME type i need to use?  or else Is there any other way to send attachment as a mail?   Please help me.   Thanx in advance, Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] reading in files

2003-07-23 Thread bob pilly
Hello all I have a page where a user uses a browse button in html to upload a file from there client pc. They then click upload which submits the form to the second page: example form name=form1 method=post action=/test2.php input type=file name=file input name=upload type=submit id=upload

[PHP] direcorty listing

2003-07-23 Thread FB
Hi, I have a directory like structure below - cityname --townname ---busname day -info.zip I want to write a script and let it search the directory and find the zip files open them do the operation and save the out file as cityname_townname_busname_day_info.txt I am doing it for any

Re: [PHP] classes v. functions

2003-07-23 Thread Joel Rees
Say I have a database class with all kinds of functions for connection, data manipulation, errors, etc: $db = new db_sql; $db-connect(); $db-do_this(); $db-do_that(); How would that be different from an include file with a bunch of functions doing the same thing? As far as I'm

Re: [PHP] reading in files

2003-07-23 Thread Marek Kilimajer
www.php.net/uploads 1. use $_FILES 2. $_FILES['file'] would be na array holding info about the uploded file bob pilly wrote: Hello all I have a page where a user uses a browse button in html to upload a file from there client pc. They then click upload which submits the form to the second

[PHP] Re: Selectoption....../select

2003-07-23 Thread sven
sorry, i didn't understand your problem. can you give an example what you can get from your database (your keys, years, months, ...) and how it should be transformed? ciao SVEN Etienne Mathot wrote: I am quite new to web programming and PHP/mySQL, I try to find my way between all these tools.

RE: [PHP] radio button arrays and php3

2003-07-23 Thread Sævar Öfjörð
This is the very nature of radiobuttons. They are ment to return only one value because you can only select one of them. If you want all values returned in an array you have to use checkbox. Checkboxes allow multiple selections. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[PHP] Session problem

2003-07-23 Thread tana dsasa
I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with session controls. I receive all kinds of warnings and i don't know how to interpret them thanks advanced - Want to chat instantly with your online

Re: [PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread Chris Hayes
At 11:13 23-7-03, you wrote: I have concluded that Bill Gates is Satan! um, what about moving to linux and use cron? But if you want to try it on satanic Windows: SINC (http://sourceforge.net/projects/sinc/) can be used to start programmes but also to invoke PHP scripts. I was not so happy

[PHP] header headers_sent BUG

2003-07-23 Thread James M. Luedke
Hello all: I am having a hard time with a small piece of code. I was wondering if someone may be able to explain why the following code will not work... I have been scratching my head for a few hours now and I am stumped. ?php header(Location: http://someplace.com;); if( ! headers_sent())

[PHP] homemade authentication function

2003-07-23 Thread Sævar Öfjörð
I’m making an authentication script with groups and roles. This function checks if the groups the user belongs to specified groups and compares them to the groups required. However, since this is a loop, the function doesn’t return true or false as expected. If I call the function and require 3

RE: [PHP] Session problem

2003-07-23 Thread Sævar Öfjörð
You have to specify which warnings and errors if you want someone to help -Original Message- From: tana dsasa [mailto:[EMAIL PROTECTED] Sent: 23. júlí 2003 09:58 To: [EMAIL PROTECTED] Subject: [PHP] Session problem I have installed an user-login aplication on my website (

[PHP] Session problem

2003-07-23 Thread tana dsasa
I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with session controls. I receive all kinds of warnings and i don't know how to interpret them, for instance when i want to register a session it is not very good registered thanks advanced

[PHP] Session problem

2003-07-23 Thread tana dsasa
I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with session controls. I receive all kinds of warnings and i don't know how to interpret them, for instance when i want to register a session it is not very good registered thanks advanced

RE: [PHP] Redirection Question

2003-07-23 Thread Ow Mun Heng
Hi, I'm not sure if this is going to help or not.. Since I understand your issue only barely.. If I understand correctly, regardless of whether the user comes from a.php, b.php or z.php, if they're not authenticated on the system (via sessions or cookies) then the only place for them to

Re: [PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread Joel Rees
However, on 7/18 all 26 of my scheduled tasks stopped running; one of which continuously ran for 4 days straight w/o stopping (nor could I manually stop it). I deleted the runaway process and recreated it; now not a single one of my 26 scheduled Win2000 tasks I created using MS-DOS AT

[PHP] Re: Mail functions in php

2003-07-23 Thread sven
hi, 1. for mime-types try rfc2046. there are two top-level media types for you: 'audio' and 'video'. the subtypes depend on your media files. 2. to send files simply as attachment you can use 'application/octet-stream'. or use a readymade php-mime-mail-class. ciao SVEN Uma Shankari T. wrote:

RE: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Ow Mun Heng
I'm new but.. aren't you also supposed to register the session?? My code .. session_start(); session_register('username'); $_SESSION['username'] = $row['username']; session_register('user_id'); $_SESSION['user_id'] = $row['user_id']; session_register('access_level'); $_SESSION['access_level'] =

[PHP] Re: header headers_sent BUG

2003-07-23 Thread Ivo Fokkema
You might want to check whether or not your header output is getting buffered. My suggestion is a flush() after the fist call. I'm not an expert on this, it's just an idea. HTH -- Ivo Fokkema PHP MySQL programmer Leiden University Medical Centre Netherlands James M. Luedke [EMAIL PROTECTED]

[PHP] Re: homemade authentication function

2003-07-23 Thread sven
i think the problem isn't only your 'return false' but also your 'return true' in your first loop through your foreach will definetly a 'return' be passed. and return means return a value AND stop the function. not? try it this way: foreach ($groups as $value) {

RE: [PHP] Re: Redirection Question (I spoke to soon)

2003-07-23 Thread Ow Mun Heng
Hi Curt, I'm confused.. quote With $_SESSION, there is no need to use the session_register(), session_unregister(), session_is_registered() functions. Session variables are accessible like any other variables. /quote I'm using session_start(); session_register('username');

[PHP] Opinon please - Host refuses to install a later version than 4.2.3 - says they're too buggy.

2003-07-23 Thread Steve Childs
Ok, I recently upgraded to 4.2.3 or rather my hosts did. However, I'm now getting some mySQL crashes (we upgraded to mySQL 4 at the same time) which didn't happen on 4.1.6 and also phpMyAdmin is reporting a bug with strings in 4.2.3 and advises upgrading. The problem is the hosts refuse to

RE: [PHP] Re: homemade authentication function [SOLVED]

2003-07-23 Thread Sævar Öfjörð
Hey, thanks Sven. This seems to be working for me. -Original Message- From: sven [mailto:[EMAIL PROTECTED] Sent: 23. júlí 2003 10:35 To: [EMAIL PROTECTED] Subject: [PHP] Re: homemade authentication function i think the problem isn't only your 'return false' but also your 'return true'

[PHP] Re: Opinon please - Host refuses to install a later version than 4.2.3 - says they're too buggy.

2003-07-23 Thread Ivo Fokkema
I would like to get away from 4.2.3, just wondering what people's thoughts on the current version of php are. When my hosting provider installed 4.3.2 in the beginning of june, the get_browser() function which is used for my statistics didn't work correctly anymore and didn't return all the

Re: [PHP] Re: header headers_sent BUG

2003-07-23 Thread James M. Luedke
according to the php doc, online the headers are not affected by the Output Buffer, so any functions that manipulate the OB should have no effect. flush I do not beleive will fix this issue. (* I have tested it and it did not *) Still need a good way to accomplish this. Thanks, James Ivo

RE: [PHP] Re: Redirection Question (I spoke to soon)

2003-07-23 Thread Ford, Mike [LSS]
-Original Message- From: Ow Mun Heng [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 11:37 I'm confused.. quote With $_SESSION, there is no need to use the session_register(), session_unregister(), session_is_registered() functions. Session variables are accessible like

RE: [PHP] header headers_sent BUG

2003-07-23 Thread Ford, Mike [LSS]
-Original Message- From: James M. Luedke [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 07:07 I am having a hard time with a small piece of code. I was wondering if someone may be able to explain why the following code will not work... I have been scratching my head for a few

RE: [PHP] header headers_sent BUG

2003-07-23 Thread Jay Blanchard
[snip] Hello all: I am having a hard time with a small piece of code. I was wondering if someone may be able to explain why the following code will not work... I have been scratching my head for a few hours now and I am stumped. ?php header(Location: http://someplace.com;); if( !

RE: [PHP] header headers_sent BUG

2003-07-23 Thread Ford, Mike [LSS]
-Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 12:31 big snip Also, do those spaces exist in your code? If so you may want to change; if( ! headers_sent()) to if(!headers_sent()) There's nowt wrong there -- both of those are

Re: [PHP] header headers_sent BUG

2003-07-23 Thread Marek Kilimajer
Added to this, your later header replaces the earlier one of the same type, unless you specify false to the second parameter of header() function. More in the manual. Ford, Mike [LSS] wrote: -Original Message- From: James M. Luedke [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 07:07 I

[PHP] Reminder programs

2003-07-23 Thread c b gambrell
Does anyone have experience with any of these email reminder programs or can someone suggest a better alternative? myAgenda E*Reminders Flash - Reminders Email Reminders These seem to address my needs (support web-based creation of reminder, support single or recurring reminders, can be

[PHP] Session problem when setting session variables in files that are in different directories

2003-07-23 Thread Mikael Jansson
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save some parameters in session variables. This works fine on my Win2k pro machine but when I moved it to winXP it creates two different sessions when I set the

Re: [PHP] Opinon please - Host refuses to install a later version than 4.2.3 - says they're too buggy.

2003-07-23 Thread Jason Wong
On Wednesday 23 July 2003 18:39, Steve Childs wrote: Ok, I recently upgraded to 4.2.3 or rather my hosts did. However, I'm now getting some mySQL crashes (we upgraded to mySQL 4 at the same time) which didn't happen on 4.1.6 and also phpMyAdmin is reporting a bug with strings in 4.2.3 and

Re: [PHP] header headers_sent BUG

2003-07-23 Thread Curt Zirzow
* Thus wrote Marek Kilimajer ([EMAIL PROTECTED]): Added to this, your later header replaces the earlier one of the same type, unless you specify false to the second parameter of header() function. More in the manual. The second parameter specifies whether it will overwrite an existing

Re: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Curt Zirzow
* Thus wrote Ow Mun Heng ([EMAIL PROTECTED]): I'm new but.. aren't you also supposed to register the session?? My code .. session_start(); session_register('username'); $_SESSION['username'] = $row['username']; session_register('user_id'); $_SESSION['user_id'] = $row['user_id'];

Re: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Jeff Stillwall
Curt Zirzow wrote: So i would also assume you have called session_start() already. and yes global for version = 4.1.0 Yes, I have session_start at the top of every page, and have run this against PHP versions 4.12, 4.31 and 4.32. quote If register_globals is disabled, only members of the

Re: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Jeff Stillwall
Ow Mun Heng wrote: I'm new but.. aren't you also supposed to register the session?? The code I posted was just a single function. I am calling session_start() at the head of the page. Thanks, though. -- Jeff Stillwall -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Jeff Stillwall
Curt Zirzow wrote: I've set up something what you describe, it works for me: http://zirzow.dyndns.org/php/session.php OK, here's more fuel for the fire. When passed to this function, $userArray is 31 elements long. The initial function I was using (and posted) was only grabbing 6 of those.

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): Hi, I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where it's going to deal with Windows 2k/IIS/PHP(CGI) + MySQL and I need really good arguments, cause it's only way I

[PHP] PHP CMS for high load

2003-07-23 Thread Matt Schroebel
Is anyone using a php/mysql/apache CMS (either custom or open source) that is performing well serving on the order of 1 million page views a month with 2600+ items of content? If so, I'd like to know what your using and a description of your server setup, such as if the backend runs on a

Re: [PHP] I need a PHP alternative to Windows Scheduled Tasks

2003-07-23 Thread Tom Rogers
Hi, Wednesday, July 23, 2003, 7:13:17 PM, you wrote: PP I have concluded that Bill Gates is Satan! PP Ok, I'm late, but... I have had 26 scheduled tasks that run every hour on the hour every day for eternity to go and run a series of Java files I wrote that connect remotely to a remote server

[PHP] PECL v. PEAR

2003-07-23 Thread Chris Boget
Could someone point me to a good website that discuss the above? I can't find reference to PECL on either the PHP or Zend site and PHPBuilder isn't pulling much up, either. I don't want to clutter the list up with something that would seem to have been addressed before (possibly many times)

Re: [PHP] direcorty listing

2003-07-23 Thread Curt Zirzow
* Thus wrote FB ([EMAIL PROTECTED]): Hi, I have a directory like structure below - cityname --townname ---busname day -info.zip I want to write a script and let it search the directory and find the zip files open them do the operation and save the out file as

Re: [PHP] Mail functions in php

2003-07-23 Thread Justin French
Have you read the mail page in the manual? Didn't think so :) It discusses multipart messages/attachments/etc, links to and provides examples/tutorials on the topic, etc etc. Start there, then come back if you get stuck. http://au.php.net/manual/en/function.mail.php Justin On Wednesday,

RE: [PHP] Apache 2.x and PHP

2003-07-23 Thread Brad Young
We have a detailed whitepaper on the subject. Please check out: http://www.zend.com/whitepapers/PHPandApache2-ZendWhitepaper.pdf BY __ Brad Young [EMAIL PROTECTED] www.zend.com Zend - The PHP Company Hi All, Can anyone aswer this simple question, that i still

Re: [PHP] Re: Redirection Question (I spoke to soon)

2003-07-23 Thread Curt Zirzow
* Thus wrote Ow Mun Heng ([EMAIL PROTECTED]): Hi Curt, I'm confused.. I'll try to clear this up for you. I'm going to see if I can get the documentation on the web site fixed also. It is rather confusing. There appears to be two ways to do sessions: '--- Style

Re[2]: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread sebab
Wednesday, July 23, 2003, 3:33:48 PM, you wrote: CZ * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): Hi, I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where it's going to deal with Windows 2k/IIS/PHP(CGI) + MySQL and I

Re: [PHP] Opinon please - Host refuses to install a later version than 4.2.3 - says they're too buggy.

2003-07-23 Thread Curt Zirzow
* Thus wrote Steve Childs ([EMAIL PROTECTED]): Ok, I recently upgraded to 4.2.3 or rather my hosts did. However, I'm now getting some mySQL crashes (we upgraded to mySQL 4 at the same time) which didn't happen on 4.1.6 and also phpMyAdmin is reporting a bug with strings in 4.2.3 and advises

Re: [PHP] PECL v. PEAR

2003-07-23 Thread Curt Zirzow
* Thus wrote Chris Boget ([EMAIL PROTECTED]): Could someone point me to a good website that discuss the above? I can't find reference to PECL on either the PHP or Zend site and PHPBuilder isn't pulling much up, either. I don't want to clutter the list up with something that would seem

Re: [PHP] Opinon please - Host refuses to install a later version than 4.2.3 - says they're too buggy.

2003-07-23 Thread Justin French
This really should be asked on a MySQL list for starters, but my advice is to search for a host that WILL upgrade or do what you want/need. There are 1000's of hosts out there... you shouldn't have any trouble finding a host to meet your requirements, and (at least for me) changing hosts is as

Re: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Curt Zirzow
* Thus wrote Jeff Stillwall ([EMAIL PROTECTED]): Curt Zirzow wrote: So i would also assume you have called session_start() already. and yes global for version = 4.1.0 Yes, I have session_start at the top of every page, and have run this against PHP versions 4.12, 4.31 and 4.32. hmm..

RE: [PHP] images in databases Flash via PHP

2003-07-23 Thread Luis Lebron
There a few different ways to do this. One method that we use here is to do something like this in the embed/object tags flash.swf?image=?php echo $image; ? The php $image variable, of course, could be set by any method (post/get, db query, etc...) Luis -Original Message- From: Tim

Re: [PHP] PECL v. PEAR

2003-07-23 Thread Thomas Seifert
On Wed, 23 Jul 2003 14:22:40 + [EMAIL PROTECTED] (Curt Zirzow) wrote: * Thus wrote Chris Boget ([EMAIL PROTECTED]): Could someone point me to a good website that discuss the above? I can't find reference to PECL on either the PHP or Zend site and PHPBuilder isn't pulling much up,

Re: [PHP] PECL v. PEAR

2003-07-23 Thread Chris Boget
whats PECL? its funny though I do a google search on PECL and PEAR comes up... From my (very limited) understanding, PECL is supposed to ultimately replace PEAR. Or something like that. My lack of knowledge in this area is why I was asking for the pointer. thnx, Chris -- PHP General

[PHP] How to Determine Number of connected users to PostgreSQL

2003-07-23 Thread aka MacGuru
Hi, Is it possible to determine number of connected users to certain PostgreSQL database from within PHP script? Thanks in advance for any suggestion. * * Best Regards --- Andrei Verovski * * Personal Home Page *

Re: [PHP] Opinon please - Host refuses to install a later version than 4.2.3 - says they're too buggy.

2003-07-23 Thread Steve Childs
Yeah, I'd agree there are loads of hosts around, however on the whole, these are the best I've ever come across - and I've been through more than a few! They are usually right about most things, but I just get the feeling they are more in favour of Perl than PHP and I can't stand Perl! ;) I was

Re: [PHP] Some SESSION Vars not Registering

2003-07-23 Thread Curt Zirzow
* Thus wrote Jeff Stillwall ([EMAIL PROTECTED]): Curt Zirzow wrote: I've set up something what you describe, it works for me: http://zirzow.dyndns.org/php/session.php OK, here's more fuel for the fire. When passed to this function, $userArray is 31 elements long. The initial

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): Wednesday, July 23, 2003, 3:33:48 PM, you wrote: CZ * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): Hi, I have to convince one guy to not move our site from Linux box where it runs with Apache/PHP + MySQL to Windows box where

Re: [PHP] PECL v. PEAR

2003-07-23 Thread Curt Zirzow
* Thus wrote Thomas Seifert ([EMAIL PROTECTED]): On Wed, 23 Jul 2003 14:22:40 + [EMAIL PROTECTED] (Curt Zirzow) wrote: * Thus wrote Chris Boget ([EMAIL PROTECTED]): Could someone point me to a good website that discuss the above? I can't find reference to PECL on either the

Re: [PHP] header headers_sent BUG

2003-07-23 Thread Chris Shiflett
--- James M. Luedke [EMAIL PROTECTED] wrote: I was wondering if someone may be able to explain why the following code will not work... I have been scratching my head for a few hours now and I am stumped. ?php header(Location: http://someplace.com;); if( ! headers_sent())

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Juan Nin
First of all, security.. Windows is full of security holes Second, a Win2k server ussually needs to be rebooted after several days of running A Linux box usually stays months and months running without any problem without having to touch it I got a Linux box running Apache + PHP + MySQL, Postfix

[PHP] debug exhausted memory

2003-07-23 Thread Chris Hayes
dear php generalists, I must admit that i have a pretty heave cms. But now a pretty normal query leads to a memory exhausted (at 8MB) crash on the server, but not at home with the same database content. I tried setting the memory_limit even to 0.2 MB (and restarted apache) at home, but still no

Re: [PHP] arguments against moving site from Linux/Apache/PHP serverto Windows/IIS/PHP needed

2003-07-23 Thread Cesar Cordovez
[EMAIL PROTECTED] wrote: Can you help me? I need some reasons like things that won't work under windows version of PHP (or at least MySQL) and that are not easy to fix. I've already found that IIS doesn't provide $_SERVER[DOCUMENT_ROOT] but it's not too much work to fix that.. In windows,

Re: [PHP] PECL v. PEAR

2003-07-23 Thread Chris Shiflett
--- Curt Zirzow [EMAIL PROTECTED] wrote: whats PECL? its funny though I do a google search on PECL and PEAR comes up... PECL is a bunch of PHP extensions written in C, just like the PHP extensions that come with the standard PHP distribution. It is an attempt to get the non-essential features

[PHP] people who has done a POS system before

2003-07-23 Thread Tan Ai Leen
Hi, I was just wondering there is a emulator for us developers to develop programs for palm and handphone, etc. Is there a program that emulates the output from various printers on screen? Regards, Tan Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread Chris Shiflett
--- Juan Nin [EMAIL PROTECTED] wrote: First of all, security.. Windows is full of security holes Actually, IIS is much worse than the Windows OS. In fact, the Gartner Group (suits typically respect their opinion) has recommended that it not be used in production

[PHP] walking through database one record at a time with forms.

2003-07-23 Thread Artoo
I'm tring to create a script for the WEBMASTER to go through a temporary table in a MySQL database, and either accept or reject the data submitted by users. $sql = mysql_query(SELECT * FROM temp_table); $result = mysql_num_rows($sql); Then with, while($row = mysql_fetch_array($sql)) { ... ... }

RE: [PHP] walking through database one record at a time with forms.

2003-07-23 Thread Luis Lebron
The trick is in using the MySQL 0limit statement. For the first record use: $sql = mysql_query(SELECT * FROM temp_table limit 0, 1); then increment the limit for the next record $sql = mysql_query(SELECT * FROM temp_table limit 1, 1); Luis -Original Message- From: Artoo

Re: [PHP] walking through database one record at a time with forms.

2003-07-23 Thread Marek Kilimajer
Better would be to make combos (reject, accept) and then submit them all at once. Displaying a separate html page for each row is slow and pain to work with. Artoo wrote: I'm tring to create a script for the WEBMASTER to go through a temporary table in a MySQL database, and either accept or

[PHP] Problem with a dinamic variable -- array

2003-07-23 Thread Wan Do Ke
Here its the scenario: i have a table with campo1x, campo1y, campo2x, campo3y, . campo10x, campo10y on the table ejes so what i need to do is to split an array that i send to this page on php .. and include the values on this fields (but only on the fields that the $num its writen) (this is

[PHP] http://poker.club66.ro

2003-07-23 Thread Rausch Alexandru

[PHP] http://poker.club66.ro

2003-07-23 Thread Rausch Alexandru

[PHP] http://poker.club66.ro

2003-07-23 Thread Rausch Alexandru

[PHP] http://poker.club66.ro

2003-07-23 Thread Rausch Alexandru

[PHP] Search question ..

2003-07-23 Thread James Hatridge
Hi all.. I've got a search page written for my web site. I can find the html page I want by keyword. Now I need to get the title of that page in to a variable. In other words I have a file name, for example Summerbulletin.html. I now need to get the line title Summer 2003 /title in to a

[PHP] Is this possible?

2003-07-23 Thread Tony Crockford
Hi Thanks for the help on previous questions, I now have an in principle type question. I have a MySQL database - items in one table and descriptions in another with a common key: item_ref It is used to create a sort of categorised directory of the items. (http://www.torbytes.co.uk) each

Re: [PHP] Selectoption....../select

2003-07-23 Thread Jason Wong
On Wednesday 23 July 2003 02:16, Etienne Mathot wrote: I use SELECTOPTION../SELECT for the year and the month. If anybody knows a way to redisplay the correct values of these fields and not Pick Up yours? If I understand you correctly, this is in fact an HTML question. To make a drop

Re: [PHP] Is this possible?

2003-07-23 Thread Adam Voigt
Umm, you mean like: select i.id,d.description from items i, descriptions d where d.itemid = i.id; ? On Wed, 2003-07-23 at 12:32, Tony Crockford wrote: Hi Thanks for the help on previous questions, I now have an in principle type question. I have a MySQL database - items in one table

Re: [PHP] Problem with a dinamic variable -- array

2003-07-23 Thread Curt Zirzow
* Thus wrote Wan Do Ke ([EMAIL PROTECTED]): Here its the scenario: i have a table with campo1x, campo1y, campo2x, campo3y, . campo10x, campo10y on the table ejes so what i need to do is to split an array that i send to this page on php .. and include the values on this fields (but

Re: [PHP] walking through database one record at a time with form s.

2003-07-23 Thread Curt Zirzow
* Thus wrote Luis Lebron ([EMAIL PROTECTED]): The trick is in using the MySQL 0limit statement. For the first record use: $sql = mysql_query(SELECT * FROM temp_table limit 0, 1); then increment the limit for the next record $sql = mysql_query(SELECT * FROM temp_table limit 1, 1); of

Re: [PHP] Search question ..

2003-07-23 Thread Curt Zirzow
* Thus wrote James Hatridge ([EMAIL PROTECTED]): Hi all.. I've got a search page written for my web site. I can find the html page I want by keyword. Now I need to get the title of that page in to a variable. In other words I have a file name, for example Summerbulletin.html. I now need

Re: [PHP] IE Issues

2003-07-23 Thread Jason Wong
On Wednesday 23 July 2003 00:03, Curt Zirzow wrote: [snip] And it *was* a hack in the early HTML specifications, the new specifications discourge its use. Didn't you say you installed a speling chekker? -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems

[PHP] PHP5?

2003-07-23 Thread Jonathan Villa
Has anyone installed PHP 5 on Apache 2.0.47? What version of Apache 2 works best with PHP 5? On both Windows and Linux?

Re: [PHP] Re: Redirection Question (I spoke to soon)

2003-07-23 Thread Jason Wong
On Thursday 24 July 2003 11:37, Beauford.2005 wrote: I found one of my problems and also implemented your suggestions, and still the same thing. It will not redirect. The problem I found is that $_SERVER['SERVER_NAME'] does not include the port number. On my Win PC I am using port 800. So I

Re: [PHP] PHP5?

2003-07-23 Thread Tyler Longren
the latest stable version of PHP works just fine with Apache 2.0.47. tyler - Original Message - From: Jonathan Villa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 11:47 AM Subject: [PHP] PHP5? Has anyone installed PHP 5 on Apache 2.0.47? What version of

[PHP] USB Hard Drive

2003-07-23 Thread Digital Directory USA, Inc
I need to get a USB Hard Drive to Auto Run a flash movie when plugged into a USB port on all platforms of a PC (Win98, 2000, XP, ME). Can PHP do this? If so, can someone help me with the code for it? -- George Guebely President-General Manager Digital Directory USA, Inc Affiliate of:

Re: [PHP] USB Hard Drive

2003-07-23 Thread Robert Cummings
On Wed, 2003-07-23 at 12:49, Digital Directory USA, Inc wrote: I need to get a USB Hard Drive to Auto Run a flash movie when plugged into a USB port on all platforms of a PC (Win98, 2000, XP, ME). Can ^^^ Off Topic but I must

Re: [PHP] http://poker.club66.ro

2003-07-23 Thread Ryan A
SPAM! Will someone kick this jerk off the list please? -Ryan - Original Message - From: Rausch Alexandru [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 6:05 AM Subject: [PHP] http://poker.club66.ro -- PHP General Mailing List (http://www.php.net/) To

  1   2   3   >