[PHP] (in spanish) a goog "whatever you want" editor

2001-07-19 Thread Aniceto Lopez
[sorry amigos, this is in spanish] hola Mauricio: bien, en esto de los gustos sobre soft cada uno tiene sus preferencias hay alguna web donde probar el Emacs este? lo que daria por unos buenos tacos y unos chapulines rebien tostaditos con una corona bien fria!!! ¿de Veracruz? (hace 5 años visi

[PHP] Simple (I hope) updating contents question

2001-07-19 Thread Er Galvão Abbott
Greetings. First of all I'm a PHP bginner so take it easy on me :) I'm trying to make a script that does the following: * open a text file * read its contents * For each line on the file make a input tag with its contents, like * Take the modified contents - modifyied in the input fields - and

Re: [PHP] redirect to another page in PHP???

2001-07-19 Thread Dave Freeman
On 20 Jul 01, at 0:03, Doug wrote: > Ok maybe I'm just retarded and can't find it but I'm looking for a way to > do a redirect in a php page to another page, similar to asp's > "response.redirect" function. Is there one in php??? No doubt there's plenty of options... here's what I'm using: I h

Re: [PHP] php hosting provider that supports libswf module?

2001-07-19 Thread Rasmus Lerdorf
> Does anyone know of a reputable PHP web hosting company that also > supports the libswf (i.e. Flash) module? > > And, specifically, does anyone know if Pair.com does/doesn't? (yes, I'm > going to ask them directly as well) Any provider which runs on a sane platform and doesn't disable the dl()

Re: [PHP] Help..Parse error

2001-07-19 Thread Jack Sasportas
Actually that is the default setting under 4, and the rest of the code works with the short tags, it's definately something code related... I don;t think it likes that code, but can't find anything to help me resolve the problem. I was hoping not to re-write the code just yet... Thanks Steve Edb

Re: [PHP] php 4.0.6

2001-07-19 Thread Rasmus Lerdorf
Did you compile php using --with-readline ? On Thu, 19 Jul 2001, Adrian D'Costa wrote: > Hi, > > I am trying to use the socket or readline functions but get a message: > call to undefined function readline(). Why? Is this not implemented in > 4.0.6. > > Adrian > > > -- PHP General Mailing L

[PHP] Mcrypt Coding Problem

2001-07-19 Thread John Peebles
Hi Everyone, When I try to execute the code below, I don't get any errors, but the data is never decrypted. I have tried tons of different people's code, but to no avail. Any help would be appreciated. Here is my code: $data= mcrypt_ecb(MCRYPT_TripleDES, $key, $data, ENCRYPT); echo "data: $data";

Re: [PHP] Help..Parse error

2001-07-19 Thread Steve Edberg
My guess is that you have the short_open_tags option on in your PHP3 config, but off in your PHP4 config. If it's off, PHP will only recognize the tags, not . PHP config params can be set in php.ini, .htaccess, and/or Apache httpd.conf files. Scroll down to short_open_tag in http://w

[PHP] Help..Parse error

2001-07-19 Thread Jack Sasportas
I have some code that runs under php3, but under 4 I get a parse error on this specific line, can't figure out how to resolve it. the code looks like this the error is in the middle line which is the end of a condition... Thanks in advance... -- ___

RE: [PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
Chris, That did it! Thanks. That must have found its way in there from some of the example code I was looking at when initially creating the page. I greatly appreciate your help and keeping me from losing my mind :). Thanks, James Willard [EMAIL PROTECTED] -Original Message- From: Chri

Re: [PHP] Fonts with PDFlib

2001-07-19 Thread Chris Fry
James, Have you set text rendering? I thought that the default was for solid text but maybe.. pdf_set_value($pdf, "textrendering", 1); will give you outline text, 0 for fill (default) or:- pdf_set_text_rendering -- Determines how text is rendered Description void pdf_set_text_rendering (int

RE: [PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
Chris, I already had: PDF_set_parameter($pdf, "resourcefile", "/usr/local/fonts/pdflib.upr"); in the .php file. I went ahead and added the putenv() function in too, but it didn't make a difference, the fonts are still hollow. I have copied the fonts/ directory of PDFlib-4.0.1 to /usr/local and

Re: [PHP] Fonts with PDFlib

2001-07-19 Thread Chris Fry
Here's the magic code:- putenv("PDFLIBRESOURCE=/usr/local/apache/htdocs/fonts/pdflib.upr"); This works well. Chris James Willard wrote: > Hello, > > I have what should be a fairly simple question, but it's something I've been > struggling with for the past couple of days. Whenever I create a

Re: [PHP] redirect to another page in PHP???

2001-07-19 Thread Paul Strange
Doug, Have you tried using a raw header? Something like this: header ("Location: http://www.site.com/newpage.php";); or header ("Location: newpage.php"); more details can be found at: http://www.php.net/manual/en/function.header.php Good Luck, -- Paul Strange Lead Programmer Level 67 LC --- eM

[PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
Hello, I have what should be a fairly simple question, but it's something I've been struggling with for the past couple of days. Whenever I create a PDF document in PHP, the font that is used is always an outline (not a solid letter). I have searched the mailing list archives and online help but

FW: [PHP] php hosting provider that supports libswf module? OR MING!!

2001-07-19 Thread Kurt Lieber
Sorry -- I should have said "supports either libswf or ming" Thanks. --kurt > -Original Message- > From: Kurt Lieber [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 9:37 PM > To: [EMAIL PROTECTED] > Subject: [PHP] php hosting provider that supports libswf module? > > > Doe

[PHP] redirect to another page in PHP???

2001-07-19 Thread Doug
Ok maybe I'm just retarded and can't find it but I'm looking for a way to do a redirect in a php page to another page, similar to asp's "response.redirect" function. Is there one in php??? Doug Henry

[PHP] split on whitespace, preserving whitespace...

2001-07-19 Thread Garth Dahlstrom
Hi all, I'm trying to build a spell checker for a web form. What has got me stumped is being able to do a split so that whitespace and words are stored as seperate elements of the same array. ideally, I'd use some form of preg_split to put: "This contanswhite space ." into an array like

Re: [PHP] Using mod_rewrite with PHP

2001-07-19 Thread Miri
I'm using this no problem on a server running apache, but we have one client who insists on IIS and I have not been able to get it to work. Has anyone been able to get this to work with IIS? If so, any words of wisdom? :) At 09:25 PM 7/19/01 -0700, rm wrote: >try this url, maybe it will help... >

Re: [PHP] Sessions and linking

2001-07-19 Thread Michael Hall
Try using theinbox.php? Adding to all your URLs will maintain session data if cookies are turned off. The session ID (a random 32 character string) is available in $PHPSESSID, so if you really wanted to you could do: theinbox.php?PHPSESSID=$PHPSESSID but is easier. Mick On Fri, 20

[PHP] php hosting provider that supports libswf module?

2001-07-19 Thread Kurt Lieber
Does anyone know of a reputable PHP web hosting company that also supports the libswf (i.e. Flash) module? And, specifically, does anyone know if Pair.com does/doesn't? (yes, I'm going to ask them directly as well) Thanks. --kurt

Re: [PHP] Using mod_rewrite with PHP

2001-07-19 Thread rm
try this url, maybe it will help... http://www.zend.com/tips/tips.php?id=68&single=1 --- Gawain <[EMAIL PROTECTED]> wrote: > I've been wrestling with mod_rewrite and trying to > understand how to > use it for my particular purpose. I've got two php > URLs I'd like to > rewrite to make them se

[PHP] php 4.0.6

2001-07-19 Thread Adrian D'Costa
Hi, I am trying to use the socket or readline functions but get a message: call to undefined function readline(). Why? Is this not implemented in 4.0.6. Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] Confirmation Requester

2001-07-19 Thread Ben Bleything
I'm not sure if this solution is not what you want to do or not... but what I've done is to essentially send information identifying the info to be deleted to another page (which you could pop up using jscript or target="_blank"), which has yes or no buttons. If you click the yes button, it does

RE: [PHP] days

2001-07-19 Thread Ben Bleything
Could you please be quite a bit more specific? It's difficult to diagnose the problem without really knowing what it is => -Original Message- From: Jeremy Morano [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: [PHP] days The employees he

[PHP] Stoping Frame Breakers

2001-07-19 Thread ReDucTor
hey, Does any one know how to stop people breaking frames?!? - James "ReDucTor" Mitchell

RE: [PHP] Force new page in browser and wait commands

2001-07-19 Thread Ben Bleything
You could do something like print()'ing or echo()'ing whatever you want into a file, and then sending a header("Location: newpage.php")... just in case you haven't already figured out a solution. By the way, this will not happen on the client end. PHP is server interpreted, so anything you do wi

[PHP] Using mod_rewrite with PHP

2001-07-19 Thread Gawain
I've been wrestling with mod_rewrite and trying to understand how to use it for my particular purpose. I've got two php URLs I'd like to rewrite to make them search-engine friendly. Currently they look like: Example 1: http://mysite.com/foobar.html?c=23 Example 2: http://mysite.com/foobar.html

Re: [PHP] Can't think of a topic(but help)

2001-07-19 Thread rm
There is something like a php compiler ( it's not really a compiler in the usual sense) that will turn php files into windows exec. filesfrankly I ran across it someplace, not sure where. Try the links at various php sites...that's how I ran across it. --- ReDucTor <[EMAIL PROTECTED]> wrote

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

2001-07-19 Thread Deependra B. Tandukar
Solved my problem by - SELECT AccountHead FROM cash - stored the result in $acchead in PHP code - UPDATE $acchead SET - Original Message - From: "Deependra B. Tandukar" <[EMAIL PROTECTED]> To: "py_sympatico" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

RE: [PHP] PHP and Apache on OS X insight?

2001-07-19 Thread Jack Dempsey
Hi Michael, I run an OS X server with Apache, PHP, and MySQL. We have mostly Apple's in the office, with a few pc's scattered around. What reasons do you have for going with a Mac. I'll tell you this: its easier to deal with linux/unix as far as installation, upgrading, etc. However, there is an

RE: [PHP] System() and PGP

2001-07-19 Thread David Price
Thanks for reply, I'm using apache, so is there away to get the output sent to PHP? Someone suggested using system("pgp 2>&1"); but all I get is: Pretty Good Privacy(tm) Version 6.5.1i (c) 1999 Network Associates Inc. Export of this software may be restricted by the U.S. government. No

Re: [PHP] Re: More upload Problems

2001-07-19 Thread Jason Rennie
> That's an unusual location for php.ini? It might be worth checking > through phpinfo() that your installation is looking there and that it > thinks file_uploads is on. > phpinfo agree that /usr/local/php/lib/php.ini is the ini file location, and that file uploads are on. I know that when i

[PHP] The Ultimate Collectors Software Program

2001-07-19 Thread Customer
Collector+ Is The Ultimate Collectors Software Program The only software tool that you will ever need to catalog, inventory, sort or group anything and everything you own. With this program you not only know what you have but what it's worth! Our software includes all the powerful features

[PHP] The Ultimate Collectors Software Program

2001-07-19 Thread Customer
Collector+ Is The Ultimate Collectors Software Program The only software tool that you will ever need to catalog, inventory, sort or group anything and everything you own. With this program you not only know what you have but what it's worth! Our software includes all the powerful features

Re: [PHP] Re: More upload Problems

2001-07-19 Thread David Robley
On Thu, 19 Jul 2001 21:31, Jason Rennie wrote: > > Check your php.ini file to see if "file_uploads = on" - it is often > > turned off for security. > > Yep it is turned on. > > And php.ini is in /usr/local/php/lib/php.ini > > Any other ideas ? > > Jason That's an unusual location for php.ini? It

[PHP] PHP and Apache on OS X insight?

2001-07-19 Thread Michael J. Seely
Hello, I'm getting ready to buy OS X and try to setup Apache with PHP. Anyone have any words of wisdom. Everything I've seen so far make it seem like a hot setup. Is it worth getting OS X server? Thanks Much -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely 408-7

Re: [PHP] Hack on Server.

2001-07-19 Thread Sam Masiello
I think the following link might shed some more light on the situation: http://news.cnet.com/news/0-1003-200-6604515.html HTH Sam Masiello Software Quality Assurance Engineer Synacor (716) 853-1362 x289 [EMAIL PROTECTED] On Fri, 20 Jul 2001 10:12:25 +1000 Brian White <[EMAIL PR

[PHP] PHP and Apache on OS X insight?

2001-07-19 Thread Michael J. Seely
Hello, I'm getting ready to buy OS X and try to setup Apache with PHP. Anyone have any words of wisdom. Everything I've seen so far make it seem like a hot setup. Is it worth getting OS X server? Thanks Much -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Michael Seely 408-7

[PHP] SHA-1

2001-07-19 Thread Gianluca Baldo
Hi all- I searched the mailing list archive but without success. What I am looking for is a PHP implementation of the SHA-1 algorithm. Does anybody know if it is available somewhere? Cheers, Gianluca -- ALBASOFTWARE C/ Mallorca 186 - 3º 1ª 08036 Barcelona (Spain) Tel. +34 93454009 - +34 9

Re: [PHP] Hack on Server.

2001-07-19 Thread Brian White
Maybe the hacker got into the httpd.conf and set the auto-prepend setting to a file that contained the message. Brian At 00:34 20/07/2001 +0300, [EMAIL PROTECTED] wrote: >Hi Jean-Francois! >On Thu, 19 Jul 2001, Jean-Francois Jauvin wrote: > > > Hi, my server with php on it has been "hacked" or s

[PHP] Can't think of a topic(but help)

2001-07-19 Thread ReDucTor
hey, i am wonder if there is a way to turn my php files into an executable or into a bunch of html files, so if i where to send them to some one that isn't running php they would be able to use them?!? - James "ReDucTor" Mitchell

[PHP] days

2001-07-19 Thread Jeremy Morano
The employees here and I have noticed that we have a variable that works when it wants to... But for days at a time. One day it works fine all day. Another day it fills up with garbage instead of what its supposed toBut whats particular about this is that it lasts all day. Good or bad, the be

[PHP] session problem

2001-07-19 Thread Bill Rausch
> When I open 1.php a 1K > file is created on the server and the contents > (my_session_variable|s:10:"some value";). > When I open 2.php afterwards a 0K file is created on the > server which is empty. This is the problem. For some reason, the 2nd page is creating a new session when it shou

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Don Read
On 19-Jul-2001 Mihailo Dzigurski wrote: > Partly can help, but user cannot see report output in web browser. > > Mihailo. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 12:05 AM > To: Mihailo Dzigurski > Cc: [EMAIL PROTECTED] >

[PHP] fopen() issue

2001-07-19 Thread Greg Donald
Why would fopen() refuse to open this url with numbers in it: http://www.555-1212.com/ ? The same code has no issues with urls like http://www.yahoo.com/ or http://slashdot.org/. And it resolves ok on the same box: +-(greg@bajor) +-(~)> nslookup 555-1212.com Server: bajor Address: 0.0.0.0 No

Re: [PHP] encryption

2001-07-19 Thread Francis Fillion
One of my friends has a rsa key somethings, what it does is that at every few minutes it generate a random number so for login on his server he need this random key and his password to get in, the server generate the same key as his rsa key and has his password. SO the best things to do will be t

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski
Partly can help, but user cannot see report output in web browser. Mihailo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 12:05 AM To: Mihailo Dzigurski Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Prevent user to close web browser Is thi

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread artwells
Is this something that "ignore_user_abort" could help with? On Thu, 19 Jul 2001, Mihailo Dzigurski wrote: > I need it for my intranet web site, some of my users close browser on long > lasting script and I need to prevent this. > > Thanks, > Mihailo. > > -Original Message- > From: kath [

RE: [PHP] encryption

2001-07-19 Thread Tom Malone
I guess I should clarify - I'm just making a login for myself for the admin section of my website, so I only need to be able to protect my own password. I'm not sure if that information if helpful at all, but I haven't been able to figure out how to do it. Tom -Original Message- From: [E

Re: [PHP] oracle

2001-07-19 Thread Marisol Díaz E.
El código que tengo es el siguiente: $bdd="ORANT"; $lugar="D:\\Oracle"; PutEnv("ORACLE_SID=$bdd"); PutEnv("ORACLE_HOME=$lugar"); $conn=ocilogon("SYSTEM","MANAGER","ORANT"); OCICommit($conn); $consulta="select * from prueba"; $result1 = ociparse($conn,$consulta); ociexecute($result1,OCI_D

[PHP] 'cross site scripting' and 'insecure cookies'

2001-07-19 Thread Dennis Gearon
any one know more about these than this article talks about? http://news.cnet.com/news/0-1007-202-2870712.html -- 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] Image Submission into a Database & Updating

2001-07-19 Thread Jason Bell
the function unlink() will delete your old file... http://www.php.net/manual/en/function.unlink.php - Original Message - From: "Brad R. C." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 3:01 PM Subject: [PHP] Image Submission into a Database & Updating > Ok..

[PHP] Image Submission into a Database & Updating

2001-07-19 Thread Brad R. C.
Ok.. I have created a submission form that works great just like what I want.. but there is one minor detail if possible to figure out. When I let users upload a photo to my site, the image will be stored on the server hdd and the name of the image will be stored in the database. Works great!..

Re: [PHP] Hack on Server.

2001-07-19 Thread teo
Hi Jean-Francois! On Thu, 19 Jul 2001, Jean-Francois Jauvin wrote: > Hi, my server with php on it has been "hacked" or something., what > appened is every PHP pages displayed a certain message like "Hacked by blah > blah blah...". > None of the HTML pages were affected, only the PHP ones

Re: [PHP] MySQL Query

2001-07-19 Thread Ryan Fischer
You wrote: "Ryan Fischer" <[EMAIL PROTECTED]> wrote in message 01d901c1101e$9cd43220$80c93fd0@ryan">news:01d901c1101e$9cd43220$80c93fd0@ryan... > You wrote: > > I have a table that looks like > > > > Name | Type | X | Y > > > > Foo| Ship | 9 | 29 > > Bar| Base | 9 | 29 > > > > Is there a

Re: [PHP] Variable dump on error

2001-07-19 Thread Rasmus Lerdorf
Read http://php.net/set_error_handler and http://php.net/trigger_error Pay particular attention to the user notes on the set_error_handler() page. -Rasmus On Thu, 19 Jul 2001, Randy Miller wrote: > Using mod_perl when an error is encountered, I have a customized error > screen that is defined

Re: [PHP] MySQL Query

2001-07-19 Thread Marcus Hartmann
the statement should look like this: $result = mysql_query("select * from table where type = 'Base' and x = 'x' and y = 'y'"); "Ryan Fischer" <[EMAIL PROTECTED]> wrote in message 01d901c1101e$9cd43220$80c93fd0@ryan">news:01d901c1101e$9cd43220$80c93fd0@ryan... > You wrote: > > I have a table tha

[PHP] bug?

2001-07-19 Thread Jeremy Morano
Does anybody know of a common bug where a variable contains what seems to be a generated random number instead of the input data that was given? I'm inputting all sorts of info and only one variable is acting strange..hmmm -- PHP General Mailing List (http://www.php.net/) T

RE: [PHP] oracle

2001-07-19 Thread Martin Marconcini
> $lugar="D:\Oracle"; "D:\\Oracle" I suppose. The escape character! Regards, Martin Marconcini www.marconcini.com.ar -- 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 administrat

[PHP] Hack on Server.

2001-07-19 Thread Jean-Francois Jauvin
Hi, my server with php on it has been "hacked" or something., what appened is every PHP pages displayed a certain message like "Hacked by blah blah blah...". None of the HTML pages were affected, only the PHP ones but the scripts were not altered, I've shut down IIS, reinstalled PHP, and

[PHP] oracle

2001-07-19 Thread Marisol Díaz E.
Hi, I'm working with php4 and oracle in windows2000, I have problems with this variables. $lugar="D:\Oracle"; $bdd="orant"; PutEnv("ORACLE_SID=$bdd"); PutEnv("ORACLE_HOME=$lugar"); It don't work, I don't know what is the value of $lugar. Thanks. Marisol

Re: [PHP] concatentation problems ...

2001-07-19 Thread Alexander Wagner
Kenn Murrah wrote: > I need to concatenate several variables, some of which are text and > some of which are integers ... e.g. > > $desired_string = $number . $text . $number2 . $text > > always seems to truncate after first number ... Strange. If that's really the case, you might try to type-cas

RE: [PHP] concatentation problems ...

2001-07-19 Thread Kenn Murrah
never mind ... one lousy missing double quote on the form ... geez -Original Message- From: Kenn Murrah [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: [PHP] concatentation problems ... Greetings. I've searched the manual and can't find

[PHP] concatentation problems ...

2001-07-19 Thread Kenn Murrah
Greetings. I've searched the manual and can't find what I need ... PLEASE point me in the right direction. I need to concatenate several variables, some of which are text and some of which are integers ... e.g. $desired_string = $number . $text . $number2 . $text where $text and $text2 are str

[PHP] Need some RegEx help

2001-07-19 Thread Stephan Ahonen
Okay, I've been asked to take a bunch of HTML pages and turn them into Excel spreadsheets by running them through a PHP script and outputting a semicolon-delimited text file. The pages are in this format: Name: LAST, FIRST MIDDLE Pilot's Address : ADDRESS LINE 1

RE: [PHP] Email Software

2001-07-19 Thread scott [gts]
...and also a really sleazy way to annoy people. > -Original Message- > From: Christian Reiniger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 3:35 PM > To: Wee Chua; PHP (E-mail) > Subject: Re: [PHP] Email Software > > > On Wednesday 18 July 2001 14:50, Wee Chua wrote: > >

[PHP] displaying latest DB entries

2001-07-19 Thread Jamie Saunders
Hi, I've got a MySQL database setup with several different tables. What I'd like to do is to display the last five records entered into the database. I can do this easily from one table just by listing the records with the five highest IDs, but how can I do this over several tables? I don't wa

[PHP] Sessions and linking

2001-07-19 Thread Jome
I'm programming an easy webmail and I've tried to use sessions. It works perfectly with cookies activated in the browser but I want it to be able for people which doesn't like cookies. If I've understood this correctly I should be able to fetch the sessiondata if I link something like theinbo

Re: [PHP] Paypal and PHP

2001-07-19 Thread chris schneck
I think this is the complete form i use for paypal, might be an old version. check the paypal.com website in the button generator section they give the variables to be passed. https://www.paypal.com/cgi-bin/webscr"; METHOD="POST"> http://www.yourhost.com/";> http://www.yourhost.com/";>

Re: [PHP] Re: array question

2001-07-19 Thread Ryan Fischer
You wrote: > Also, consider using print or echo as opposed to printf. And lastly, you > really don't need to use mysql_free_result, PHP does this automagically > after the script dies. Sorry for picking on you, you may have your > reasons. ;-) Really? Then why was it that, when I neglected to

Re: [PHP] Email Software

2001-07-19 Thread Christian Reiniger
On Wednesday 18 July 2001 14:50, Wee Chua wrote: > Hi all, > I need a little help from you guys. Can anyone tell what is the best > software for sending million emails at a time or something > like that? Where can I buy email addresses from? Thank > you! Note that spamming is the cheapest way to

Re: [PHP] a good PHP editor

2001-07-19 Thread J Smith
Chris Schneck wrote: > I've never heard windows 95 and great in the same sentence. > Funnily enough, I have heard the two in the same sentence: I've heard that Windows 95 turns perfectly good computers into great doorstops. J -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] HTML in XML???

2001-07-19 Thread Christian Reiniger
On Wednesday 18 July 2001 16:10, Leon wrote: > Hi, > Is there some way to include HTML tags in a XML doc??? > I want to use a XML document to include HTML data for my > webpage. I have made a solution of replacing a special word to > the '<' and '>" of a HTML tag. > But I think my solution is very

Re: [PHP] encryption

2001-07-19 Thread Jeff Bearer
Ahh, well then, another solution could be to use SSL, depends on your application weather you can get away with using an unsigned certificate (free) or weather you will need to pay a company like verisign to prove your identity. With an unsigned certificate the browser will warn the user that th

[PHP] PHP page will not load at all

2001-07-19 Thread Dave_
I had a few problems installing php but finally got it, Apache and MySql installed. Or so I thought. The first time I tried to open a sample php page, I got the error saying I was missing odbc32.dll. So, I went ahead and put a copy of the dll where it belonged so, it should work now right? Wron

Re: [PHP] Form verification

2001-07-19 Thread Sheridan Saint-Michel
If you want it displayed by the missing fields try something like formA must be filled out!"; echo "formB"; if(isset($submit) && $submit != "" && (!isset($formB) || $formB == "") ) echo "formB must be filled out!"; echo "formB"; echo ""; ?> Hope that helps Sheridan - Origina

[PHP] Page Expired...!!!

2001-07-19 Thread Dhaval Desai
Hi! Well I have a form page. WHen people submit the information, they and they go to the other page where form action is specified, they should not be able to come back to the form page. They should get a message saying the Page expired. The concept is used on http://www.mtnsms.com Please tell m

Re: [PHP] encryption

2001-07-19 Thread Sheridan Saint-Michel
The problem he is addressing is that the password is sent plaintext to the server before it ever gets to MySQL. I would suggest using a JavaScript program like this http://pajhome.org.uk/crypt/md5/md5src.html and then using the PHP md5 function on the server side and comparing the two results. T

[PHP] Re: Read and write

2001-07-19 Thread Franky
Thank i found number_format() that work find! -- --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- François Boucher [EMAIL PROTECTED] --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Re: array question

2001-07-19 Thread Philip Olson
Simple change : mysql_fetch_object to : mysql_fetch_array or mysql_fetch_row By default, mysql_fetch_array will allow for : $row[2] and $row['fieldname'] And mysql_fetch_row will allow for : $row[2] And as you know, mysql_fetch_object allows for : $row->fieldname

Re: [PHP] set decimal

2001-07-19 Thread ReDucTor
$var = round(2.3100, $var); - Original Message - From: Franky <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 4:38 AM Subject: [PHP] set decimal > Can i set the precision like 2 decimal or 4 decimal? > > 2.31 to 2.3100 > > Thanks > > -- > --=-=-=-=-=-=-=-=-=-=-=-=

[PHP] set decimal

2001-07-19 Thread Franky
Can i set the precision like 2 decimal or 4 decimal? 2.31 to 2.3100 Thanks -- --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- François Boucher [EMAIL PROTECTED] ___ _ ( hello... ) Q _/\ __/ ¸L --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- -- PHP Gene

[PHP] Memory Leaks

2001-07-19 Thread Paul Strange
I have a site that is doing moderate traffic (about 25 per day). The site is configured as follows: SuSE 7.2 distribution Linux 2.4.4 kernel PHP-4.0.4pl1 Apache 1.3.19 open_ssl Dell PowerApp 1200 with 1gig ram When we review the error_log from apache, we see the following alot: zend_hash.

RE: [PHP] PHP/mySQL Query....

2001-07-19 Thread King, Justin
Whoops.. do SELECT DISTINCT -Justin -Original Message- From: "Jeff Lewis" <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 1:08 PM To: King, Justin; [EMAIL PROTECTED] Subject: Re: [PHP] PHP/mySQL Query Yes but for the first query all I want to do is list the locations and not mul

Re: [PHP] PHP/mySQL Query....

2001-07-19 Thread Jeff Lewis
Yes but for the first query all I want to do is list the locations and not multiple times Jeff - Original Message - From: "King, Justin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 1:46 PM Subject: RE: [PHP] PHP/mySQL Query I'm assuming you're tryin

Re: [PHP] Ocifreestatement() and shared memory error?

2001-07-19 Thread Rouvas Stathis
Michael Champagne wrote: > > We recently ran into Oracle error ORA-04031 which has something to do with > your shared memory being filled up or thrashed (I'm not a DBA so I'm vague on > this.) I noticed that a lot of the PHP code on the site is not using > ocifreestatement() or ocilogoff() after

RE: [PHP] PHP mail() security hole on 4.0.5+

2001-07-19 Thread Rasmus Lerdorf
> > -Original Message- > > From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 19, 2001 9:39 AM > > To: PHP Mailing List > > Subject: [PHP] PHP mail() security hole on 4.0.5+ > > > > > > http://www.net-security.org/text/bugs/995534103,28541,.shtml > >

RE: [PHP] PHP/mySQL Query....

2001-07-19 Thread King, Justin
I'm assuming you're trying to join them and show resumeID also with this SELECT r.resumeID,r.userID,u.location FROM resumes r,users u WHERE r.userID=u.userID; -Original Message- From: "Jeff Lewis" <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 12:45 PM To: [EMAIL PROTECTED] Subject:

RE: [PHP] array question

2001-07-19 Thread Taylor, Stewart
Try using mysql_fetch_array instead of mysql_fetch_object. You then then use a simple loop to assign your variables e.g. foreach($row as $k=>$v) { $GLOBALS[$k] = $v; // or $GLOBALS[$k][$i++] = $v if multiple records being read } This will result in a set of global variables matching your dat

[PHP] PHP/mySQL Query....

2001-07-19 Thread Jeff Lewis
Ok, using PHP and mySQL have two tables that look something like this; Table 1 (users): userID location Table 2 (resumes): resumeID userID I am trying to form a query to pull all the locations and list them on the page. While I could only just select from the users one I do want to be able to

RE: [PHP] a good PHP editor

2001-07-19 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I wonder if Emacs runs on win2k it ran on win95 great... Emacs/Windows runs fine on win2k. -BEGIN PGP SIGNATURE- Version: PGP 7.0.3- signed for information authentication and security Comment: Key ID: 0x51046CFD iQA/AwUBO1cb6daLYehRBGz9

Re: [PHP] a good PHP editor

2001-07-19 Thread chris schneck
I've never heard windows 95 and great in the same sentence. - Original Message - From: "Christopher Allen" <[EMAIL PROTECTED]> To: "Michael Champagne" <[EMAIL PROTECTED]>; "doug" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 10:26 AM Subject: Re: [PHP] a good P

[PHP] array question

2001-07-19 Thread James W Greene
Hi All, I am trying to pull info out of a table and assign a var name to each field... I seem to be having trouble. I have tried to do $var = $row[0] but that does not seem to do it. I have included what is working below. I would like to have each element of the array stored in a seperate

[PHP] Form verification

2001-07-19 Thread King, Justin
I'm trying to come up with a general solution for validating data in forms as far as empty fields. I've considered doing javascript, but would prefer to do the method where the page shows the previous form, with notes near fields that need to be filled out properly. My problem is I am trying to

Re: [PHP] a good PHP editor

2001-07-19 Thread Christopher Allen
I wonder if Emacs runs on win2k it ran on win95 great... -ca - Original Message - From: "Michael Champagne" <[EMAIL PROTECTED]> To: "doug" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 12:16 PM Subject: Re: [PHP] a good PHP editor > VIM on Windows. Free and

Re: [PHP] Using GnuPG with PHP

2001-07-19 Thread Jeff Bearer
For anybody who cares I found the problem with the command below, the environment of the webserver user was set to the environment of the user who started it, so it could not find the ~/.gnupg directory so I added the --homedir switch and all is fine. Thanks for the imput however I'll examine

Re: [PHP] encryption

2001-07-19 Thread Jeff Bearer
I'd use the password function in mysql to store encrypted passwords, I'd be interested to hear if anyone has a reason that doing this is not a good idea. On Thu, Jul 19, 2001 at 12:52:55PM -0400, Tom Malone wrote: > Hello! > > I have a small problem. On my website there is some information

Re: [PHP] a good PHP editor

2001-07-19 Thread Michael Champagne
VIM on Windows. Free and awesome. www.vim.org > Hiya everybody, > I'm relatively new to PHP and I'm looking for a good text editor on > win2k for creating/manipulating php pages. Notepad is great if your in a > bind, and I've tried phpedit and activestate's Komodo and both seem to have > pr

[PHP] Ocifreestatement() and shared memory error?

2001-07-19 Thread Michael Champagne
We recently ran into Oracle error ORA-04031 which has something to do with your shared memory being filled up or thrashed (I'm not a DBA so I'm vague on this.) I noticed that a lot of the PHP code on the site is not using ocifreestatement() or ocilogoff() after executing. Could this have caused

  1   2   3   >