[PHP] Re: Basic Framework

2003-09-18 Thread rush
"Lee Herron Qcs" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm not fond of the phrase "framework," but for lack of any other term, this > is what I use .. > > Without going to a bloated framework such as fusebox or MVP, have any of you > put together a simple structure to allow

[PHP] matching certain values

2003-09-18 Thread Louie Miranda
Im trying to match some words on the value that i have impost on php. But i dont know why it doesnt seem to catch some certain fields. if ($HTTP_USER_AGENT === 'MSIE ') I know something is wrong :( - Louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: [PHP] Session data getting lost

2003-09-18 Thread Rich Gray
> > * Thus wrote Rich Gray ([EMAIL PROTECTED]): > > Well a functon that doesn't work under certain conditions should be > > deprecated IMO ... I haven't used it for a long time now... > > this makes absolutly no sense. So if I use a function improperly, > it should become deprecated? Er ...I'm not

[PHP] Help!!!

2003-09-18 Thread #meen shari-ah#
Hi, I have some problem which php setting on windows platform, Currently using Windows Xp Pro sp1, IIS 5 ,MySql 3.23 The problem has occured such as --- Notice: Use of undefined constant version - assumed 'version' in C:\Documents and Settings\Us

Re: [PHP] matching certain values

2003-09-18 Thread Jason Wong
On Thursday 18 September 2003 15:55, Louie Miranda wrote: > Im trying to match some words on the value that i have impost on php. > But i dont know why it doesnt seem to catch some certain fields. > > if ($HTTP_USER_AGENT === 'MSIE ') > > I know something is wrong :( Did you *try* finding out what

RE: [PHP] Session data getting lost

2003-09-18 Thread Rich Gray
> * Thus wrote Rich Gray ([EMAIL PROTECTED]): > > So your telling me that all variables defined in the global scope are > > automatically added to the $_SESSION array...? > > Not true I think > > > > no. read the documentation, in full. you're right - I'm sorry I hadn't read it in full... > >

[PHP] This is my fourth day of hitting this brick wall! Anyone...Purleeeeese help!

2003-09-18 Thread Steve Jackson
I know a few have already done this on the list but I have read articles on Zend tried other functions done everything I can, de-bugged till I'm blue in the face and still haven't been able to solve this. I need to protect files by leaving them outside the web root. I call them up ok. (the link is

[PHP] ANY ONE ANSWER ME PLEASE !

2003-09-18 Thread nabil
I m going to tear my hair off, I can not solve the problem.. with the stupid IIS i got the following error: The specified CGI application misbehaved by not returning a complete set of HTTP headers in php.ini cgi.rfc2616_headers = 1 cgi.force_redirect = 0 what should I do next ? -- PHP General M

Re: [PHP] matching certain values

2003-09-18 Thread Louie Miranda
thanks for the reference. strpos will be good for my problem. - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 4:11 PM Subject: Re: [PHP] matching certain values > On Thursday 18 September 2003 15:55, Louie Miranda wr

[PHP] [PHP - MSSQL]: Problem with mssql_connect

2003-09-18 Thread Ongart Wongsanupa
Please help!... I have to use 'apache+php' connect to MSSQL Server 2000 in Windows Server 2003, but there are problem. Computer A: Windows Server 2003 Enterprise, MSSQL Server 2000 Enterprise, Computer B: Windows XP Professional, Apache, php ( Web Server ) Computer A <-- network -> Compu

Re: [PHP] ANY ONE ANSWER ME PLEASE !

2003-09-18 Thread Larry_Li
try cgi.force_redirect = Off. "nabil" <[EMAIL PROTECTED]> 09/18/2003 05:28 PM To: [EMAIL PROTECTED] cc: Subject:[PHP] ANY ONE ANSWER ME PLEASE ! I m going to tear my hair off, I can not solve the problem.. with the stupid IIS i got the following err

Re: [PHP] [PHP - MSSQL]: Problem with mssql_connect

2003-09-18 Thread Larry_Li
Change MS SQL SERVER Authentication's type to SQL Server and Windows instead of windows only. "Ongart Wongsanupa" <[EMAIL PROTECTED]> 09/18/2003 04:25 PM To: [EMAIL PROTECTED] cc: Subject:[PHP] [PHP - MSSQL]: Problem with mssql_connect Please help

[PHP] PHP image get.

2003-09-18 Thread Carles Xavier Munyoz Baldó
Hi, I would like to write a PHP script for request an image file to a TCP server. The PHP script will receive as a paramter the name of the image, it will connect to the TCP server using a socket and request the image to it and store in memory. Then the PHP script will send the in memory image to

Re: [PHP] [PHP - MSSQL]: Problem with mssql_connect

2003-09-18 Thread Ongart Wongsanupa
I did it already,. but that's not help thank for advice.. "Larry Li" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] . > Change MS SQL SERVER Authentication's type to SQL Server and Windows > instead of windows only. > > > > > > > > > "Ongart Wongsanupa" <[EMAIL PROTECTED]> > 09/18/20

Re: [PHP] This is my fourth day of hitting this brick wall! Anyone...Purleeeeese help!

2003-09-18 Thread Jason Wong
On Thursday 18 September 2003 16:24, Steve Jackson wrote: > I know a few have already done this on the list but I have read articles > on Zend tried other functions done everything I can, de-bugged till I'm > blue in the face and still haven't been able to solve this. > > I need to protect files by

Re: [PHP] webhost --0T-->

2003-09-18 Thread Ryan A
Hey David, /# % Let me explain, when the person registers they wont just recive permission % to vote but also other things as a control panel will be created for them to Good enough. Lots of bells and whistles; that's great. #/ Yep, without the bells and whistles no challenge for me to program

Re: [PHP] Japanese on a page

2003-09-18 Thread - Edwin -
"Chris W. Parker" <[EMAIL PROTECTED]> wrote: > - Edwin - > on Tuesday, September 16, 2003 5:53 PM said: > > This japanese page thing was a project I started at home so now that I'm > at work I'll do my best to respond using my memory (good luck, me!). > > > Did yo

Re: Re[2]: [PHP] MySQL timestamp to desired date function

2003-09-18 Thread - Edwin -
Hi, Tom Rogers <[EMAIL PROTECTED]> wrote: [snip] > what database are you using? [/snip] See "Subject" line? Or, is this a trick question? :) (Sorry, couldn't resist :) ) - E - __ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.

RE: [PHP] This is my fourth day of hitting this brick wall! Anyone...Purleeeeese help!

2003-09-18 Thread Steve Jackson
> Have you tried the obvious, such as using browsers other than > IE? Or a > different version of IE? > So far I've tried IE 6.0.2, IE 5.0, Netscape 7 and they don't work. > Fact is that there are versions of IE that have broken mime handling. This I didn't know, so I just tried it on Konqu

[PHP] Re: Help!!!

2003-09-18 Thread DvDmanDT
My guess would be arrays, without quoted indexes... like $config[nukeurl] instead of $config['nukeurl']... In php.ini, you would just turn off notices to get rid of it (all hosts I know of has disabled notices so it works without problems on hosts)... But the better idea is to just add quotes... Al

[PHP] SSO (Single Sign On) for multiple PHP apps

2003-09-18 Thread BENARD Jean-philippe
We have multiple PHP apps running on different servers. We have an LDAP authentication based (today) on the apache .htpasswd file which obliged users to log on. This solution is not very "clean". Because we have different PHP servers (physical and logical), users must authenticate many time

Re: [PHP] Session data getting lost

2003-09-18 Thread - Edwin -
Hi, "Rich Gray" <[EMAIL PROTECTED]> wrote: > Well a functon that doesn't work under certain conditions should be > deprecated IMO Interesting comment... However, there are TONS of functions that wouldn't work unless the module/extension were enabled during compilation/runtime. A couple of exam

[PHP] Possible Bug With $_FILES Global

2003-09-18 Thread Nathan Taylor
Hey Guys, I discovered a possible bug with the $_FILES super global and thought I'd pass it along to you guys to double check the accuracy of this being a bug before I reported it to the PHP team. So here goes.. The default format for $_FILES is $_FILES['variable']['element'] which of course

[PHP] URL variables parsing error?

2003-09-18 Thread hiaer
Hi all, I use RedHat9.0 with Apache 2.0.40 & PHP 4.2.2 and I have problem with parsing URL variables... I use this URL: http://my.domain.mine/index.php?var1=value1&var2=value2 and this is my index.php Output of this page is without expansion of my variables var1, var2 at section "echo" but ph

Re: [PHP] URL variables parsing error?

2003-09-18 Thread - Edwin -
Hi, [EMAIL PROTECTED] wrote: > Hi all, > > I use RedHat9.0 with Apache 2.0.40 & PHP 4.2.2 > and I have problem with parsing URL variables... > > I use this URL: http://my.domain.mine/index.php?var1=value1&var2=value2 > > and this is my index.php > >echo "var1: $var1" ; > echo "var2: $va

Re: [PHP] SSO (Single Sign On) for multiple PHP apps

2003-09-18 Thread Duncan Hill
On Thursday 18 Sep 2003 10:29, BENARD Jean-philippe wrote: > We have multiple PHP apps running on different servers. We have > an LDAP authentication based (today) on the apache .htpasswd file which > obliged users to log on. This solution is not very "clean". Because we > More over, there a

RE: [PHP] This is my fourth day of hitting this brick wall! Anyone...Purleeeeese help!

2003-09-18 Thread Steve Jackson
The simple things are the stupidest. One thing I didn't do well enough. Testing on different machines. I ran numerous tests from my own PC and numerous tests from a development server using different software. Only when Jason mentioned Mimetypes did I think about doing more tests on adifferent mach

Re: [PHP] SSO (Single Sign On) for multiple PHP apps

2003-09-18 Thread hartmann
Hi Jean-Philippe, "BENARD Jean-philippe" <[EMAIL PROTECTED]> wrote .. > Is there a solution for this situation? We are running PHP 4.3.1/4.3.3 > over apache 1.3.27/1.3.28 on Sun systems (SunOS 5.6). > More over, there are some apps writed in JAVA (WebSphere & IBM HTTP SRV) > technologies which a

[PHP] PHP and SAP

2003-09-18 Thread php4
Hi, I had a request if it is possible to access SAP data from PHP. If it is, where can I get more info? Thanks Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: template problems

2003-09-18 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > hi, > > I've got this problem when using templates on my localhost. The code works > on my web server which i rent so the code is fine. I have ran php code for > mysql functions and other for testing purposes. > > Below is the code i us

[PHP] Re: MySQL timestamp to desired date function

2003-09-18 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi all, > > I have a a timestamp in a DB (14 digits) that I want to display like I > want in my pages. I tried to use strtotime, mktime and date functions > with no success... it always return the current timestamp instead of the > one I

[PHP] Re: program_root in phpdoc

2003-09-18 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi there any phpdoc heads out there know how to set the program_root to > show the exact path to the files, there is no setting for this in the > config files, let me know cheers. > Not sure if this is what you mean - from php.ini: ; Th

[PHP] Re: PHP and SAP

2003-09-18 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > > I had a request if it is possible to access SAP data from PHP. > > If it is, where can I get more info? > > Thanks > > Nico > This google search _may_ be what you are looking for - if SAP is a database http://www.google.com/

[PHP] ODBC for MS Access

2003-09-18 Thread Muhammad Fikri
Dear All, I use Linux box + PHP installed on it and want to connect/access MS Access database installed on Windows box. Below are my Questions: 1 What software/driver do I need in Linux box as well as in Windows box? Where to find such a software/driver? 2. Do I need compile PHP to be able to co

[PHP] slightly OT e-commerce payments

2003-09-18 Thread Angelo Zanetti
Hi everyone, Sorry for this slightly off topic post, however I think it will be an interesting topic if people can shed more information about this subject. Everyone is familiar that when one wants to make and e-commerce payment that the webpage is usually secured (by SSL connection). however if

RE: [PHP] URL variables parsing error?

2003-09-18 Thread Jay Blanchard
[snip] and this is my index.php Output of this page is without expansion of my variables var1, var2 at section "echo" but phpinfo expand this: _GET["var1"]value1 _GET["var2"]value2 [/snip] This is not an error. Register globals is off (which is a Good Thing TM). var1 and var2 are in t

Re: [PHP] PHP and SAP

2003-09-18 Thread hartmann
Hi Nico, [EMAIL PROTECTED] wrote .. > I had a request if it is possible to access SAP data from PHP. Yep, you can request data and function calls in both directions via sap-rfc. > If it is, where can I get more info? http://saprfc.sourceforge.net/ We use this extension at a customers site fo

RE: [PHP] ODBC for MS Access

2003-09-18 Thread Jay Blanchard
[snip] I use Linux box + PHP installed on it and want to connect/access MS Access database installed on Windows box. Below are my Questions: 1 What software/driver do I need in Linux box as well as in Windows box? Where to find such a software/driver? 2. Do I need compile PHP to be able to connec

[PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Jay Blanchard
I just had to get it out of my system this morning. No offense intended to anyone, and not directly aimed at anyone. Just had to get it off of my chest because there have been so many times that it could have been used since we had that "conversation" a few weeks ago. *grumble* more coffee needed,

Re: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Raditha Dissanayake
Jay, Thank you very much for bringing this up. I think if people cannot be curteous and cannot obey maliling list rules and etiquette they don't deserve replies. Jay Blanchard wrote: I just had to get it out of my system this morning. No offense intended to anyone, and not directly aimed at

Re: [PHP] Possible Bug With $_FILES Global

2003-09-18 Thread Raditha Dissanayake
HI, Te first time i switched from $userfile_** to $_FILES i spent hours pulling my hair out trying to figure out why my arrays were not getting populated. I too felt like reporting it but decided against is because someone is sure to say 'this is a feature not a bug' :-)) Nathan Taylor wrot

[PHP] Verisign DNS Abuse Petition

2003-09-18 Thread Rodney Green
PHP Users - While this is not really on topic it is relevant for all PHP users. Sign the petition at the link below which will be presented to ICANN regarding the Verisign abuse of DNS. http://www.PetitionOnline.com/icanndns/ Rod -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] CURL - SSL

2003-09-18 Thread Marek Kilimajer
You need php compiled with openssl support. http://www.php.net/openssl Rodrigo Nakahodo wrote: Anyone knows how to get a simple(HTML) https response using CURL session. Thanks a million!! Rodrigo Nakahodo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.gris

RE: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread esctoday.com | Wouter van Vliet
Quite Right ! So, since I'm not quite a newbie I did not read all the guides .. RTFM (Read The F*ck!ng Manual) and STFW (Search The [EMAIL PROTECTED] Web) I already knew, but what does STFA stand for ;).. Wouter -Original Message- From: Raditha Dissanayake [mailto:[EMAIL PROTECTED] Sent

[PHP] How can one find out what Headers have been sent by a script.

2003-09-18 Thread William Bailey
Hello all, Does anybody know of a way that i can check to see if a header has already been sent by a script? I am currently finishing a class that has a few functions registered with register_shutdown_function(). They take care of database updates and general clean up for that

Re: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread CPT John W. Holmes
From: "esctoday.com | Wouter van Vliet" <[EMAIL PROTECTED]> > So, since I'm not quite a newbie I did not read all the guides .. RTFM (Read > The F*ck!ng Manual) and STFW (Search The [EMAIL PROTECTED] Web) I already knew, but > what does STFA stand for ;).. Hi newbie. Why don't you search the arch

Re: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Curt Zirzow
* Thus wrote esctoday.com | Wouter van Vliet ([EMAIL PROTECTED]): > Quite Right ! > > So, since I'm not quite a newbie I did not read all the guides .. RTFM (Read > The F*ck!ng Manual) and STFW (Search The [EMAIL PROTECTED] Web) I already knew, but > what does STFA stand for ;).. Archives Curt

Re: [PHP] How can one find out what Headers have been sent by a script.

2003-09-18 Thread William Bailey
I have found something that seems to work: Typical i get stuck on something for ages and then as soon as i post to the list i figure something out :) oh well hope it helps somebody else. :) On Thursday 18 September 2003 15:10, William Bailey wrote: > Hello all, > > Does anybody know of

[PHP] Another code check

2003-09-18 Thread James Johnson
Hello, Can anyone see what's wrong with the following code? It produces the following in the browser: Warning: Cannot add header information - headers already sent by (output started at /home/.paco/campuscb/campuscorkboard.com/AdPay_MC.php:11) in /home/.paco/campuscb/campuscorkboard.com/AdPay_MC.

Re: [PHP] Another code check

2003-09-18 Thread CPT John W. Holmes
From: "James Johnson" <[EMAIL PROTECTED]> > Can anyone see what's wrong with the following code? It produces the > following in the browser: > > Warning: Cannot add header information - headers already sent by (output > started at /home/.paco/campuscb/campuscorkboard.com/AdPay_MC.php:11) in > /hom

Re: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Christophe Chisogne
Wouter van Vliet wrote: So, since I'm not quite a newbie I did not read all the guides .. RTFM (Read The F*ck!ng Manual) and STFW (Search The [EMAIL PROTECTED] Web) I already knew, but what does STFA stand for ;).. In a "word" : s/STFA/STFAQ/ From ESR's Jargon File v4.4.4 (some hacker culture, yes

[PHP] configuring the php.ini file

2003-09-18 Thread Mark McCulligh
I have PHP on both a window and Linux box. If I wanted to enable Sybase from the php.ini for windows I would uncomment the "extension=php_sybase_ct.dll" line. But in Linux you don't use the dll but the so files. But inside of my extensions folder on the Linux box there is nothing. For were are al

RE: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Jay Blanchard
[snip] Perhaps we could add this link to the Newbie Guide ( found this in archives and with s/tuxedo/catb/ ) How To Ask Questions The Smart Way, by Eric Steven Raymond http://www.catb.org/~esr/faqs/smart-questions.html [/snip] It is number 9 on the Newbie Guide -- PHP General Mailing List (http:

RE: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Jay Blanchard
[snip] Perhaps we could add this link to the Newbie Guide ( found this in archives and with s/tuxedo/catb/ ) How To Ask Questions The Smart Way, by Eric Steven Raymond http://www.catb.org/~esr/faqs/smart-questions.html [/snip] It is number 9 on the Newbie Guide which (I hit send too) leads me to

[PHP] embedding PHP in MySQL

2003-09-18 Thread Michael Winston
I've been working on this for a few days and can't get it. I would like to stick some php code into a sql databases and be able to evaluate it when it's called up. Foe example, let's say there's some text in a table in MySql that says "blah blah blah blah blah blah blah blah". I wan the end,

Re: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Glenn E. Sieb
Jay Blanchard wrote: [snip] Perhaps we could add this link to the Newbie Guide ( found this in archives and with s/tuxedo/catb/ ) How To Ask Questions The Smart Way, by Eric Steven Raymond http://www.catb.org/~esr/faqs/smart-questions.html [/snip] It is number 9 on the Newbie Guide which (I hit se

RE: [PHP] Another code check

2003-09-18 Thread James Johnson
Hi John, Thanks, that was it. James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] embedding PHP in MySQL

2003-09-18 Thread Javier Tacon
Instead to eval the code, try to save the query result into a new file, then execute this file (require_once, include). Something like: function executeFromQuery($query) { global $DB; $file = "/tmp/temp.php"; $code = $DB->getOne($query); $fh = fopen($file,"w"); fwrite($fh,$code); fc

Re: [PHP] This is my fourth day of hitting this brick wall! Anyone...Purleeeeese help!

2003-09-18 Thread Jim Lucas
also, here is a good one to try. build yourself an error document that gets called when a file that cannot befound is looked for. Then in this error document, you perform a check on the file/script name that was called. If it happens to end with .pdf, then you could assume that it is going to be

Re: [PHP] embedding PHP in MySQL

2003-09-18 Thread Marek Kilimajer
By default the evaled code is php, so you need to escape first: eval('?>'.$your_code_pulled_from_db.' Michael Winston wrote: I've been working on this for a few days and can't get it. I would like to stick some php code into a sql databases and be able to evaluate it when it's called up. Foe ex

[PHP] Suppressing warning messages in file uploading though HTTP

2003-09-18 Thread Binay
Hi everybody! I am uploading html,text etc files though HTTP upload form method. In my php.ini file value of upload_max_filesize is 2 MB. Now if the file size exceeds 2 MB i get warning messages saying size of the file exceeds upload_max_filesize value . I want to know how i can suppress this w

Re: [PHP] This is my fourth day of hitting this brick wall! Anyone...Purleeeeese help!

2003-09-18 Thread Marek Kilimajer
Jim Lucas wrote: > This should take care of the problem. You might also need to send back some > specific headers to tell the browser what you are sending it, but it should > work even without that being done. I think this works only in IE, always send Content-Type. -- PHP General Mailing List

[PHP] Crash of PHP 4.3.x, having a big array

2003-09-18 Thread Martin Brenn
Servus, I got a crash of 4.3.x under Apache and direct call of php.exe under windows, when the script creates a huge array. Source: ... for ( $nCounter = 0; $nCounter < $nAmount; $nCounter++ ) { $aszExtracted [ $szPlaye

Re: [PHP] Suppressing warning messages in file uploading though HTTP

2003-09-18 Thread Raditha Dissanayake
Hi Binay, The only way you can get the file size before upload is to use a Java applet or activex. If i am not mistaken you can remove the 'max size exceeded' warning only by recompiling php. all the best ps: appreciate if you could switch off return reciepts on your mail client. Binay wrote:

Re: [PHP] Suppressing warning messages in file uploading though HTTP

2003-09-18 Thread Binay
Hi Radhita! Thanks for quick response. - Original Message - From: "Raditha Dissanayake" <[EMAIL PROTECTED]> To: "Binay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 9:37 PM Subject: Re: [PHP] Suppressing warning messages in file uploading though HTTP > Hi

[PHP] Form CheckBox question

2003-09-18 Thread Yves Arsenault
Hello, I have this in my form the checkUnCheck(this); will uncheck values 1,2,3 if None is chosen... Now when I submit this form, the output I get from $Avail is the word Array and not the actual content ('1,2,3' if I choose 1,2,3) 1  2  3  None  Am I missing something?? And no, I'm n

RE: [PHP] Help!!!

2003-09-18 Thread Chris W. Parker
#meen shari-ah# on Thursday, September 18, 2003 1:05 AM said: Please do not post messages with "Help!!!" as the title. Everyone who posts to this list needs help in some way. It's much better if you give a short description of your problem. For example, "can't connec

Re: [PHP] Suppressing warning messages in file uploading though HTTP

2003-09-18 Thread Raditha Dissanayake
Hi You are welcome Binay wrote: Would you like to shade more light on how i can use java applet or activex i mean bit coding/snippet as i am newbie . shameless plug : please try http://www.radinks.com/upload it's such an uploader applet. The basic version is

[PHP] email receipts

2003-09-18 Thread Roger Spears
and please, could we turn off the "email receipt requested" before sending messages to this list??? I find them most annoying and time consuming for a list this large. Thanks, R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Returning FORM vars from popup

2003-09-18 Thread Rich Fox
(Sorry, I inadvertently sent an incomplete post) I have a popup window, itemSelect.php, from which I would like to reload the calling page. itemSelect.php has a form, and I want to reload the calling page with these form variables. How can I do this? I can reload the page easily enough, with this

[PHP] Returning form vars from popup

2003-09-18 Thread Rich Fox
I have a popup window, itemSelect.php, from which I would like to reload the calling page. itemSelect.php has a form, and I want to reload the calling page with these form variables. How can I do this? I can reload the page easily enough, with -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Returning FORM vars from popup

2003-09-18 Thread Raditha Dissanayake
Hi, use onSubmit() and if you have trouble with it please refer to the javascript manual, this list is for php all the best Rich Fox wrote: (Sorry, I inadvertently sent an incomplete post) I have a popup window, itemSelect.php, from which I would like to reload the calling page. itemSelect.p

Re: [PHP] webhost --0T-->

2003-09-18 Thread David T-G
Ryan, et al -- ...and then Ryan A said... % % Hey David, Hiya! % % Good enough. Lots of bells and whistles; that's great. % #/ % % Yep, without the bells and whistles no challenge for me to program and it % will be like any other site... Heh. % and since i still dont really consider myse

[PHP] PHP and PDF

2003-09-18 Thread Paulo Nunes
I ve been trying to use the PDF function to create/read PDF files, but i ve many problems. Can anyone give a clue how can i create/read PDF files with PHP? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP and PDF

2003-09-18 Thread Jay Blanchard
[snip] I ve been trying to use the PDF function to create/read PDF files, but i ve many problems. Can anyone give a clue how can i create/read PDF files with PHP? Thanks... [/snip] Look for clues here http://us4.php.net/PDF and here http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=PHP+and+PD

RE: [PHP] PHP and PDF

2003-09-18 Thread Javier Tacon
Try with the pdf classes in http://www.ros.co.nz/pdf/ -Mensaje original- De: Paulo Nunes [mailto:[EMAIL PROTECTED] Enviado el: jueves, 18 de septiembre de 2003 14:59 Para: [EMAIL PROTECTED] Asunto: [PHP] PHP and PDF Importancia: Baja I ve been trying to use the PDF function to create/r

Re: [PHP] Returning form vars from popup

2003-09-18 Thread R'twick Niceorgaw
Rich Fox said the following on 9/18/2003 12:24 PM>> I have a popup window, itemSelect.php, from which I would like to reload the calling page. itemSelect.php has a form, and I want to reload the calling page with these form variables. How can I do this? I can reload the page easily enough, with yo

[PHP] Murugesan

2003-09-18 Thread Chris Sherwood
Hey Muru your sending viruses disguised as a ms security update either its accidental which you want to look for the Win32/NewMalware.gen cause thats what is being sent or its not which then you kinda want to be a little more inconspicious about it

[PHP] Re:Form CheckBox question

2003-09-18 Thread Rodrigo Webler
If you've echo-ed or printed an Array value, yes, you'll get 'Array' as result, try to var_dump the value, and check if it isn't all well. Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Form CheckBox question

2003-09-18 Thread CPT John W. Holmes
From: "Yves Arsenault" <[EMAIL PROTECTED]> > I have this in my form the checkUnCheck(this); will uncheck values 1,2,3 > if None is chosen... Now when I submit this form, the output I get from > $Avail is the word Array and not the actual content ('1,2,3' if I choose > 1,2,3) > > onclick=

Re: [PHP] PHP and MYSQL don't shake hands

2003-09-18 Thread CPT John W. Holmes
From: "Frank Tudor" <[EMAIL PROTECTED]> > The problem I am having is that when I try to pass values to the > database the php fails. > > I think I have singled it down to the connection string but I am > not sure. [snip] > function db_connect() { >global $dbhost, $dbusername, $dbuserpassword,

[PHP] Flash Chat

2003-09-18 Thread Dan J. Rychlik
Hello, I was wondering if my solution would work in theory in providing a Flash chat application. I would use the AMFPHP to interface with the flash object. I would use a class to describe the chat room and creat new objects for private rooms. Do you think that this will truly work, In th

[PHP] [ANNOUNCEMENT] InterJinn Application Framework for PHP

2003-09-18 Thread Robert Cummings
I am pleased to announce the premier release of the InterJinn Application Framework for PHP. http://www.interjinn.com. This has been a lengthy endeavour I undertook some time ago to provide a useful framework for quickly creating powerful Web (and shell) applications. InterJinn makes its debu

RE: [PHP] Flash Chat

2003-09-18 Thread Jay Blanchard
[snip] Do you think that this will truly work, In theory I mean. [/snip] Sure. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Best way to approach object construction errors?

2003-09-18 Thread Mike Zornek
I've created a class called university, it has a constructor which can accept an id. If the id is sent during construction the constructor will connect to a MySQL db to set all of the objects member variables to the MySQl counterparts. I'd like to include some error notification so if I send it an

[PHP] autocomplete not working all of a sudden

2003-09-18 Thread Chris W. Parker
Hi everyone. Pardon the crosspost but I figure if I'm going to post the same question to two lists anyway, why not get it over with in one shot? Ok so in an attempt to lessen Windows2k pro memory footprint I just turned off three services. (1) TCP/IP NetBIOS Helper Service, (2) IPSEC Policy Agen

[PHP] when clients go bad

2003-09-18 Thread Tim Thorburn
Hi, I've done freelance web design for about 7 years now off and on. Just recently I've found myself dealing with the worst clients in the history of the world - ok, maybe not, but they've been pretty awful. After about a year of working together, the business relationship became so bad that

[PHP] Mathematical differences?!

2003-09-18 Thread Mario Werner
Hello all, I ported a algorithm from JavaScript to PHP and noticed that PHP outputs a different result than JS. For example: t = 0.6255264658909423 f = 20.5 ln = -6.983 d2r = 0.017453292519943295 $ra = (((6.6460656 + 2400.0513 * $t + 2.58e-5 * $t * $t + $f)

RE: [PHP] when clients go bad

2003-09-18 Thread Jay Blanchard
[snip] ... [/snip] Work product for the customer belongs to the customer unless specifically stated differently in the contract. It is their intellectual property. I have coded both as an employee contractor for several years and it is always understood (unless the contract states differen

Re: [PHP] when clients go bad

2003-09-18 Thread CPT John W. Holmes
From: "Tim Thorburn" <[EMAIL PROTECTED]> > I've done freelance web design for about 7 years now off and on. Just > recently I've found myself dealing with the worst clients in the history of > the world - ok, maybe not, but they've been pretty awful. > > After about a year of working together, th

RE: [PHP] Mathematical differences?!

2003-09-18 Thread Jay Blanchard
[snip] How could that be?! 1:1 the same code but different outputs? Is this a PHP-bug? :-? [/snip] *feelin' kinda' smart arsed today, if no one noticed* Maybe it was a JavaScipt bug all along ? ;) Actually I am worried about the order of operations and encapsulation in the equation in $ra, math

Re: [PHP] configuring the php.ini file

2003-09-18 Thread Jason Wong
On Thursday 18 September 2003 23:01, Mark McCulligh wrote: > I have PHP on both a window and Linux box. > > If I wanted to enable Sybase from the php.ini for windows I would uncomment > the "extension=php_sybase_ct.dll" line. But in Linux you don't use the dll > but the so files. But inside of my

Re: Fw: [PHP] Problem sending HTML formated mail

2003-09-18 Thread Juan Carlos Borrero
Ok. Thank You Juan Carlos - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 8:59 PM Subject: Re: Fw: [PHP] Problem sending HTML formated mail > * Thus wrote Juan Carlos Borrero ([EMAIL PROTECTED]): > > > > - Origi

RE: [PHP] Flash Chat

2003-09-18 Thread Craig Lonsbury
> -Original Message- > From: Dan J. Rychlik [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 12:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Flash Chat > > > Hello, > > I was wondering if my solution would work in theory in providing > a Flash chat application. > > I would u

RE: [PHP] Help!!!

2003-09-18 Thread Jay Blanchard
[snip] Notice: Use of undefined constant {several times} [/snip] This means that several constants are undefined. You should have the following for each of these constants... define ("constant-name", "constant-value"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Resizing a jpeg stored in a database

2003-09-18 Thread Donald Tyler
Hi, I have a question that I hope you can answer. So far I have accomplished the following: Storing a jpeg in a MySQL database Retrieving the jpeg from the database Sending the jpeg to a browser and displaying it correctly Creating dynamic PNG images in PHP Resizing the dynamic PNG i

[PHP] Splice problem

2003-09-18 Thread Stevie D Peele
My problem is that I am splicing an array and then echoing the array [code] [/code] and all that is echoed is "Array." I want red green to be echoed. Thanks The best thing to hit the internet in years - Juno SpeedBand! Surf the we

RE: [PHP] Splice problem

2003-09-18 Thread Jay Blanchard
[snip] My problem is that I am splicing an array and then echoing the array [code] [/snip] Shoulda kept readin', $input is now an array with red and green in it. http://www.php.net/array_splice -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Splice problem

2003-09-18 Thread CPT John W. Holmes
From: "Stevie D Peele" <[EMAIL PROTECTED]> > My problem is that I am splicing an array and then echoing the array > [code] > $input = array("red", "green", "blue", "yellow"); > array_splice($input, 2); > > echo $input; > ?> > [/code] > > and all that is echoed is "Array." I want red green to be

Re: [PHP] Mathematical differences?!

2003-09-18 Thread Curt Zirzow
* Thus wrote Mario Werner ([EMAIL PROTECTED]): > > I ported a algorithm from JavaScript to PHP and noticed that PHP outputs a > different result than JS. For example: > > > t = 0.6255264658909423 > f = 20.5 > ln = -6.983 > d2r = 0.017453292519943295 > > $ra

  1   2   >