[PHP] http_user_agent and proxy

2001-02-09 Thread Plamen Slavov
Hi guys, I have this problem: I am using a script like this to make php use a remote proxy to get pages using a remote proxy: $data1 = fsockopen($proxy, $port, &$errno, &$errstr); if( !$data1 ) { echo "proxy not available !"; fclose($resultfile); // exit(); } else { fput

[PHP] Cannot unsubscribe this mailing list.

2001-02-09 Thread Ørjan Vøllestad
A little problem, I subscribed with an email alias, and now it looks like I cannot unsubscribe.. Have sent an empty mail to "[EMAIL PROTECTED]" and gets reply - confirm that I want the email adress "[EMAIL PROTECTED]" removed from the mailing list, but when I so that, I get a reply that says failu

Re: [PHP] Raspuns: [PHP] Cron + PHP

2001-02-09 Thread Jørg V . Bryne
or even better; compile PHP as CGI in addition to an Apache module, and put it somewhere in the path. You can then set cron to: 0 20 * * * php -q myphpfile.php > results_to_this_file.txt This could be useful if you need to run a script that is not available on the web-server, for instance. -J

[PHP] Why do we want to give YOU money?

2001-02-09 Thread thisisyours
Simple answer, you were randomly selected from our recently purchased opt-in lists. OK so why are we giving away money you ask? Another simple answer. We want you to discover what 10,000's of other people just like you already know... our Casino is fast-paced, interactive and just plain old fun.

[PHP-I18N] Why do we want to give YOU money?

2001-02-09 Thread grabitnow
Simple answer, you were randomly selected from our recently purchased opt-in lists. OK so why are we giving away money you ask? Another simple answer. We want you to discover what 10,000's of other people just like you already know... our Casino is fast-paced, interactive and just plain old fun.

Re: [PHP] preg_match() vs. preg_match_all()

2001-02-09 Thread Michael Dearman
CC Zona wrote: > > What is the functional difference between preg_match() and > preg_match_all()? I've puzzled over the manual descriptions for both, > checked the list archives and faqts.com, and still can't figure out why > they seem to return different results for the same pattern searches.

Re: [PHP] Re: PHP as Scripting Language

2001-02-09 Thread Maxim Derkachev
Hello Bill, Thursday, February 08, 2001, 9:17:34 PM, you wrote: BR>Warning: Cannot send session cookie - headers already sent in BR> Unknown on line 0 BR> BR>Warning: Cannot send session cache limiter - headers already BR> sent in Unknown on line 0 BR>hello world BR> Any idea

[PHP] PDF Library

2001-02-09 Thread WebMax
How can I configure PDF Library on WIndows. It is not in the help file. Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Arrays through URL

2001-02-09 Thread Jamie
I'm trying to pass a multi dimensional array through a url link but I'm having a hard time doing this. Is it actually possible? from what I can tell the url just shows ...$form_options_array=Array Is there a better way to do this? thanks jamie -- PHP General Mailing List (http://www.php

Re: [PHP] Arrays through URL

2001-02-09 Thread Jørg V . Bryne
check out: serialize(); - Original Message - From: "Jamie" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 10:28 AM Subject: [PHP] Arrays through URL > I'm trying to pass a multi dimensional array through a url link but I'm > having a hard time doing th

[PHP] Spliting

2001-02-09 Thread Murat Saygili
Hello friends, Suppose that I have a page andf I splitted it into two upper side has input fields and buttons and lower side is report that is every line includes database information. Now I have a question when I choose one of the lines below this page how can I get the values to upper pages inpu

[PHP] Cookies

2001-02-09 Thread Matt
I am having major problems with cookies, it's been stressing me out for over 9 hours. I have a script that can set cookies, and it does that, just fine. What it doesn't do is READ the cookies off the hard drive when the page is reloaded. I have tried everything, messing with the domains, expir

[PHP] Cookies

2001-02-09 Thread Matthew Bean
I am having major problems with cookies, it's been stressing me out for over 9 hours. I have a script that can set cookies, and it does that, just fine. What it doesn't do is READ the cookies off the hard drive when the page is reloaded. I have tried everything, messing with the domains, expir

Re: [PHP] Mail-Encryption

2001-02-09 Thread Christian Reiniger
On Wednesday 07 February 2001 22:42, Rodolfo Gonzalez Gonzalez wrote: > I found a pgp class and took parts of it to work with gpg, but it > doesn't work in safe-mode. I'm using this pipe to pass the data to > encrypt to gpg: > >$comm = "echo '$data' | $this->gpg-commmand"; >$fd = popen("$

Re: [PHP] Cookies

2001-02-09 Thread Ankur Verma
Hi I also faced the problem once. the cookie not being read by either of the browsers The cause of the problem was traced back to a wrong setting of the date on the client machine as compared with the server. you cancheck thjis up to confirm. Another reason can be the path in the cookie but i b

Re: [PHP] Arrays through URL

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 10:31, Jørg V. Bryne wrote: > check out: serialize(); > > I'm trying to pass a multi dimensional array through a url link but > > I'm having a hard time doing this. Is it actually possible? from what It's possible (with serialize), but not desirable if the array can be

[PHP] Runing php with cron

2001-02-09 Thread Janez Dovc
I would like to run some php scripts with cron - email reminders. How can I do that? Regards, Janez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] Runing php with cron

2001-02-09 Thread Ankur Verma
you will need to compile php as a binary ans use it to executethe scripts without using the browser. search the mail archives from www.php.net . This question has been very nicely answered in the last couple of days only. regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India -

Re: [PHP] Arrays through URL

2001-02-09 Thread Jørg V . Bryne
i would agree that serialize isn't good for huge arrays, yes, but if you're considering databases, why not use sessions? -J - Original Message - From: "Christian Reiniger" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 11:32 AM Subject: Re: [PHP] Arrays

[PHP] MySQL error

2001-02-09 Thread Augusto Cesar Castoldi
I'm receiving this error message: - Warning: 1 is not a MySQL result index in /home/httpd/html/fiesc_test/fiesccontato.php3 on line 24 From this line: --- $dados=mysql_query($sql) or die("Não Encontrados registros na Tabela 1.")

[PHP] How does one build a big chat system?

2001-02-09 Thread Jens Kisters
The approaches i've so far using PHP is letting a script run (almost) infinitely and refresh the output every 500ms or so, but this will require a httpd-Process to run for every chatter, consuming several MB per User. Any other suggestions which will cause less server load? I don't think that re

[PHP] Decoding E-Mails

2001-02-09 Thread Jens Kisters
We started to build an Online-Mailclient using PHP and dicovered that there are quite a lot methods of encoding mails, does anyone have classes to decode MIME / ... (what other common methods are there?) It would be great to extract Header, plain text, formatted text and maybe file attachments. A

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-02-09 Thread Sascha Schumann
sas Fri Feb 9 03:42:16 2001 EDT Modified files: /CVSROOTcvsusers gen_acl_file.m4 avail Log: Change username baerli per request to bjoern Also remove umlauts from the real name as our CVS script does not contain proper MIME handling for special char

[PHP] More problems with MySql...

2001-02-09 Thread Felipe Lopes
Hey guys, I have another problem... Now, when I try login to Mysql it says that my user-password is wrong :-( So I need to know what is the "equation" to delete, or to change, my password-user? What is the "equation" to insert a user after I delete my last user? Thank you again!!! Felip

[PHP] good free/cheap IDE for PHP

2001-02-09 Thread Dennis von Ferenczy
can anybody please tell me which good IDEs are theee, that are optimized for PHP? It acztually doesn't need to do much more, than just code highlighting and line numbering for me purposes, althoug i would of course appreciate additionla features. thx in advance -- PHP General Mailing List (http

RE: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Jon Haworth
I'm sticking my vote in for Edit Plus 2 (www.editplus.com), although there are approx. 1,000,000 editors that would be suitable for your needs. I suggest a visit to www.download.com and a search for "text editors". Cheers Jon -Original Message- From: Dennis von Ferenczy [mailto:[EMAIL

[PHP] copy PEAR

2001-02-09 Thread Conover, Ryan
I was wondering if PEAR is built into the Win distribuition of php 4.0.4pl1. Or can I download it somewhere, and where? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

Re: [PHP] MySQL error

2001-02-09 Thread Jason Stechschulte
On Fri, Feb 09, 2001 at 09:26:17AM -0200, Augusto Cesar Castoldi wrote: > - > Warning: 1 is not a MySQL result index in > /home/httpd/html/fiesc_test/fiesccontato.php3 on line 24 > Whenever you see this message, echo the sql that you are using and also

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-09 Thread Sergey Kartashoff
gluke Fri Feb 9 05:29:19 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion result parameters. Example updated. Index: php4/ext/mnogosearch/php_mnogo.c

Re: [PHP] PHP4.0.4pl1 with Apache 1.3.17/SSL and Frontpage ...

2001-02-09 Thread Larry Rosenman
* The Hermit Hacker <[EMAIL PROTECTED]> [010208 21:39]: > On Thu, 8 Feb 2001, Larry Rosenman wrote: > > > * The Hermit Hacker <[EMAIL PROTECTED]> [010208 21:12]: > > > > > > Simple ... everything compiles cleanly, but as soon as I try and run it, I > > > get: > > > > > > pegasus# /usr/local/apach

Re: [PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-09 Thread Sergey Kartashoff
On Thu, 8 Feb 2001, Jon Parise wrote: > On Thu, Feb 08, 2001 at 01:33:36PM -, Sergey Kartashoff wrote: > > > gluke Thu Feb 8 05:33:36 2001 EDT > > > > Modified files: > > /php4/ext/mnogosearch php_mnogo.c test.php > > Log: > > Added UDM_PARAM_SEARCHTIME result param

RE: [PHP] Cookies

2001-02-09 Thread Brian V Bonini
lets see some code.. > -Original Message- > From: Matthew Bean [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 09, 2001 5:01 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Cookies > > > I am having major problems with cookies, it's been stressing me out for > over 9 hours. > > I have

RE: [PHP-CVS] cvs: php4 /win32 time.c

2001-02-09 Thread repe
The purpose of the static variable is to keep the time when high performance counters were started. (This appears to be at boot time.) This is a one time initialization job, no harm should appear even in a multi thread environment. When initialization is done (only once per process), then funct

Re: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread John Vanderbeck
I use UltraEdit (ultraedit.com). It does syntax highlighting and ALOT more. The one feature that I REALLY like is the ability to treat files on my FTP as if they were local files. It greatly simplifies things, and speed up my development. - John Vanderbeck - Admin, GameDesign - Original Me

[PHP] PHP/WML Site

2001-02-09 Thread Augusto Cesar Castoldi
Anyone knows a good (can be a bad) site of PHP and WML? regards, Augusto Cesar Castoldi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] ftp_fput

2001-02-09 Thread Marisol Díaz E.
Hi Please help me I don't knowk that is wrong, in this code, for ftp_fput Don't copy the archive, when copy the archive , this has other extension, and the size is 0kb. Thanks. Marisol Díaz E.

[PHP] mysql not reporting errors

2001-02-09 Thread Christian Dechery
WHy PHP is not showing SQL syntax (or any) errors? I'm using Win98Me with Apache 1.3.12 and PHP 4.x. it works... if I run a correct query it runs normally, but if I go like: $query="selct nonexistingfield from nonexistingtable with all crazy syntax"; mysql_query($query); it doesn't tell me the

Re: [PHP] Converting CFML to PHP

2001-02-09 Thread Michael Kimsal
I didn't see the original post before, but this is interesting. It's not often we hear of people switching FROM CF to PHP. It must happen, but I can't think of too many companies that I know using CF who would "throw away" that investment, so to speak. Kevin, could you shed some light on why th

[PHP] upload and content-type problems

2001-02-09 Thread Jim McCormack
Hello All: I am using a simple script to upload files to allow users to upload files to a website. All of the various scripts I have tried basicaly use the recommendations from the PHP manual regarding file uploads. The user posts a file, which is temporarily held in the temp directory specifie

RE: [PHP] mysql not reporting errors

2001-02-09 Thread Christian Dechery
At 15:42 9/2/2001 +0100, Dominick Vansevenant wrote: >Try to put this immediately after the mysql_query: > >echo mysql_errno().": ".mysql_error().""; > >I think this outputs your error. yeah, I know that... but it used to report automatically... and this is kinda stupid don't u think? there's no

[PHP] fread() a remote file

2001-02-09 Thread Tyler Longren
Hello everybody, Could you perform fread() on a remote file? Example: $file = fopen("http://www.myurl.com/test.html", "rb"); $data = fread($file, filesize('http://www.myurl.com/test.html')); ??? Thanks! Tyler Longren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

Re: [PHP] Web Based Project Management Tools

2001-02-09 Thread Louis LeBlanc
I assume everyone knows about SourceForge? http://sourceforge.net/projects/alexandria/ It is a 'self managed' project. SourceForge manages thousands of open source projects on the net, so you can be sure it is fairly robust. Pretty cool features, too. L "Nold, Mark" wrote: > >

Re: [PHP] mysql not reporting errors

2001-02-09 Thread Jason Stechschulte
On Fri, Feb 09, 2001 at 12:48:46PM -0200, Christian Dechery wrote: > yeah, I know that... but it used to report automatically... and this is > kinda stupid don't u think? Yes, I do agree that it was kind of stupid to report automatically. It is much better to allow the user to trap the error a

Re: [PHP] Insert Data AS400

2001-02-09 Thread Karl J. Stubsjoen
Richard, > If that doesn't help, just start throwing out columns. Or throw them all > out and build it up 1 column at a time) until you find out which one it > doesn't like. I have gone as far as creating a single table with a single alpa field. No luck there either. It gives me the exact same

Re: [PHP] copy PEAR

2001-02-09 Thread Martin A. Marques
El Vie 09 Feb 2001 10:37, Conover, Ryan escribió: > I was wondering if PEAR is built into the Win distribuition of php > 4.0.4pl1. Or can I download it somewhere, and where? PEAR is just a bunch of very good php code which you can include in your code. It comes with the source. Saludos... ;-)

[PHP] Cookies reprise...

2001-02-09 Thread Matt
At 08:12 AM 2/9/2001, you wrote: lets see some code.. Okay, for those so inclined I did say the page the cookie script was included on was rather complex. I will say that I double checked and made sure the cookie variables weren't overwritten in another include file. You can see what I me

Re: [PHP] fread() a remote file

2001-02-09 Thread Jason Stechschulte
On Fri, Feb 09, 2001 at 09:02:04AM -0600, Tyler Longren wrote: > Could you perform fread() on a remote file? Yes I could, and so can you, so why not try it? An example: $handle = fopen("http://www.php.net/manual/en/function.fread.php", "r"); while($line = fread($handle, 255)) { echo "$line";

[PHP] mysql default cfg

2001-02-09 Thread Christian Dechery
Isn't default config for mysql to report syntax errors on queries and stuff like that??... it always did, I never altered any config in mysql. And then today it just STOPPED reporting errors. _ . Christian Dechery - Webdeveloper .. Diretor de Tecnologia @ Webstyle

[PHP] ftp_fput

2001-02-09 Thread Marisol Díaz E.
Hello I need to know what mode i have to use, for coping a file with ftp_fput $archivo="C:\\abm\\Abm.gdb"; $fpr = fopen ($archivo, "??"); $subir=ftp_fput($fp,$archivo,$fpr,FTP_BINARY); Marisol Díaz E. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

Re: [PHP] PHP/WML Site

2001-02-09 Thread Philip Olson
This may help : Building WML Applications Using PHP : - http://www.zend.com/zend/tut/wap.php WAP-Enabling a Website with PHP3: - http://www.devshed.

[PHP] how to know which web dir you're in

2001-02-09 Thread Jason Jacobs
Anyone got any ideas on how to tell what the url you're at? One of my sites is for a bank with a bunch of branches, and when people go to a site for a branch, I want the "prequalify for loan" to know where the person came from (it's the same page for all branches, but it just has a select box) an

Re: [PHP] how to know which web dir you're in

2001-02-09 Thread John Vanderbeck
Well... $PHPSELF gives the full url to the current webpage..so if you are at: http://gamedesign.incagold.com/index.php then $PHPSELF = http://gamedesign.incagold.com/index.php - John Vanderbeck - Admin, GameDesign - Original Message - From: "Jason Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL

[PHP-CVS] cvs: php4 /ext/standard datetime.c file.c

2001-02-09 Thread Rasmus Lerdorf
rasmus Fri Feb 9 07:28:23 2001 EDT Modified files: /php4/ext/standard datetime.c file.c Log: What the heck is CUT? Assume someone meant UTC here. And fix a warning. Index: php4/ext/standard/datetime.c diff -u php4/ext/standard/datetime.c:1.65 php4/ex

Re: [PHP] how to know which web dir you're in

2001-02-09 Thread Matt
Your best bet would probably be to use the environment variables getenv("REQUEST_URI") will get you the URL minus the host name, so basically it's the relative path. getenv("HTTP_HOST") will return the hostname (www.whatever.com) Hope this helps. Regards, Matt At 09:40 AM 2/9/2001, you wrote

[PHP]Spider script in PHP.

2001-02-09 Thread Angerer, Chad
I am not sure if this is the correct wording. But I am wondering about a good tutorial about writing a PHP script that will spider a directory structure and extract the file names and insert them into a database. Also this spidering would be done on a directory and its child with mp3 files and I

Re: [PHP] Arrays through URL

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 11:58, Jørg V. Bryne wrote: > i would agree that serialize isn't good for huge arrays, yes, but if > you're considering databases, why not use sessions? Well, if sessions are useful for you, go ahead and use them. If you only want to pass something on 1-5 links on your

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 12:23, Jens Kisters wrote: > The approaches i've so far using PHP is letting a script run (almost) > infinitely and refresh the output every 500ms or so, but this will > require a httpd-Process to run for every chatter, consuming several MB > per User. > > Any other sugg

Re: [PHP] mysql not reporting errors

2001-02-09 Thread Martin A. Marques
El Vie 09 Feb 2001 11:38, Christian Dechery escribió: > WHy PHP is not showing SQL syntax (or any) errors? > > I'm using Win98Me with Apache 1.3.12 and PHP 4.x. > > it works... if I run a correct query it runs normally, but if I go like: > > $query="selct nonexistingfield from nonexistingtable wit

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Michael Stearne
> How does one build a big chat system? > Not in PHP :-). Really though, PHP is probably not the optimal language to do something like that in. I would think a Java Servlet or a C program or a Java applet (client) would be better for building something like that. PHP was not designed to keep a l

Re: [PHP] PDF Library

2001-02-09 Thread Michael Stearne
Search the archives for "PDF Windows" or something similar. Someone pointed to a link for preccompiled PDF binaries for Win32. Michael WebMax wrote: > How can I configure PDF Library on WIndows. It is not in the help file. > > Regards > > -- > PHP General Mailing List (http://www.php.net/) >

Re: [PHP] Files only available via HTTPS

2001-02-09 Thread Adam Knight
On Fri, 9 Feb 2001, Daniel Tryba wrote: >On Thu, Feb 01, 2001 at 04:29:09PM -0800, Michael Conley wrote: >> I have several PHP files that I only want users to be able to access via >> HTTPS. How can I control that on an Apache 1.3.14 server running on RedHat >> 7? I have openssl and mod_ssl wor

php-general Digest 9 Feb 2001 16:54:58 -0000 Issue 502

2001-02-09 Thread php-general-digest-help
php-general Digest 9 Feb 2001 16:54:58 - Issue 502 Topics (messages 38895 through 38969): Re: echo vs print 38895 by: Jeff Oien 38898 by: Maxim Maletsky 38908 by: Philip Olson version'ng problem with php4 and apache 1.3.17 ... 38896 by: The Hermit Hacker TC

[PHP-CVS] cvs: php4 /ext/standard reg.c

2001-02-09 Thread Rasmus Lerdorf
rasmus Fri Feb 9 08:42:56 2001 EDT Modified files: /php4/ext/standard reg.c Log: Stray ] Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.39 php4/ext/standard/reg.c:1.40 --- php4/ext/standard/reg.c:1.39Fri Aug 4 04:57:21 2000 +++

[PHP] shows up in IE but not Netscape

2001-02-09 Thread Erik Boles
We are running a webform, that asks for user ID and pass, then passes it on to a .php3 file that shows them a page to continue (not a security thing, just a tracking thing). This .php3 file, called login.php3 works just fine in IE but when viewed in netscape it simply shows a white screen. We di

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Matt McClanahan
On Fri, Feb 09, 2001 at 10:09:02AM -0700, Erik Boles wrote: > We are running a webform, that asks for user ID and pass, then passes it on > to a .php3 file that shows them a page to continue (not a security thing, > just a tracking thing). > > This .php3 file, called login.php3 works just fine i

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Angerer, Chad
Try closing your table here... or putting the new table in a . Netscape is very picky with tables. complete the login process and begin using the site.

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Jesse Swensen
Sounds like you may be missing a piece of a table. Make sure all your table, tr, td type tags have a closing tag. IE is more forgiving... -- Jesse Swensen [EMAIL PROTECTED] > From: "Erik Boles" <[EMAIL PROTECTED]> > Organization: rocky Mountain Web Tech > Reply-To: "Erik Boles" <[EMAIL PROTECTE

RE: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Charles Mulford
I use HTML-Kit, it's a good solid editor and there are bunches of plugins for it (PHP, ASP, PERL, etc) and it's freeware to boot. http://www.chami.com/html-kit/ Charles Mulford Developer- McLeodUSA -Original Message- From: Dennis von Ferenczy [mailto:[EMAIL PROTECTED]] Sent: Friday, Feb

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Robin Vickery
> "EB" == "Erik Boles" <[EMAIL PROTECTED]> writes: > We are running a webform, that asks for user ID and pass, then > passes it on to a .php3 file that shows them a page to continue > (not a security thing, just a tracking thing). > This .php3 file, called login.php3 works just fine in I

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Matt Williams
> > > > > No > >Welcome back to the ColoradoPTAC website, $row['company']; ?>. > Please click target="_top">here to > complete the login process and begin using the site. >

[PHP] Viewing Memo fields

2001-02-09 Thread Todd Cary
I have a memo field in an Interbase DB and I am not sure how to display it. The line below produces garbage. print($row->STM_MEMO_TOP); Thanks for the help Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

RE: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Jeff Oien
What does IDE stand for? Thanks for HTML-Kit, I'll try it out. As an alternative to the resource hogging HomeSite (which has color coding for PHP) I also use ConTEXT (for Windows). http://www.fixedsys.com/context/ Jeff Oien > > I use HTML-Kit, it's a good solid editor and there are bunches

Re: [PHP] echo vs print

2001-02-09 Thread Ben Peter
Maxim Maletsky wrote: > Anyway, " " compatibility. I believe http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Charles Mulford
Integrated Development Environment (I believe) -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 12:04 PM To: Php-General Subject: RE: [PHP] good free/cheap IDE for PHP What does IDE stand for? Thanks for HTML-Kit, I'll try it out. As an alt

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Philip Olson
Also : Whenever this problem exists, run your site through here : http://validator.w3.org/ Actually, always run sites through there, it's useful (sometimes a bit picky.) For things like missing table tags, it's very helpful. Regards, Philip -- PHP General Mailing List (http://www.php

[PHP] problem with classes

2001-02-09 Thread Siim Einfeldt aka Itpunk
I`m writing one html class for my own usage, but I`ve got some problems. Take a look at the example: $ht -> row(2,'','first,second'); This works fine ('first,second' represents an array). But now, when I want to do something like that: $ht -> row(2,'','$something,second'); then it displays $so

Re: [PHP] Files only available via HTTPS

2001-02-09 Thread Chris
And if you can't seperate the root directorys of the secure and not secure servers, you can setup and aliases directory under the secure server and it will be the only one that can see that dir. > On Fri, 9 Feb 2001, Daniel Tryba wrote: > > >On Thu, Feb 01, 2001 at 04:29:09PM -0800, Michael Con

Re: [PHP] good free/cheap IDE for PHP

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 19:04, Jeff Oien wrote: > What does IDE stand for? Integrated Development Environment -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Google results 1-10 of about 142,000,000 for e. Search took 0.18 seconds. - http://www.google.com/search?q=e -- PHP

Re: [PHP] problem with classes

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 19:15, Siim Einfeldt aka Itpunk wrote: > row(2,'','$something,second'); then it displays $something and second, In single quotes (') variables are not evaluated. Use double quotes (") instead. -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Google re

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread John Vanderbeck
> Good web design rule of thumb: Always check against Netscape. If it > renders in Netscape, odds are it'll render in IE. The reverse is not > true. > > Matt I find dealing with Netscape browsers a pain. So many people complain that IE doesn't follow the standards, but I find it the other way

[PHP] HOWTO handle sessions ?

2001-02-09 Thread Evelio Martinez
Hi! Does anyone know of some good examples of sessions? -- Evelio Martínez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
I just wanted to try this: I take a link : http//www.xy.com/index.php?contents=HOME There I echo contents It should display HOME? But it does not ! -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED]] Sent: donderdag 8 februari 2001 23:55 To: Steve Haemelinc

RE: [PHP] problem with classes

2001-02-09 Thread James Moore
> I`m writing one html class for my own usage, but I`ve got some > problems. Take a look at the example: $ht -> > row(2,'','first,second'); This works fine ('first,second' represents an > array). But now, when I want to do something like that: $ht -> > row(2,'','$something,second'); then it displ

[PHP] XML problems?

2001-02-09 Thread Mailing List Mailbox
I've put together a fairly simple XML parser that outputs embeded objects as a DOM. You can see that the XML files get parsed correctly (print "Open: $tag" etc for the proper functions..) and built the DOM correctly (print_r ( $this->dom ) at the last close_tag () call) but even after displaying t

Re: [PHP] Mail-Encryption

2001-02-09 Thread Lic. Rodolfo Gonzalez Gonzalez
On Thu, 8 Feb 2001, Richard Lynch wrote: > Maybe you can create a custome keyring for just the web-usage of public keys > only... Hum... I wouldn't like it, anyway. Hmmm, is there any other way to pass "stdin" to an external program, other than using echo and a pipe?. I've also tried by placing

Re: [PHP] HOWTO handle sessions ?

2001-02-09 Thread JB
this is as simple and complex as it gets. session_start; session_register("my_var"); now say we do: $my_var = 5; any script, page, whatever you serve that calls $my_var will return 5. Once you change the variable, $my_var will now be that new value in every bit of code. All you have to do is

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
Nothing at all Go tho following page a see for yourself http://213.224.136.110:8080/test.php?a=HOME -Original Message- From: Dustin Vannatter [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 20:23 To: 'Steve Haemelinck' Subject: RE: [PHP] [Newbie] PHP Variables Importance: Hi

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Edberg
At 8:06 PM +0100 2/9/01, Steve Haemelinck wrote: >I just wanted to try this: > >I take a link : http//www.xy.com/index.php?contents=HOME > >There I echo contents > > > > >It should display HOME? But it does not ! Two possibilities I can think of: (1) Is your echo statement above within a functi

Re: [PHP] [Newbie] PHP Variables

2001-02-09 Thread John Vanderbeck
> I just wanted to try this: > > I take a link : http//www.xy.com/index.php?contents=HOME > > There I echo contents > > > I'm still learning PHP, but... Why are you echoing it twice? Also, the first line, shouldn't it be: Looks liek you dropped the semi colon - John Vanderbeck - Admin, Game

Re: [PHP] How does one build a big chat system?

2001-02-09 Thread Jens Kisters
> Grab one of the many java IRC applets from http://freshmeat.net and run > an irc server on your box. http wasn't designed for this type of thing. I've seen a lot of Chatsites that run without Clientside Java, it can't be such a weird approach, I don't think the admins of the System the chat is

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
Thx, I forgot to set the register_globals to On !!! -Original Message- From: Steve Edberg [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 20:41 To: Steve Haemelinck Cc: PHP Mailing Listl (E-mail) Subject:RE: [PHP] [Newbie] PHP Variables At 8:06 PM +0100 2/9

[PHP] Credit Cards

2001-02-09 Thread Jerry Lake
I have a basic shopping cart setup and I am curious as to how I go about being able to handle real-time credit card transactions. I realize there are card services like cybercash and such, but how do I go about hooking cybercash up to the existing cart? (the host already has a merchant connection

Re: [PHP] Credit Cards

2001-02-09 Thread Michael Stearne
Read the Verisign (Under the Ps) or Cybercash section of the PHP manual. Michael Jerry Lake wrote: > I have a basic shopping cart setup > and I am curious as to how I go about > being able to handle real-time credit > card transactions. I realize there are > card services like cybercash and su

Re: [PHP] HOWTO handle sessions ?

2001-02-09 Thread Philip Olson
Hi Evelio, This may be a good start : Sessions in Manual : -- http://www.php.net/manual/ref.session.php Title: Session Handling with PHP 4 : --

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread John McCreesh
In article , Philip Olson <[EMAIL PROTECTED]> writes >Whenever this problem exists, run your site through here : > >http://validator.w3.org/ > >Actually, always run sites through there, it's useful (sometimes a bit >picky.) For things like

Re: [PHP] Credit Cards

2001-02-09 Thread JB
on standard transaction servers where you post a string containing the transaction info (card, name, amount, login, password, etc) do the following: get a merchant account sign up for authorize.net, ccnow, ibill, etc. use an application called cURL to post the info to the server from php. dump th

[PHP] anyway to make mail() function use port 25

2001-02-09 Thread ewiz
anyway to make mail() function to use port 25 on a defined SMTP host instead of the raw/direct spooling as by default as it uses sendmail on local system, what happens when SMTP server is a different box alltogether ? tia ewiz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

RE: [PHP] RE: Events in HTML with PHP

2001-02-09 Thread Sitkei Pál
for example: echo(' function Done() {alert("Changed!")}') echo('') -Original Message- From: Foley, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6:41 PM To: 'Francesco Rossi'; [EMAIL PROTECTED] Subject: [PHP] RE: Events in HTML with PHP Javascript to call ano

RE: [PHP] Converting CFML to PHP

2001-02-09 Thread Thor M. Steindorsson
I've done this. Once I did everything in CF. Today, I do everything in PHP and have not looked back. PHP is faster, easier and far less taxing on the server than CF. Basically, once you know the syntax and functions of PHP, converting is pretty easy, although time consuming. What you need to do

Re: [PHP] Mail-Encryption

2001-02-09 Thread Lic. Rodolfo Gonzalez Gonzalez
On Fri, 9 Feb 2001, Christian Reiniger wrote: > > This returns echoes the part after the | in safe-mode. > echo only outputs something. it doesn't return anything. Yup, grammar error, I meant "prints to stdout" :) > Write > $comm = "$data | " . $this->gpg_command; Didn't work that way :( > an

  1   2   >