[PHP] Session Problem

2003-07-02 Thread Michael A Smith
about democracy is that it gives every voter a chance to do something stupid." -Art Spander -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Request Network ID

2003-07-07 Thread Haitham A. Khaiyat
Hi, I need you help please. I am looking for a function can give the Network ID from LAN. For example, our LAN is based on Windows 2000. How can I get user network account. VB.NET has this built in function Request.ServerVariables("LOGON_USER") Can you help?:

[PHP] Need PHP on Win2000 Pro

2003-07-12 Thread John A. Thomason
Hello, I need some advice on getting PHP 4 up and running on my Windows 2000 Professional. I have followed all of the instructions in the installation file, but when I try to run a PHP as a batch from the command prompt, all I get is the file listed. Help! John A. Thomason [EMAIL PROTECTED

[PHP] OK, So I am new to these List. Win2000 help!

2003-07-12 Thread John A. Thomason
hpinfo(); C:\PHP> And the following is the PHP code to generate it. !#C:\php\; echo"Hello World!"; if ($foo): echo "yep\n"; elseif ($bar): echo "almost\n"; else: echo "nope\n"; endif; phpinfo(); Now, I know that the variables are not set, so

Re: [PHP] Need PHP on Win2000 Pro

2003-07-13 Thread John A. Thomason
with And that is how simple the fix was, and now I am going to rewrite all of my batch files and perl scripts using PHP. I do need a little more understanding of Apache and will be studying your Apache tutorial. Thanks again. John A. Thomason [EMAIL PROTECTED] - Original Message - From

[PHP] Re: PHP weirdness with files named tos.php

2003-07-13 Thread John A. Thomason
I'm running Apache 2/php/perl/mysql on Win2000 and tos.php worked. john [EMAIL PROTECTED] "Motorpsychkill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm running PHP 4.3.1 with Apache 2.0 on Windows XP. Everything works great > except if I n

[PHP] Best way to transfer session IDs

2003-07-25 Thread Matthew A. Blasinski
Hi, I'm trying to track session data and merge several related services through a common server-side session (using Apache). One condition is that it won't use cookies to store the user data OR the session ID. Another is that the services we're merging use different languages,

Re: [PHP] Best way to transfer session IDs

2003-07-25 Thread Matthew A. Blasinski
Thanks for the response Chris, that's just the type of thing I was looking for! So, I'm thinking a plausible session id could be made by hashing their identification (to make it useful to the rightful owner only) with a private key (to make it hard to get and guess). I

Re: [PHP] Best way to transfer session IDs

2003-07-26 Thread Matthew A. Blasinski
Chris Shiflett wrote: --- "Matthew A. Blasinski" <[EMAIL PROTECTED]> wrote: So, I'm thinking a plausible session id could be made by hashing their identification (to make it useful to the rightful owner only) with a private key (to make it hard to get and guess). I think the

Re: [PHP] Changing Bytes to KB, to megs, to gigs.

2003-07-26 Thread Matthew A. Blasinski
Philip J. Newman wrote: My goal is to input the amount of Bytes used by a user as $inputbox and calculate how many kbs,megs,gigs along with $cost for the price per meg. Questions? 1. Should I be dividing by 1024 or 1000? This was passed to me by word of mouth ... 2. Any way of rounding to 2 or 3

Re: [PHP] Script Execution Time

2003-07-28 Thread Petya A Shushpanov
} } $timer = new jTimer; $timer->start(); #your code here $timer->stop(); echo round($timer->elapsed(),5); ?> -- Petya A Shushpanov tel.: (+7 916) 556 16 27 mail: [EMAIL PROTECTED] site: www.eastof.ru - Original Message - From: "Radek Zajkowski" <[EMAIL PR

Re: [PHP] Script Execution Time

2003-07-28 Thread Petya A Shushpanov
Tnx. I`ve it fixed jet. - Original Message - From: "Chris W. Parker" <[EMAIL PROTECTED]> To: "Petya A Shushpanov" <[EMAIL PROTECTED]>; "Radek Zajkowski" <[EMAIL PROTECTED]>; "PHP GENERAL" <[EMAIL PROTECTED]> Sent: Tuesday

Re: [PHP] project management php system

2003-08-14 Thread Michael A Smith
I've developed PrattCMS... (Try out the latest RC, it's quite stable and note that 2.0 will be out later today or tomorrow depending...). It's: -GPL'ed -PHP/MySQL (Could support other databases, with small amount of work.) -Has an error reporting class to send notes when a d

Re: [PHP] PHP - MySQL Query...

2003-08-14 Thread Michael A Smith
$row[0] . ', ' . $row[1] . ' ' . $row[2] . ' ' . $row[3] . " \n"); } getting this error: *Warning*: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in... so... is the problem with the $query? I don't see anything wrong (

Re: [PHP] PHP- accessing session var

2003-08-14 Thread Michael A Smith
ael Chris Shiflett wrote: --- Mignon Hunter <[EMAIL PROTECTED]> wrote: When I print_r my session vars> part of what get is: Do this: print_r($_SESSION); Show us what that outputs. Your output seemed to infer that you are doing something else when you "print_r your session va

[PHP] Large PHP Project... Need Project Manager

2003-08-14 Thread Michael A Smith
Hey, I've got a nice CMS (in quite stable 2.0 form) that I need a Project Manager who can just deal with some bugs/answer questions for the next 9 months while I'm away at school... anyone interested? It would simply mean watching bug reports on SourceForge and answering things. Als

Re: [PHP] READ RECEIPTS [WAS: $GLOBAL question]

2003-08-18 Thread Michael A Smith
s this way and it doesn't work: $aTest = "This is a test"; function GlobalCheck() { print "{$GLOBAL['aTest']}"; } GlobalCheck(); ?> Does someone know the 'right' way to do this?? Robin 'Sparky' Kopetzky Black

Re: [PHP] READ RECEIPTS [WAS: $GLOBAL question]

2003-08-18 Thread Michael A Smith
Dan Anderson wrote: On Mon, 2003-08-18 at 17:22, Robert Cummings wrote: This is pretty off topic -- but most clients also let you refuse to send receipts automatically -- which is how I deal with them. Yes but read reciepts do exist for a purpose. If you happen to work at a place

Re: [PHP] READ RECEIPTS [WAS: $GLOBAL question]

2003-08-18 Thread Michael A Smith
ion? If not, you might like to think about getting a better client. thanks! You ever open a spam and 30 seconds later get a follow up spam? That's what happens from automatically sending read reciepts. Also, spammers love to use them as a tool to figure out who actually reads spam --

Re: [PHP] Mail() Problem Sending

2003-08-18 Thread Michael A Smith
My ideas: (in order of likelihood) Idea #1: Your computer hates you. Idea #2: Sendmail isn't running. Idea #3: Sendmail isn't setup correctly. Idea #4: You have been hacked by Saddam. -Michael :-) Ben C. wrote: I have recently had php installed on my server with sendmail. The server i

[PHP] HELP! I'm Desperate...

2003-08-19 Thread Michael A Smith
Hi, I'm going off to school and won't have computer access for like 9 months... :-\ .. and I need someone with a couple of hours every week to monitor my CMS for bug reports, and to fix bugs (if they want). I would appreciate it so much. The project resides at: http://source

Re: [PHP] (^&*$*(^&*$% ensim web appliance

2003-08-19 Thread Michael A Smith
Do you have AllowOverride All in your httpd.conf file for that dir? -Michael Dennis Gearon wrote: please cc me Anyone on a shared, name-based IP, ensim web appliance hosted website? Can you tell me how to set the freekin': php_value auto_prepend

[PHP] variables with ""

2003-03-17 Thread Ian A. Gray
Hi, just a quick question. How do I include double quotes in a variable? I am trying to put html code in a variable in a mailing program: $mail->Body = "Heading Please e-mail me at mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]"

[PHP] re: variables with ""

2003-03-17 Thread Ian A. Gray
Using the \ or using single quotes instead of double is great. However I am now finding a problem if someone inputs either single or double quotes on a form which uses php. The user inputs for example: I\ve performed many roles including "Figaro", "Dandini" and '

[PHP] OpenSource PHP Project

2003-06-04 Thread Michael A Smith
Hi, Anyone interested in helping out with an opensource CMS project. PHP/MySQL/Smarty Templates/Modules checkout prattcms.sf.net. It's different from other CMSs in that it is not user-driven. The pages use a WYSIWYG editor (inline, htmlarea, also open-source). Thanks! -Michael --

Re: [PHP] New word proposition (was: Re: [PHP] HTML and PHP)

2003-06-05 Thread Michael A Smith
> > > -Michael > > > > On Wed, 2003-06-04 at 12:36, Evan Nemerson wrote: > > > Clode? I like it. Really, who wants to say "closing php tag", > > > "terminating php tag", or whatever you say. Why not start calling it a > > > clode?

[PHP] POST Variables get passed as GET variables.

2003-06-05 Thread Michael A Smith
Hey, So I've got this form that passes POST variables. However, they keep getting passed as get variables. Example: Get's sent to it as: url.php?action=something What's going on here? This is a new installation of PHP 4.3.1, Apache 1.3... -Michael -- PHP General Mai

[PHP] Search Engine

2003-06-20 Thread Michael A Smith
Hi, I'm trying to find a script (PHP,Perl, Whatever) that will search through a bunch text files, ignore certain keywords, and then generate a text file with the line that each one is on, and what the words were. Thanks, -Michael -- PHP General Mailing List (http://www.php.net

[PHP] ATTN: Steve Marquez [ Fwd: Re: [PHP] php.ini]

2003-06-25 Thread Michael A Smith
Take a look at this message first. --- Begin Message --- Does the php.ini file always go in the same place no matter the OS? I did a locate in the shell, and nothing came up. I could find .ini files, or php. files, but no php.ini files. In all likelihood, you don't have a php.ini file on

[PHP] Sybase and PHP

2003-06-25 Thread Michael A Smith
Hi, I want to connect to a Sybase database running on another windoze server without having to a buy a copy of sybase for linux. How can I compile PHP to have the sybase functions, but not the local database program. -Michael -- Michael A Smith <[EMAIL PROTECTED]> -- PHP General Mailin

[PHP] Bundled GD & Webalizer

2003-06-27 Thread Michael A Smith
I compiled PHP 4.3.2 --with-gd, but now webalizer can't find GD? Where is it? I tried installing the original library but that's not good either. -Michael -- Michael Smith [EMAIL PROTECTED] "The great thing about democracy is that it gives every voter a chance to do s

Re: [PHP] Bundled GD & Webalizer

2003-06-27 Thread Michael A Smith
No, you don't understand, I want to know where PHP installs GD. -Michael On Fri, 2003-06-27 at 08:06, Adam Voigt wrote: > PHP did not remove your copy of GD, so this is > a system question, not PHP. > > > On Fri, 2003-06-27 at 12:03, Michael A Smith wrote: > > I co

[PHP] html parser

2002-08-12 Thread Curtis A. Weyant
Does anyone know of a good PHP HTML parser out there that I can use? Thanks, Curtis. Is your boss reading your email? Probably Keep your messages private by using Lycos Mail. Sign up today at http://mail.lycos.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] location headers are crisco to cookie headers?

2002-08-13 Thread Scott A Connerly
then edit the script to remove the echo and the subsequent error, and hit refresh, the cookie holds. This is both in IE and Moz. Does anyone have any clue what might be causing this? I assume it's something with my PHP.ini, but can't (seem to) find any significant differences in the tw

RE: [PHP] Exiting from an include or required file

2002-08-21 Thread M . A . Bond
Or just do a return(); mailto:[EMAIL PROTECTED]] Sent: 21 August 2002 15:48 To: Henry; php-general Subject: RE: [PHP] Exiting from an include or required file Seems like the easy way, at least in this case, would be to make the second part of your File A an "else" t

RE: [PHP] Re: Mail problem

2002-08-30 Thread M . A . Bond
I actually had to set the SMTP setting to localhost on our solaris boxes to get this to work. I discovered this because we have a few older machines without php.ini files altogether, and the default is to have this set (the older machines worked). Thanks Mark Bond -Original Message

[PHP] str_replace question

2002-09-01 Thread Gregor Jak¹a
words not Array but not in bold ;) I know i could use 2 arrays one with bold words one without or i could use foreach but i want a simpler solution :)... Any suggestions ? thx in advance ! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MS SQL Problem

2002-09-13 Thread M . A . Bond
http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Confused

2002-09-23 Thread M . A . Bond
Nope, Do a select like so: Select user_name, group_name from users,groups where users.group_id=groups_id order by group_name; Then do a php loop (you'll need to find the eact php commands, this is just an example): While (!$results->EOF) { If ($results[group_name]!="$

RE: [PHP] mysql_num_rows error

2002-09-23 Thread M . A . Bond
>> I am new to php and that the folowing error: Warning: mysql_num_rows(): >> supplied argument is not a valid MySQL result resource in >> /home/tbonestu/public_html/smallimages.php >> >> i dont know what i am doing wrong here is the code: >> >

RE: [PHP] How do i assign Integers only and not real numbers?

2002-09-23 Thread M . A . Bond
: [PHP] How do i assign Integers only and not real numbers? Hi all, I have a line of code that assigns a new year number: - $years = $years + ( $themonth / 12 ); but sometimes $years == 1998.08 or $year == 2002.75 etc... I cant find anything like a round() or floor() function in PHP so

[PHP] Complete development software

2002-10-03 Thread Ray, James A
Other then Abriasoft, is there another complete software package that contains PHP, MYSQL, APACHE and PERL for Windows? Thank you Jim

[PHP] something like array_walk?

2002-11-15 Thread A. J. McLean
sound(&$word){ $word = soundex($word); } array_walk($color, 'sound'); print join(" ", $color); This will print out the array $color, which is now changed to soundex, i.e. the original array (up top) has changed--which I don't want. How can I generate a separate

Re: [PHP] something like array_walk?

2002-11-15 Thread A. J. McLean
Thanks! Just what I was looking for! "Jon Haworth" <[EMAIL PROTECTED]> wrote in message news:67DF9B67CEFAD4119E4200D0B720FA3F0241E788@;BOOTROS... > Hi, > > > I want to take an array and get the soundex() for each element > > in that array and return the results into another array. > > How about:

[PHP] '--enable-track-vars' & php.ini file on Mac OS X

2002-06-10 Thread Mario A. Salinas
Hi Folks, Let me begin with the direct question to save you time. If you want more info read more about the issue by reading 'The Problem:' below. The question: Is there any way to '--enable-track-vars' in my Macintosh laptop running Mac OS-X 10.1.5 and a version 4.2.1

Re: [PHP] Web Services

2002-06-26 Thread Thalis A. Kalfigopoulos
om/nusoap/index.php cheers, thalis On Wed, 26 Jun 2002, Laurent Drouet wrote: > > Hi the ML > > I would like to know if there is a way to request data from a web services > for example http://glkev.net.innerhost.com/glkev_ws/Currencyws.asmx > using php without java ? &g

[PHP] help with preg_replace()

2002-07-01 Thread Gregor Jak¹a
ive been tryin to find a solution for this problem for some hours now, but i just dont know how to do it... so i ask for ur assistance. Lemme list some examples, so u can see what im tryin to do :) "word" = "word" >word = >| word | "word = >|word | "word it

[PHP] Problems Retrieving Session Variables on 2nd submit.

2002-07-22 Thread Mario A. Salinas
Hello folks, I'm wondering if anyone has experienced this before. I'm trying to get sessions working for a small utility site I've developed. I'm using PHP Vers 4.0.2 (I know its an oldie but I don't know how to update it without crashing my entire server) on a C

RE: [PHP] upgrade 4.1.2 to 4.2.2 (passing vars problem with 4.2.2)

2002-07-22 Thread Roedel, Mark A.
P] upgrade 4.1.2 to 4.2.2 (passing vars problem > with 4.2.2) > > > I have been running 4.1.2 for a while with no problems. This > morning, I downloaded 4.2.2, did a configure/make/make install. > All seemed to have gone well. However, it broke all my sites > that use PHP

Re: [PHP] PHP Interview questions

2003-08-26 Thread Michael A Smith
CPT John W. Holmes wrote: From: "Jay Blanchard" <[EMAIL PROTECTED]> Also ask a couple of other questions that require thought, but have nothing else to do with code. such as... In one room you have 3 light switches, each connected to one light bulb in another room. How man

[PHP] HTML Template, PHP, Javascript & PATH_INFO

2003-09-04 Thread Richard A. DeVenezia
Help: --- problem My page generated via a template can't find some javascript. setup I am hosted on Apache 1.* I have a folder containing many *.html containing content which I want to be displayed in another style of page. Suppose there is foo/ foo/content1.html ... foo/contentN

Re: [PHP] HTML Template, PHP, Javascript & PATH_INFO

2003-09-04 Thread Richard A. DeVenezia
"John W. Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Richard A. DeVenezia wrote: > [snip] > > I can do > > - site.com/info/template.html and get two alerts > > - site.com/info/content1.html and see a new text under H1 > > -

[PHP] RE: if..else condition for checkbox

2003-10-02 Thread Rob A. Brahier
Irin, Quite a number of issues here, actually. We'll start with your question and work from there. Using the checkbox as an example, the code you would use to check if it was set is: if($_GET['Cheque'] == 'Cheque') { // The Cheque checkbox was checked

[PHP] RE: HTML Printing problem.

2003-10-08 Thread Rob A. Brahier
If you are using PHP on a Windows server then this might be an option: http://us4.php.net/manual/en/ref.printer.php -Rob -Original Message- From: php coder [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 4:13 PM To: [EMAIL PROTECTED] Subject: HTML Printing problem. Issue

[PHP] RE: Congratulations You Win

2003-10-09 Thread Rob A. Brahier
I much preferred that email asking for my help to transfer some dead african warlord's funds. At least then I could believe I was about to be screwed over for a good cause. :) -Rob -Original Message- From: Francis Weeny [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003

[PHP] RE: BTML 2.0 released!!!

2003-11-07 Thread Rob A. Brahier
Some comments in the code would be nice too. It's too much of a bother to decipher code without indentation or comments. -Rob -Original Message- From: Bas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: BTML 2.0 released!!! Ok

[PHP] Problems with a simple page

2003-11-25 Thread Carlos A. Rodriguez
Hi php-fans... here's a simple question for you I have this HTML page in WIN (Busqueda.htm) the page contains a textfield (textfield3) and a button (submit1) which calls a php file Buscador.php in a Linux server (RED HAT 8) well, my php file which doesn't read anything when I write

[PHP] Problems with a simple page

2003-11-27 Thread Carlos A. Rodriguez
THANKS TO ALL!! I SOLVED IT - Original Message - From: "Graham Solomon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 11:28 AM Subject: Re: [PHP] Problems with a simple page > Jay Blanchard wrote: > > [snip] > > Hi php

[PHP] Any security issues with preg_match and web form input ?

2003-12-09 Thread Richard A. DeVenezia
I accept a regex search term posted from a form, but I use $_REQUEST, so a person could throw the search term on the url if they wanted to. Am I open to any security breaches ? $search_term = isset ($_REQUEST ['search']) ? $_REQUEST ['search'] : ''; if ($search_t

[PHP] Forms, ListBoxes, Validating Errors.

2004-01-16 Thread Kacey A. Murphy
What I have is an issue with posting forms with Dynamic ListBoxes. What happens is when you fill the form out, and hit submit, it validates the form .. if there is a required field not filled out, it comes back and gives an error. All the textfields have all the information and the Static

[PHP] RE:AGAIN [PHP] Forms, ListBoxes, Validating Errors.

2004-01-16 Thread Kacey A. Murphy
-Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 6:43 AM To: Kacey A. Murphy Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Forms, ListBoxes, Validating Errors. Hello Kacey, Friday, January 16, 2004, 11:33:22 AM, you wrote: KAM> What I have

RE: [PHP] looking for a PHP editor

2001-01-09 Thread Jeffrey A. Stuart
Nope! CodeCharge! -- Jeff (FurBall) WebOverdrive Newbie Tech Board http://www.topniche.com/tech/ [EMAIL PROTECTED] -Original Message- From: Brad Hubbard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 6:11 PM To: Jeffrey A. Stuart; PHP is not a drug . Subject: Re: [PHP

RE: [PHP] looking for a PHP editor

2001-01-09 Thread Jeffrey A. Stuart
2001 8:29 PM To: Jeffrey A. Stuart; Brad Hubbard; PHP is not a drug . Subject: Re: [PHP] looking for a PHP editor I went to their homepage, and couldn't find a link to download the actual program, just some example stuff, and it says "coming soon"... Is it out there somewhere and I

Re: [PHP] declaring variables in class definitions

2001-01-10 Thread Max A. Derkachev
a storage. You should define a structure of the class before using the class. You can set the value of the $somevar anytime later, when using an object of class a. $d->somevar = true; and the next call to $d->b() will print nothing. But you won't be able to assign a value to $somevar, if

Re[2]: [PHP] declaring variables in class definitions

2001-01-10 Thread Max A. Derkachev
Hello sam1600, Wednesday, January 10, 2001, 7:44:44 PM, you wrote: >> $d->somevar = true; >> and the next call to $d->b() will print nothing. >> But you won't be able to assign a value to $somevar, if it is not >> declared in the class. sic> This d

Re[4]: [PHP] declaring variables in class definitions

2001-01-11 Thread Max A. Derkachev
uture since it violates the OOP paradigm. It looks like a bug, not a feature to me. I'm not sure that PHP should invent its own OOP style. Once in the morning after update to a new PHP version you'll find that you classes won't work anymore if you do such things. sic> As far as I

[PHP] Problem building php 3.0.18

2001-01-12 Thread Michael A. Peters
Howdy- I'm having a slight problem when attempting to build php 3.0.18 First of all I'd like to say the rpm spec file I inherited for this is a mess- I may clean it up (likely start from scratch...), but the spec file I'm using isn't the issue. mod_php builds just dandy- b

Re: [PHP] Problem building php 3.0.18

2001-01-13 Thread Michael A. Peters
o use is to uncomment certain shared objects from their php3.ini file. That way if they don't want certain php functions available, they don't need to add to the weight of apache by having php provide those functions. Richard Lynch wrote: > > If you're smart enough to edit a

[PHP] using ssh via popen

2001-01-14 Thread Julia A . Case
Can anyone shed any light on why the following code doesn't work? I'm trying to interact with ssh through PHP's popen function. Julia "; maxpsi(0); ?> -- [ Julia Anne Case ] [Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really

Re: [PHP] PHP & FDF on Linux PPC

2001-01-15 Thread Michael A. Peters
Richard Lynch wrote: > > Try the Apache/MySQL/PHP Mailing List also: > > To unsubscribe from this list, just send a blank message to > [EMAIL PROTECTED] > > To switch to or start with the digest version, send a blank message to > [EMAIL PROTECTED] > > This list

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Michael A. Peters
ut I don't think so. If it is horde you are trying to install- if its just an imap client you are looking for- check out basilix. I also believe you can use a directive either in the php.ini file or httpd.conf to turn magic quotes on/off on a per directory basis, w/o .htaccess (again- I'm no

Re: [PHP] Zend Optimizer

2001-01-16 Thread Michael A. Peters
edia > The Solution To Your Internet Angst > http://www.neweve.com/ > > > > -- > 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,

[PHP] upgrade problems

2001-01-18 Thread Bart A. Verbeek
Hello, I tried to upgrade php3* to php4 on my win98 machine. Downloaded the binarie and tried to install it. Every time I trie to request a *.php-file I get the following error: >> PHP: Unable to parse configuration file. Does anyone know what this meens and how to solve it?? php 3

Re: [PHP] Sendmail User ID

2001-01-18 Thread Julia A . Case
$mailsent = mail("[EMAIL PROTECTED]", "Subject", $mesg, "From: [EMAIL PROTECTED]\n") Try this, Julia Quoting Yurais Fernandez Leal ([EMAIL PROTECTED]): > > Hi > > I have a web site that sends virtual greetings cards > > But the mails

RE: [PHP] upgrade problems

2001-01-18 Thread Bart A. Verbeek
Heb ik ook CGI nodig om php4 te draaien?? -Oorspronkelijk bericht- Van: Chris Hayes [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 18 januari 2001 13:18 Aan: Bart A. Verbeek Onderwerp: Re: [PHP] upgrade problems > >> PHP: Unable to parse configuration file. > > Does a

Re: [PHP] Ultimate Editor

2001-01-18 Thread Michael A. Peters
look into nedit. It does very well on linux, and I hear there's a Windows port. I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg nedit website is http://www.nedit.org/ It doesn't have a publish directly to the web function, nor does it have a built in server- but I just

RE: [PHP] Ultimate Editor

2001-01-18 Thread Michael A. Peters
Yes. We (abriasoft) include it with some of our products. It's got a lot of nice features, and runs very well. On Thursday, January 18, 2001, at 05:05 PM, Scott Gerhardt wrote: > Has anyone tried Bluefish for Linux? > > > > > -Original Message----- >

RE: [PHP] Ultimate Editor

2001-01-18 Thread Michael A. Peters
On Thursday, January 18, 2001, at 05:18 PM, Scott Gerhardt wrote: > The latest version of Bluefish really has a lot of tools and features for > PHP4. Agreed. I still like nedit better, though :D note: nedit does NOT have the php features bluefish has as far as button clicking st

Re: [PHP] RE: Ethics question...

2001-01-18 Thread Michael A. Peters
John Hinsley wrote: > > "Randy Johnson" <[EMAIL PROTECTED]> wrote: > > > is there any benchmarks or proof that I should host a high traffic site on a > > FREEBSD/APACHE instead of a redhat Linux/Apache server? Apache doesn't have threading (y

Re[2]: [PHP] RE: Ethics question...

2001-01-19 Thread Max A. Derkachev
Hello Randy, Thursday, January 18, 2001, 9:49:37 PM, you wrote: RJ> is there any benchmarks or proof that I should host a high traffic site on a RJ> FREEBSD/APACHE instead of a redhat Linux/Apache server? I can't show the figures, but I gave the feeling that FreeBSD behaves better

Re: [PHP] Re: PHP site on CD-ROM

2001-01-19 Thread Michael A. Peters
I would use thttpd with php support compiled in, rather than a browser. That way you could use whatever the browser on the users system was- more comfortable for the user. difficulty is what port to run the server at (well, one of the difficulties...) but you could search for an unused

Re: [PHP] Re: PHP site on CD-ROM

2001-01-19 Thread Michael A. Peters
Aditionally you could create a ram disk with you php stuff, mount that in /tmp/whatever read-write- and use that for your thttpd document root. May require root access to mount the ramdisk, though. On Friday, January 19, 2001, at 03:12 PM, Michael A. Peters wrote: > I would use thttpd w

Re: [PHP] a text formating & cpu question

2001-01-20 Thread Michael A. Peters
Christian Reiniger wrote: > > On Thursday 18 January 2001 23:05, Noel Akins wrote: > > Question 2: > > Is there a way for php to detect the cpu speed of a users computer? > > If you're on a Linux machine you can read /proc/cpuinfo and pick out the > speed

Re[2]: [PHP] is it possible to communicate javascript and php?

2001-01-22 Thread Max A. Derkachev
Hello Alex, Sunday, January 21, 2001, 4:20:53 AM, you wrote: AB> no without submitting information to the server with get or post. AB> for example, if a bit of javascript you have comes up with some value, the AB> only way you can get it to the server is to put it in a get and se

Re: [PHP] convert ASP to be PHP

2001-01-22 Thread Michael A. Peters
look into asp2php a search on google for asp2php should get you the huys home page. On Monday, January 22, 2001, at 12:54 PM, Jacky@lilst wrote: > Hi people, > I have one ASP site that need to be converted to be PHP3 ( on Linux OS). Is there >any proper way > to do this? The dat

Re: [PHP] php.ini

2001-01-23 Thread Michael A. Peters
try find / -print |grep "php\.ini" after your make install. will take awhile, but that should find it :D On Tuesday, January 23, 2001, at 04:44 PM, Rasmus Resen Amossen wrote: > Everybody talks about this nice configuration file, but where is it?! > I have compiled php4 with ap

Re: [PHP] Persistent connections and transactions

2001-01-25 Thread Martin A. Marques
El Jue 25 Ene 2001 10:21, Frank Joerdens escribió: > On the PostgreSQL lists there has been some discussion recently as to > the mechanism behind, benefits and drawbacks, of persistent connections. > In particular a scenario similar to the following was brought up: > > Browse

RE: [PHP] Zend hit (Encoder price)

2001-01-25 Thread Michael A. Peters
My question is- Does the encoder license permit a company to purchase the license, and then optionally encode php for third parties? Can I, for example, encode purchase the encoder, and then make a deal with John who can't afford the encoder to encode John's web application for $15

Re: [PHP] Persistent connections and transactions

2001-01-25 Thread Martin A. Marques
El Jue 25 Ene 2001 14:34, Frank Joerdens escribió: > On Thu, Jan 25, 2001 at 11:18:49AM -0300, Martin A. Marques wrote: > [ . . . ] > > > No, and thats why in the postgres list we talked about persistent > > connections not having much benefits. That is because the connection

Re: [PHP] Persistent connections and transactions

2001-01-25 Thread Martin A. Marques
El Jue 25 Ene 2001 16:49, Frank Joerdens escribió: > On Thu, Jan 25, 2001 at 04:04:24PM -0300, Martin A. Marques wrote: > [ . . . ] > > > Of course. But the persistent connection are not working as the manuals > > say they should work. > > It appears this riddle has

Re: [PHP] PostgreSQL + PHP + SQL warning messages

2001-01-25 Thread Martin A. Marques
(sort of) all the info about the last query. What sort of information would you like? Last insert? You have an pg_getlastoid() function. Hope it helps. Saludos...:-) -- System Administration: It's a dirty job, but some

Re: [PHP] Post without submit?

2001-01-26 Thread Max A. Derkachev
Hello Chris, Friday, January 26, 2001, 8:23:27 AM, you wrote: C> is there anyway to post without clicking a submit button? You can, e.g. using javascript event. on="document.forms['formname'].submit()" -- Best regards, Max A. Derkachev mailto:[EMAIL PROTECTED] Sym

[PHP] PHP on FreeBSD 3.2

2001-01-26 Thread Julia A . Case
I'm having some trouble with PHP4 on a FreeBSD 3.2 machine. PHP3 compiles and works fine, but PHP4 gives a floating point error (both as a module and static). PHP4 under FreeBSD 4.2 works fine. Any ideas, Julia -- [ Julia Anne Case ] [Ships are safe inside the h

Re: [PHP] PHP on MAC

2001-01-26 Thread Michael A. Peters
On Friday, January 26, 2001, at 09:16 AM, lou wrote: > You can't on os9. Sure you can. Its called webten http://www.webten.com/ and it supports php > > You have to run it on osX PB (or osx server I believe) Or you could go with a freely available operating system such as

Re: [PHP] PHP on FreeBSD 3.2

2001-01-26 Thread Julia A . Case
Thanks, it works now. Julia Quoting Rasmus Lerdorf ([EMAIL PROTECTED]): > Try a snapshot from http://snaps.php.net > > This should be fixed. > > -Rasmus > > On Fri, 26 Jan 2001, Julia A . Case wrote: > > > I'm having some trouble with PHP4 on a FreeBSD

Re: [PHP] Session problems

2001-02-21 Thread Martin A. Marques
Mensaje citado por: Jack Davis <[EMAIL PROTECTED]>: > We have designed a web based email program that we have > recently found a problem with...If you open up two email > accounts in two different browser windows, the first window > opened takes on the session that the second

Re: [PHP] Sessions and naming a file with SID

2001-02-22 Thread Martin A. Marques
Mensaje citado por: Brandon Orther <[EMAIL PROTECTED]>: > Hello, > > Is there a way to start a session and then save a temp file with the > name of > the Session ID? I thought that was what it did. :-) Read the session manual, the papers published in phpbuilder and check t

Re: [PHP] phpPgAdmin ?

2001-02-22 Thread Martin A. Marques
Mensaje citado por: Oguz Demirkapi <[EMAIL PROTECTED]>: > > Hi, > > We have a PostgreSQL and Php 4.02 preinstalled Cobalt RaQ4r server and > I > want to manage PostgreSQL via pgPgAdmin. But when I try to log

Re: [PHP] Problemas con conexion Oracle

2001-02-23 Thread Martin A. Marques
Speak in english, even if some of us can understand you. Mensaje citado por: Alex sepúlveda <[EMAIL PROTECTED]>: > Estimados: > He instalado PHP en un servidor Windows NT/2000 y cuando en el primer > archivo php creo una conexion a Oracle, se cae > en la función O

Re: [PHP] Parsing a string

2001-02-23 Thread Martin A. Marques
Mensaje citado por: Todd Cary <[EMAIL PROTECTED]>: > I have a comma delimited string that I need to parse into an array. Is > there a PHP function that will do that ? Did you check the string functions? explode for example? Saludos... ;-) System Administration: It's a dirty

<    9   10   11   12   13   14   15   16   17   18   >