Re: [PHP] Strange Parser error

2001-02-01 Thread Ben Peter
Phil, posting the scrpit would be good, it's hard to say anything without having seen it. Ben Phil Daintree wrote: > > I have been working on a script and come to a brick wall which I can't break... > > I am using Suse Linux 2.2 kernel, PHP4.04pl1 Mysql 3.22 Mod_ssl open_ssl - this is > runn

Re: [PHP] Dynamic Variable Creation from Forms

2001-02-01 Thread Nuno Silva
[ rswfire ] wrote: > I have a problem I'm not sure how to fix. > > PART I > > I have a form on a page that creates its variables dynamically. > Here's an example: > > mysql_db_query($db, "SELECT * FROM table"); > while ($row = mysql_fetch_array($result)) > { > > echo ""; > > } > > PART I

[PHP] RE: test ... please ignore ...

2001-02-01 Thread PHPBeginner.com
Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.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 administr

RE: [PHP] RE: test ... please ignore ...

2001-02-01 Thread Navid
Thank you very much, I will look forward to this. This may be just what I was looking for, a complete beginner's tutorial for PHP. Congrats and good luck with the opening night. Sincerely, Navid -Original Message- From: PHPBeginner.com [mailto:[EMAIL PROTECTED]] Sent: Thursday, F

[PHP] newlines in boxes..

2001-02-01 Thread James Smith
Alright, on my site, I have a news section, whenever i goto insert new news in the Admin area, I have to insert or /n in it, while typing in the news. How do I make this a automated process I know it can be done, but addslashes doesn't work and htmlspecailchars() doesn't work what will? Thank

[PHP] Win2K/PHP4.0.4pl1 - include_path mess (won't include from the current directory)

2001-02-01 Thread PHPBeginner.com
Hello guys, I have the following problem: in my PHP.ini (which stays under c:\WINNT) I have include_path= "P:\includes; " ; UNIX: "/path1:/path2" Windows: "\path1;\path2" doc_root= ; the root of the php pages, used only

Re: [PHP] connecting to AS400 DB2

2001-02-01 Thread szii
To connect to an AS400, you MUST HAVE THE DRDA package installed. Then you just run the Unified ODBC as usual (which still don't use ODBC but translate to DB2 CLI under the covers.) Look for the DRDA stuff in the DB2 Connect area/CD-ROM. There's stuff on phpbuilder.com about it too. -Szii At

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread mwaples
Shane McBride wrote: > > I know this is not really a PHP question, but it should make for a good thread. :) > > I was wondering what other PHP people charge to write PHP? I have just been given a >project for a fairly large customer, much larger than I normally do work for. So I am >VERY confu

Re: [PHP] Why sprintf for query?

2001-02-01 Thread Ben Peter
Karl, where is the first line from? it's pretty useless overhead. $q = 'SELECT prodnum, childdesc FROM prodaval' would be second fastest (the string is now parsed as it is in single quotes). fastest would be to directly feed the statement to the query function (e.g. mysql_query) instead of sto

[PHP] Re-Creation of Objects in sessions

2001-02-01 Thread Thomas Stinner
Hello together, if you currently use sessions and register objects inside of a session it is necessary to include the class definition of such object in every php page to be able to access the contents of such object. This is problematic if you have a system where the main php page does not know

Re: [PHP] Cobalt Raq Servers & PHP

2001-02-01 Thread WreckRman2
I currently have a dedicated RaQ3 server which runs PHP great. Before I got the RaQ3 my host provider was using a RaQ4 which also ran great. No problems on my end using the RaQ servers and PHP. David Smith - Original Message - From: Jamie Thompson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

[PHP] Directory Listing with PHP

2001-02-01 Thread Chris Aitken
(Damn I hate it when I forget to change the subject) Does anyone have, or know of a script which simulates what Apache gives out when it shows the entire contents of a directory ? I find it very handy to use the directory listing of say graphics directories and the like, but I dont want oth

Re: [PHP] E-mail valid

2001-02-01 Thread Chris Aitken
Does anyone have, or know of a script which simulates what Apache gives out when it shows the entire contents of a directory ? I find it very handy to use the directory listing of say graphics directories and the like, but I dont want others looking into them. What I thought would be a good

[PHP-CVS] cvs: php4 / NEWS /ext/pcre php_pcre.c php_pcre.h

2001-02-01 Thread Andrei Zmievski
andrei Wed Jan 31 21:04:59 2001 EDT Modified files: /php4 NEWS /php4/ext/pcre php_pcre.c php_pcre.h Log: Modified /F handling to allow calling object methods. Index: php4/NEWS diff -u php4/NEWS:1.575 php4/NEWS:1.576 --- php4/NEWS:1.575

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Jonathan Sharp
I find this an interesting topic... One thing that we've found when looking for additional PHP programmers to add is that since PHP has exploded there are a lot of people out there coding in PHP that don't have a background in programming or some of the design considerations. We've looked at vari

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Philip Olson
Hey Shane, This is a tricky issue, here's me (USD): $60/hr $30/hr if end result becomes open sourced (no strings) General discounts for features such as : fun,true non-profit,intelligent employer,learning curve and it all lives on a sliding scale depending on their ability to pay and my de

Re: [PHP] E-mail valid

2001-02-01 Thread Sean Cazzell
> Does anyone have a function that tells you weather a variable holds a valid > e-mail address or not? It depends on what you mean by "valid email address". For example, I can enter "[EMAIL PROTECTED]" which looks valid, but doesn't exist. You can take things a step further and lookup the domai

Re: [PHP] function list

2001-02-01 Thread Stephen Edberg
On Thu, 1 Feb 2001, Josh G wrote: > http://www.php.net/quickref.php is probably the best you'll get. no > descriptions, but it _is_ a list of all the functions. > > Gfunk - http://www.gfunk007.com/ > See: http://zugeschaut-und-mitgebaut.de/php/ -steve > - Origi

[PHP] Formatting/Financial

2001-02-01 Thread [ rswfire ]
Is there a simple way to format a variable into an appropriate financial string... 5.0 5.4 4.346 I'd like all of the above to format as $XXX.XX _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- PHP General

Re: [PHP] Formatting/Financial

2001-02-01 Thread Josh G
number_format($number,2); Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "[ rswfire ]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-02-01 Thread Stig Bakken
ssb Thu Feb 1 01:36:52 2001 EDT Modified files: /php4/ext/mysql php_mysql.c Log: did someone poop in the code? :-) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.68 php4/ext/mysql/php_mysql.c:1.69 --- php4/ext/mysql/php_mysql

Re: [PHP] File Download Completion

2001-02-01 Thread Daniel Grace
On Wednesday, January 31, 2001 at 12:00 PM, "Boaz Yahav" <[EMAIL PROTECTED]> wrote: > Seems like your theory doesn't stand the reality test :) > > This is the script which for some reason works with Netscape but not with IE > (it used to) : >ignore_user_abort(0); >$filename="test.gz"; >

RE: [PHP] RE: test ... please ignore ...

2001-02-01 Thread PHPBeginner.com
Thanks for you sweet words! did not expect, though ... We were about to open PHPBeginner.com today, but our local test servers went to hell once we upgraded them to PHP4.0.4. Not because there's a bug or something, but because of configurations. We are still testing the site, and will open it ,

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Josh G
I hear you. Another thing that's hard to find, is somebody who is a good programmer, and a good graphic designer. I don't really know any, apart from myself, and I've been just shy of being called a lying scumbag by a few HR companies over the years when they look at my resume ;-) This thread has

Re: [PHP] function list

2001-02-01 Thread Josh G
http://www.php.net/quickref.php is probably the best you'll get. no descriptions, but it _is_ a list of all the functions. Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. -

[PHP] RE: Dynamic Variable Creation from Forms

2001-02-01 Thread Tim Ward
this works, you should be able to do something similar assigning $row["checkboxtype"] as the array key. That way you don't need to know what it's called just the array it is an element of. $fvValue) echo("$fvTitle:$fvValue"); }; ?> $gvValue) echo("$gvTitle"); ?> Tim Ward

Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-02-01 Thread eschmid+sic
On Thu, Feb 01, 2001 at 09:36:52AM -, Stig Bakken wrote: > ssb Thu Feb 1 01:36:52 2001 EDT > > Modified files: > /php4/ext/mysql php_mysql.c > Log: > did someone poop in the code? :-) > > > Index: php4/ext/mysql/php_mysql.c > diff -u php4/ext/mysql/

Re: [PHP] What is "foo"?

2001-02-01 Thread Josh G
try the jargon file, it will tell you more about where foo came from. Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "Rouvas Stathis" <[EMAIL PR

[PHP] RE: Dynamic Variable Creation from Forms

2001-02-01 Thread Tim Ward
this works, you should be able to do something similar assigning $row["checkboxtype"] as the array key. That way you don't need to know what it's called just the array it is an element of. (I thinmk this bounced first time) $fvValue) echo("$fvTitle:$fvValue"); }; ?> $gvValue) echo("$

[PHP] upload_max_filesize

2001-02-01 Thread David Smith
Can anyone explain in detail how I can increase the upload_max_filesize to 5 meg instead of the default 2 meg? Thanks, David

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

2001-02-01 Thread Stanislav Malyshev
stasThu Feb 1 02:24:02 2001 EDT Modified files: /php4/ext/standard file.c Log: Add utility function Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.136 php4/ext/standard/file.c:1.137 --- php4/ext/standard/file.c:1.136 Sun Jan 21

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Robin Vickery
> "JG" == "Josh G" <[EMAIL PROTECTED]> writes: > I hear you. Another thing that's hard to find, is somebody who is a > good programmer, and a good graphic designer. I've never quite understood why employers seem to expect that a php/perl programmer should also be doing graphic design. The

Re: [PHP] upload_max_filesize

2001-02-01 Thread David Smith
Sorry, that isn't very detailed but I appreciate your help. Where can I find php.ini? - Original Message - From: Jonatan Bagge <[EMAIL PROTECTED]> To: David Smith <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 6:41 AM Subject: Re: [PHP] upload_max_filesize > David Smith wrote: >

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Josh G
nah, it's not that they want me to, it's that they don't believe i can :) although my present employer is rather happy that i can draw and code, he saves a salary that way ;-) Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to

[PHP] List archives with PHP frontend

2001-02-01 Thread Ben Peter
Hi all, has anyone seen mailing list archiving software with a php frontend? more detailed: I am looking for software that sits listening on an email address and will archive all mail that it receives (which in this case would be that of a mailing list). The archive should be accessible by a p

[PHP] Image

2001-02-01 Thread David Tandberg-Johansen
Hello! I wonder if anyone can tell me how I can use an another image as an background in a new image? David -- 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-mai

RE: [PHP] .htpasswd?

2001-02-01 Thread Thor M. Steindorsson
check this out: http://www.hotscripts.com/Detailed/3903.html It does what you're asking for... why write the code when you can copy and paste? :) -Original Message- From: James Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 1:22 PM To: [EMAIL PROTECTED]; [EMAIL PRO

[PHP] Why sprintf for query?

2001-02-01 Thread Karl J. Stubsjoen
Sprintf formats strings and numbers to a specific format (correct?) then why is this $q = SPRINTF("SELECT prodnum, childdesc FROM prodaval"); like that? Why SPRINTF in this case? We are calling a MySQL table, is it specific to calling a MySQL table or is this required for all calls to a DB...

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Jonathan Sharp
Yeah, I'm consulting though...but yes there are some other options...where does it say $80/hour in the US?! -Jonathan > -Original Message- > From: Philip Olson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 6:05 PM > To: Josh G > Cc: PHP User Group > Subject: Re: [PHP] Pr

[PHP] E-mail valid

2001-02-01 Thread Brandon Orther
Hello, Does anyone have a function that tells you weather a variable holds a valid e-mail address or not? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

php-general Digest 1 Feb 2001 00:27:36 -0000 Issue 485

2001-02-01 Thread php-general-digest-help
php-general Digest 1 Feb 2001 00:27:36 - Issue 485 Topics (messages 37461 through 37567): Bcc email does not work 37461 by: kaab kaoutar Re: Read Vs. Include 37462 by: Daniel Grace REGULAR EXPRESSION 37463 by: kaab kaoutar Odbc Vs Oracle 37464 by: kaab kao

Re: [PHP] Dynamic Variable Creation from Forms

2001-02-01 Thread Josh G
It is what you're looking for, you just need to think it through a little. instead of > $chk_$row["field"] try $foo = "chk_" . $row["field"]; $bar = $$foo; or if you're trying to do something else, you may need $foo = "chk_" . $row; $bar = ($$foo)["field"]; as I'm not sure which order of ex

[PHP] INAPPROPRIATE IOCTL ERROR

2001-02-01 Thread Kif
help... ok, now this looks quite straightforward... $filename="http://195.92.38.87/cgi-win/homeview.dll?details1?src=1050&Proper tyCode=1050003/SAPHI/14665/3"; $file=fopen($filename,"r") or die("cant open $filename"); while(!feof($file)){ $line=fgets($file,4096); echo $line; } but when i run it

php-general Digest 1 Feb 2001 12:39:00 -0000 Issue 486

2001-02-01 Thread php-general-digest-help
php-general Digest 1 Feb 2001 12:39:00 - Issue 486 Topics (messages 37568 through 37625): Re: Dynamic Variable Creation from Forms 37568 by: Josh G 37569 by: Nuno Silva 37573 by: [ rswfire ] 37574 by: Josh G 37575 by: Jonathan Sharp 37617 by:

[PHP] Inappropriate ioctl for device

2001-02-01 Thread Kif
help... ok, now this looks quite straightforward... $filename="http://195.92.38.87/cgi-win/homeview.dll?details1?src=1050&Proper tyCode=1050003/SAPHI/14665/3"; $file=fopen($filename,"r") or die("cant open $filename"); while(!feof($file)){ $line=fgets($file,4096); echo $line; } but when i run it

[PHP] Easy flowchart programm

2001-02-01 Thread Wico de Leeuw
Hiya Anyone knows a flowchart program that's very easy in use and good for programming (in php) I saw programms like viso and stuff i think there a better en easier in use programms to make a good programm flow. Greetz, Tnx in advance WIco -- PHP General Mailing List (http://www.php.net/)

[PHP] RE: Directory Listing with PHP

2001-02-01 Thread Tim Ward
don't know what apache does but this will give you everything below the pathn you pass in. function sitemap($ddPath) { $dhandle = opendir($ddPath); echo(""); while ($ddFile = readdir($dhandle)) { if ($ddFile == "." or $ddFile == "..") continue; // trap . and ..

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

2001-02-01 Thread Sergey Kartashoff
gluke Thu Feb 1 05:06:25 2001 EDT Modified files: /php4/ext/mnogosearch Makefile.in php_mnogo.c test.php Log: UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to set local charset you are using. Example updated also. @- UDM_PARAM_CH

[PHP] How does memory limit work?

2001-02-01 Thread Ralf Hupfer
Hi Everybody, I am trying to prevent my Linux machine from crashing by the use of memory_limit, but is does not seem to work as I expect it to: When a php-script includes itself recursively by accident it grabbes all memory available in a matter of seconds, although I set max_execution_time=30 an

Re: [PHP] Easy flowchart programm

2001-02-01 Thread Trevor DeVore
At 02:11 PM 2/1/01 +0100, you wrote: >Hiya > >Anyone knows a flowchart program that's very easy in use and good for >programming (in php) >I saw programms like viso and stuff i think there a better en easier in >use programms to make a good programm flow. If your looking for something really ea

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Brian V Bonini
Isn't it illegal in the US to discuss rates in this manner? It's always been my understanding that The U.S. law specifically makes discussion of pricing between competitors (all or some) a federal offense. Am I taking this too literally? -- PHP General Mailing List (http://www.php.net/) To un

[PHP] NEWBIE QUESTION

2001-02-01 Thread Stinie Steinbach
DOES ANYONE KNOW WHAT'S WRONG WITH THIS CODE IK WANT TO GENERATE A CODE THAT SELECTS A COUPELE OF PARAMETERS FROM TWO TABLES IN A MYSQL DATABASE... THE QUERY THAT I USE WORKS CORRECTLY BUT I HAVE A PROBLEM WITH THE LINKS I WANT TO GENERATE WITH PHP... I NEED TO CREATE AN ARRAY OF LINKS THAT LOOK L

RE: [PHP] upload_max_filesize

2001-02-01 Thread Jon Haworth
It's usually in your system root, but you could have put it somewhere else when you installed PHP. If you're on Windows it's liable to be in \windows\system, \windows\system32, \winnt\system, or \winnt\system32. Most OSes come with a Find Files command these days (just a thought). Once you have

[PHP-CVS] cvs: php4 /build rules_pear.mk

2001-02-01 Thread Andrei Zmievski
andrei Thu Feb 1 06:11:45 2001 EDT Modified files: /php4/build rules_pear.mk Log: Add cvsclean target for standalone extensions. Index: php4/build/rules_pear.mk diff -u php4/build/rules_pear.mk:1.12 php4/build/rules_pear.mk:1.13 --- php4/build/rules_pear.m

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Joe Stump
You are taking this WAY to seriously. What you are talking about is the Sherman Act that developed our current antitrust laws. Specifically you are talking about "price fixing", which is illegal in the US. If EVERY PHP coder in the US got together at a trade show and said "We will all demand $150.

[PHP] PHP and report generation

2001-02-01 Thread Todd Cary
I have a need to produce reports from data in a table *and* the reports need to look the same for all clients (e.g. PDF output). Are there any "report generators" that can be interfaced with with PHP that have a PDF output *or* do I need to "roll my own" for each task/report? Todd -- Todd Cary

Re: [PHP] Pricing for PHP programming???

2001-02-01 Thread Michael Kimsal
[EMAIL PROTECTED] wrote: > > Just an observation from some people I know in the USA - they charge > whatever they can get away with. > How about honestly charging what you think you are worth ? > Knowing how to use php means nothing - but if you know it well you will > be worth a lot. > Slight

[PHP] Tab character

2001-02-01 Thread Karl J. Stubsjoen
Is this a tab character \t -- 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] Tab character

2001-02-01 Thread Martin A. Marques
El Jue 01 Feb 2001 12:17, Karl J. Stubsjoen escribió: > Is this a tab character \t yes (depending) -- System Administration: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTE

[PHP] [Q] Domxml: unlink() method?

2001-02-01 Thread Peter Sabaini
hello, i am rather desperately trying to figure out how to delete a node object from the DOM. say i have a node $node by manually traversing the DOM tree or by an xpath_eval() function call. i can access the children ($node->children()) or the parent ($node->parent()) or add a sub-node ($node->n

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-02-01 Thread Sascha Schumann
sas Thu Feb 1 07:24:17 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fix broken ZTS build Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.82 php4/ext/pcre/php_pcre.c:1.83 --- php4/ext/pcre/php_pcre.c:1.82 Wed Jan

[PHP] Problems getting Zend IDE to run.

2001-02-01 Thread Neil Kimber
I'm running on Windows 2000. I've installed the JRE 1.3. I've installed the IDE I run the IDE I get: "Could not find the main class. Program will exit!" As far as I can tell the following appear to be true: There are no other installations of Java installed on the machine.

RE: [PHP] Symbolic link fails when User Authentication comes in

2001-02-01 Thread johnny p.
If you miswrite a CGI script and have lots of system calls, someone could send a command to your script that creates a link to, say, your password file, or something else, and then be able to view it through the web. If you have other users on the system the security hole opens wider. There are

[PHP] Performance hit with certain apache configs?

2001-02-01 Thread Robinson, Mike
Hello, I'm wondering if anyone has any info regarding any performance hits taken as a result of changing the default type to application/x-httpd-php in Apache's httpd.conf, or if there are any _other_ implications of doing this. Any info would be appreciated, as would a cc: cuz I'm not subbed at

Re: [PHP] Tab character

2001-02-01 Thread Toby Miller
Yes, and here are others which came from the following URL: http://www.php.net/manual/en/pcre.pattern.syntax.php \a = alarm, that is, the BEL character (hex 07) \cx = "control-x", where x is any character \e = escape (hex 1B) \f = formfeed (hex 0C) \n = newline (hex 0A) \r = carriage return (hex

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Krznaric Michael
I have over 6 years programming experience, almost 3 include PHP. I also have sound database knowledge. Where is the best place to find PHP consulting work? Mike -Original Message- From: Jonathan Sharp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 9:26 PM To: Phil

[PHP] Setting The Font In SENDMAIL

2001-02-01 Thread Jeff Gannaway
Since so many people are now using MS Outlook for their e-mail which defaults to a proportional-width font (and I think newer Eudoras do too), I've found times that I need to specify a fixed-width font (IE Courier, Courier New) in so that columns of financials line up. How do I do this with dyna

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Brian V Bonini
Ah, I see. Thanks for clarifying. I only asked because the HTML lists @ the HTML Writers Guild strictly prohibit this sort of discussion, their reason always having been that they are concerned about 'price fixing' laws. It always seemed a little overkill to me. Thanks, -Brian * > --

Re: [PHP] upload_max_filesize

2001-02-01 Thread WreckRman2
Sure, it is a dedicated RaQ3 server, running Linux/Apache, in which I didn't do the PHP install myself. I believe it not to be a dummy account because it shows: * NOTICE TO ROOT USER: Changes to system files may affect * * your warranty. Please consult your warranty card for details. * *

Re: [PHP] Oracle failed to connect

2001-02-01 Thread Iván Sánchez Ortega \"MR\"
""kaab kaoutar"" ... > Hi! > I'm using orcale8 and as long as oracle8 ocilogon does not work, i tried the > oracle function and i always get: > for Ora_Logon("kaab@KKAnn", "kaab"); > connection failed could not resolve service name Just try to reinstall PHP, and the Oracle 8 libraries for PHP

[PHP] Cant get this one

2001-02-01 Thread Mike
Im trying to create an edit page for database records on the fly.I get all the fieldnames and all the textboxes but only the first textbox has data.the rest are always empty.any suggestions? for ($i =0;$i$name"; } Thanks Mike P [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php

Re: [PHP] Tab character

2001-02-01 Thread Alexander Skwar
So sprach Karl J. Stubsjoen am Thu, Feb 01, 2001 at 08:17:44AM -0700: > Is this a tab character \t yes Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top.de - Die gu

[PHP] Help needed tsrm_error

2001-02-01 Thread Tony Brown
Hello all, I have an issue that I can not seem to resolve. Scenario: Solaris 2.7 Netscape Enterprise Server 4.1 PHP 4.0.4 Oracle 8i Configured as: --enable-debug --enable-pic --enable-inline-optimization --with-regex=system --with-gettext=/usr/bin --enable-safe-mode --enable-sysvmem --enable-s

[PHP] test, please ignore.

2001-02-01 Thread Zhu George-CZZ010
eom -- 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] Tab character

2001-02-01 Thread Alexander Skwar
So sprach Martin A. Marques am Thu, Feb 01, 2001 at 12:20:54PM -0300: > yes (depending) On what? Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top.de - Die guenstig

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-02-01 Thread Andrei Zmievski
andrei Thu Feb 1 07:25:53 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: No need for CLS_FETCH(). Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.83 php4/ext/pcre/php_pcre.c:1.84 --- php4/ext/pcre/php_pcre.c:1.83 Thu

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

2001-02-01 Thread Sascha Schumann
sas Thu Feb 1 08:29:07 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: Fix a huge memory leak in the ob_gzhandler. Index: php4/ext/zlib/zlib.c diff -u php4/ext/zlib/zlib.c:1.68 php4/ext/zlib/zlib.c:1.69 --- php4/ext/zlib/zlib.c:1.68 Mon Nov 2

Re: [PHP] upload_max_filesize

2001-02-01 Thread WreckRman2
Actually it isn't on a windows system. Looking at my phpinfp.php file it shows "Configuration File (php.ini) Path" as /usr/local/lib but I see no file called php.ini in there using ftp or telnet. Any ideas? David - Original Message - From: Jon Haworth <[EMAIL PROTECTED]> To: 'David Smith

[PHP] Email Attachment

2001-02-01 Thread Website4S
Hi, I know how to send a standard email, but I`m having a bit of trouble adding an attachment, can anyone put me right? this is my code which works fine... $subject="Hi"; $email="[EMAIL PROTECTED]"; $from="[EMAIL PROTECTED]"; $message="Hi this is me testing my PHP mail script"; mail($email, $

[PHP] Transitioning from php3 to php4

2001-02-01 Thread Chana Black
Hi, I'm not sure if this is the proper forum for this question, if it is not, please let me know! I have several sites that need to be upgraded from php3 to php4. In order to test compliance of the php3 code on php4, I need to know exactly which functions have different usage / results on php

[PHP] php4 - MS SQL7 connection problem

2001-02-01 Thread Martin Tiscornia
Hello! I'm running: WinNT4, IIS4, php 4.03pl1, and I'm trying to connect to MS SQL 7. Well, I configured the php.ini (extension=php_mssql70.dll), and I copy that .dll to the windows folder. Now I want to connect to the SQL and it doesn't work, it makes a time out. If I do the same things with php

Re: [PHP] Cant get this one

2001-02-01 Thread Chris Lee
works and alot simpler -- Chris Lee Mediawaveonline.com [EMAIL PROTECTED] ""Mike"" <[EMAIL PROTECTED]> wrote in message 95c33h$5a3$[EMAIL PROTECTED]">news:95c33h$5a3$[EMAIL PROTECTED]... > Im trying to create an edit page for database records on the fly.I get all > the fieldnames and

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread thor
Yes, you are taking this too literally. Our first amendment right superecedes any law. What you may be referring to is when competitors in a small market (or in a market with limited competition) compare their prices behind the scenes in order to keep the prices high. Which is what the oil com

RE: [PHP] php4 - MS SQL7 connection problem

2001-02-01 Thread Jason Bouwmeester
Not sure if this helps but when I used PHP and SQL 7 I used odbc set of commands, not mmssql commands (i.e. odbc_pconnect and odbc_close etc). HTH, Jason -Original Message- From: Martin Tiscornia [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 10:27 AM To: [EMAIL PROTECTED]

[PHP] Open a new window

2001-02-01 Thread Francisco Aguilera
Hi, I have a peace of code PHP like this: http://www.php.net"); print ("Wait ."); ?> But the word 'Wait' doesn't appear. I'm looking for a function that open a new window and write in the sentece "Wait " I'm sure you could help me. Thanks --

[PHP] Suggest for List

2001-02-01 Thread Jon Jacob
This list is very active, but I find that I am deleting about 70% of the messages about reading the first line. Mostly, this is because so many of the users are new that their questions are very basic. It might be a good idea to have a beginners and an advanced list. -- PHP General Mailing Lis

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Jon Haworth
Of course, this might also be something to do with the fact that if one place is charging 80p/litre and one is charging 90p/litre, where are you going to spend your cash, given there's no difference between the petrol? -Original Message- From: thor [mailto:[EMAIL PROTECTED]] Sent

[PHP] trouble with odbc

2001-02-01 Thread Michael Geier
I am running php4.04pl1 on RedHat6.2 with --esoob (EasySoft) connecting to MSSQL 7.0 on WinNT 4. The connection to this db works from another program on same machine. $count is returning -1. When running SQL Server Enterprise Mgr. on NT box, this query reurns 3 dummy records. Does anyone see

Re: [PHP] Is there a 'redo' loop control function?

2001-02-01 Thread Jason Murray
John Luxford wrote: > > Hello > > Is there a 'redo' loop control function? All I can find are 'break' and > 'continue'. > > Thanks > > Lux > Hi, Here's one way: for ($nr = 0; $nr < 5; $nr++) { if ($arr[$nr] == "foo") { $arr[$nr] = "bar"; /* otherwise it's infinite */

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

2001-02-01 Thread Thies C. Arntzen
thies Thu Feb 1 09:14:19 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: @- When using the ob_gzhandler() PHP now automagically also sets the @ Content-Lengh correctly which enables browsers to use the HTTP @ Keep-Alive feature. (Thies) I

Re: [PHP] Setting The Font In SENDMAIL

2001-02-01 Thread Chris Lee
You mean, 'how do I send an HTML email' right? I dont see how you can set a font unless its HTML or RichText. hello? \n"; mail($email_address, $email_subject, $email_body, $email_header); ?> This should work... -- Chris Lee Mediawaveonline.com [EMAIL PROTECTED] "Jeff Gannaway" <[EMAIL

Re: [PHP] NEWBIE QUESTION

2001-02-01 Thread Johannes Janson
Hi, first of all being desperate for help is okay but please don't write in cabs. try this: while ($row = mysql_fetch_array($result) ) { echo "http://tias.kub.nl/programs/$row[opleiding_afkorting]/ $row[leergang_afkorting/ virtuele.klas/programma/blok$row[module_nummer/$row[leergang_afkorting]_b

[PHP] RE: test

2001-02-01 Thread Jon Haworth
No, I didn't get it -Original Message- From: ybcat [mailto:[EMAIL PROTECTED]] Sent: 01 February 2001 15:47 To: [EMAIL PROTECTED] Subject: test OK? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP] Include " quotes inside textbox

2001-02-01 Thread Karl J. Stubsjoen
Hello, I'm trying to pass back a link to the user in a textbox (so they can copy and paste it elsewhere), however my textbox is being parsed incorrectly by the browser because of the " quotes which happen in the link I'm passing - basically the HTML for the text box is getting parsed together wit

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Jerry Lake
Yep, ain't it grand... I got hired on as a designer and somebody got the bright idea that I must be a programmer as well funny I don't remember that on my resume. Jerry Lake- [EMAIL PROTECTED] Web Designer Europa Communications - http://www.europa.com Pacifier Online - http://www.

RE: [PHP] 404 error checker

2001-02-01 Thread Institute for Social Ecology
Jason, Thanks for the pointer. Worked like a charm, well almost. I had to tweak my .htaccess file as it was messing up some global variables cause i was using absolute URLS to point to my error script. Someone else ask to see the script. You can check it at: http://www.social-ecology.org/4

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

2001-02-01 Thread Thies C. Arntzen
thies Thu Feb 1 09:16:35 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: ws-only Index: php4/ext/zlib/zlib.c diff -u php4/ext/zlib/zlib.c:1.70 php4/ext/zlib/zlib.c:1.71 --- php4/ext/zlib/zlib.c:1.70 Thu Feb 1 09:14:18 2001 +++ php4/ext/zlib/zl

[PHP-CVS] cvs: php4 / php.ini-dist

2001-02-01 Thread Colin Viebrock
cmv Thu Feb 1 07:41:04 2001 EDT Modified files: /php4 php.ini-dist Log: While we're fixing the ini files, change these to web-safe colours ... this always bugged me :) Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.67 php4/php.ini-dist

Re: [PHP] Include " quotes inside textbox

2001-02-01 Thread Chana Black
If you want to put a " in an echo statement, you need to escape it first by putting the / before it, like /" The function addslashes does this for you. CB At 11:07 AM 2/1/01 -0700, Karl J. Stubsjoen wrote: >Hello, > >I'm trying to pass back a link to the user in a textbox (so they can copy >an

[PHP-CVS] cvs: php4 /ext/gd gd.c gd_ctx.c php_gd.h

2001-02-01 Thread Stanislav Malyshev
stasThu Feb 1 07:40:35 2001 EDT Added files: /php4/ext/gdgd_ctx.c Modified files: /php4/ext/gdgd.c php_gd.h Log: Allow usage of GD contexts and not tempfiles in output functions Index: php4/ext/gd/gd.c diff -u p

  1   2   3   >