[PHP] Manners and Heritage

2003-06-24 Thread SLanger
Hello Everyone This is slightly off topic... so ignore or comment. Just wondering where does the term RTFM actually originate. And wouldn't it be better to say RTM or RTAM (thats Read the amazing Manual) since as a foreigner, that means non english native speaker, I can't see whats so f...ing

[PHP] Re: Berkeley db

2003-06-24 Thread Misha Peric
Look in PHP Manual in XVI. Database (dbm-style) abstraction layer functions, you have some examples there. Misha Peric Logan McKinley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have absolutely no experience with Berkeley db but have been told by my ISP that it is what I need

[PHP] Re: uploading images

2003-06-24 Thread Misha Peric
fopen() returns FALSE if it fails, and that's probably what happends here. $_POST is superglobal so register_globals doesn't mean anything to it. Just use the proper functions for filename and filesize: $_FILES['userfile']['name'] $_FILES['userfile']['size'] Of course you should move the

Re: [PHP] Manners and Heritage

2003-06-24 Thread Sancar Saran
[EMAIL PROTECTED] wrote: Hello Everyone This is slightly off topic... so ignore or comment. Just wondering where does the term RTFM actually originate. And wouldn't it be better to say RTM or RTAM (thats Read the amazing Manual) since as a foreigner, that means non english native speaker, I

[PHP] Editor

2003-06-24 Thread Denis 'Alpheus' Cahuk
just wanted to know what free editors (for windows) do you use. Im using Maguma. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Editor

2003-06-24 Thread Jonathan Wilkes
I use EditPad Lite, although I am thinking of upgrading to the pro version -Original Message- From: Denis 'Alpheus' Cahuk [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 09:15 To: [EMAIL PROTECTED] Subject: [PHP] Editor just wanted to know what free editors (for windows) do you use. Im

[PHP] WEB HOST

2003-06-24 Thread Denis 'Alpheus' Cahuk
I need a php4 web host with MySQL. It has to be free and there should be no ads or pop-ups. I should be allowed to show my own ads on my page. Denis 'Alpheus' Cahuk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Standalone PHP Client?

2003-06-24 Thread Craig
Have a look here, this may help: http://www.triplehash.com/content.php?id=26 Regards, Craig Galen P. Zink [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Well, having a solid product that people can look at offline has been a major selling point in the past. The customers we

[PHP] Re: WEB HOST

2003-06-24 Thread Paul Chvostek
On Tue, Jun 24, 2003 at 10:22:06AM +0200, Denis 'Alpheus' Cahuk wrote: I need a php4 web host with MySQL. It has to be free and there should be no ads or pop-ups. I should be allowed to show my own ads on my page. What incentive does a company have to provide service like this? We have a

Re: [PHP] Re: WEB HOST

2003-06-24 Thread Denis 'Alpheus' Cahuk
what do you mean with watermarked? At 04:28 24.6.2003 -0400, you wrote: On Tue, Jun 24, 2003 at 10:22:06AM +0200, Denis 'Alpheus' Cahuk wrote: I need a php4 web host with MySQL. It has to be free and there should be no ads or pop-ups. I should be allowed to show my own ads on my page. What

[PHP] Re: Empty session directory

2003-06-24 Thread Neil M
IVáN DíAz wrote: Hi everyone! I would like to know if I need to empty from time to time the directory where the session files are stored. I'm running windows nt4.0 and Apache. Thanks in advance. Hi Ivan That would probably be a good idea yes. On linux and unix based OS's sessions are usually

[PHP] highlight_file() in XHTML Strict?

2003-06-24 Thread Leif K-Brooks
I want to use highlight_file() in XHTML Strict. Is there any way to change PHP to use span class=string (and other classes) and use a stylesheet to colour it? If not, any other suggestions? -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it

[PHP] identify not only browser, but even browser windows with session

2003-06-24 Thread dorgon
hi, does anybody know how I could identify the browser window? my problem is, that i have a application framework and I want to use multiple windows providing different GUIs. Each window should be able to send a request and send a proper session key or unique key which identifies the application

RE: [PHP] Manners and Heritage

2003-06-24 Thread Ford, Mike [LSS]
-Original Message- From: Sancar Saran [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 08:48 According to Hackers Jargon RTFM: /R·T·F·M/, imp. [Unix] Abbreviation for 'Read The Fucking Manual'. 1. Used by gurus to brush off questions they consider trivial or annoying.

Re: [PHP] identify not only browser, but even browser windows with session

2003-06-24 Thread Ernest E Vogelsinger
At 10:58 24.06.2003, dorgon said: [snip] can cookies be stored for single browser instances (windows)? does the browser send some information that could be uses? [snip] Short answer - no, and no. Cookies are stored

[PHP] Re: Problem with GET variables

2003-06-24 Thread sven
hi sid, this is often discussed here. if you use your local installation only for development purposes, you can set register_globals = on in php.ini. but if you want a more secure plattform, leave it off and write you scripts with $_GET[]. (some additional help:

[PHP] topic_maps with php

2003-06-24 Thread IMAC, Sebastian Mangelkramer
hi all together, our team started working with topic maps one jear ago, with java (tm4j). now we decide to develop a tool with php which displays us a topicmap. we`ve tried several ways to display it, but no one was ok. my question: does anyone know a solution for displaying a topicmap with

[PHP] Write, Zip and Email

2003-06-24 Thread TWSC HQ
Hi all Is it possible to write to files on a server via a browser, then zip those files up and email them to the user? Detail: I want to enable my website visitors to customize a php script with their details, all via field inputs. Write that personal info into the script files upto here it's

[PHP] correct encoding for emails

2003-06-24 Thread Harry Wiens
Hi, i'm coding a mail handler in php. i live in germany, and in germany we have umlaute (ä,ö,ü). I don't know how to display them right, or how i have to convert the text. sometimes, not always when i display my mails in php i have L=F6sungen but it must be Lösungen. What do I have to do, to

[PHP] Encoding

2003-06-24 Thread Denis 'Alpheus' Cahuk
My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it. What encoding do I need so that every1 will see it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Editor

2003-06-24 Thread Hidayet Dogan
Try http://www.php-editors.com and php-general list archive at http://marc.theaimsgroup.com/?l=php-general Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S.

[PHP] Re: correct session format?

2003-06-24 Thread Pete Morganic
Have a look half way down this page http://www.linuxdocs.org/HOWTOs/PHP-HOWTO-15.html pete Jay Fitzgerald wrote: is this the correct way to register variables via a session? [code] session_start (); $_SESSION['eventid'] = 'arma2'; print_r ($_SESSION); echo P $_SESSION; [/code] [result] Array (

Re: [PHP] Write, Zip and Email

2003-06-24 Thread Jason Wong
On Tuesday 24 June 2003 18:36, TWSC HQ wrote: Is it possible to write to files on a server via a browser, then zip those files up and email them to the user? Detail: I want to enable my website visitors to customize a php script with their details, all via field inputs. Write that personal

Re: [PHP] Encoding

2003-06-24 Thread Jason Wong
On Tuesday 24 June 2003 19:07, Denis 'Alpheus' Cahuk wrote: My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it. What encoding do I need so that every1 will see it? Can we just call you Denis? -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software

Re: [PHP] highlight_file() in XHTML Strict?

2003-06-24 Thread Adrian
try this: ob_start(); $oldlevel=error_reporting(0); highlight_file($file); error_reporting($oldlevel); $buffer = ob_get_contents(); ob_end_clean(); $buffer = str_replace(code, , $buffer); $buffer = str_replace(/code, , $buffer); $buffer = preg_replace(/font

Re: [PHP] Re: WEB HOST

2003-06-24 Thread Denis 'Alpheus' Cahuk
THe host is good, but buggy. I cant install pre-made scripts (like the phorum or phpBB) and I can't access to phpMyAdmin and cant change my password anymore, and cant even cancel At 04:28 24.6.2003 -0400, you wrote: On Tue, Jun 24, 2003 at 10:22:06AM +0200, Denis 'Alpheus' Cahuk wrote: I need

Re: [PHP] Encoding

2003-06-24 Thread Denis 'Alpheus' Cahuk
So you don't know what encoding I should use? At 19:39 24.6.2003 +0800, you wrote: On Tuesday 24 June 2003 19:07, Denis 'Alpheus' Cahuk wrote: My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it. What encoding do I need so that every1 will see it? Can we just call you

[PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread Denis 'Alpheus' Cahuk
Like I said, I need a web host. It MUST support PHP, mySQl and sending emails, optional. It shouldn't have any ads (pop-ups, ads), but I will allow if it has watermarks (SMALL! watermarks). It should be TOTALY FREE! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

php-general Digest 24 Jun 2003 12:09:34 -0000 Issue 2136

2003-06-24 Thread php-general-digest-help
php-general Digest 24 Jun 2003 12:09:34 - Issue 2136 Topics (messages 152554 through 152593): Re: Change image file size dynamically 152554 by: Sævar Öfjörð Re: House for rent - Good price 152555 by: Oscar F client side cache 152556 by: aljosa mohorovic

[PHP] Re: WEB HOST NEEDED!!!!!

2003-06-24 Thread Brian McGarvie
Stop posting these messages! And save up money! :) and do what the rest of us do! Denis 'Alpheus' Cahuk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Like I said, I need a web host. It MUST support PHP, mySQl and sending emails, optional. It shouldn't have any ads (pop-ups, ads),

RE: [PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread Jay Blanchard
[snip] Like I said, I need a web host. It MUST support PHP, mySQl and sending emails, optional. It shouldn't have any ads (pop-ups, ads), but I will allow if it has watermarks (SMALL! watermarks). It should be TOTALY FREE! [/snip] Denis I am going to make a small suggestion, please Google for

RE: [PHP] Encoding

2003-06-24 Thread Jay Blanchard
[snip] So you don't know what encoding I should use? At 19:39 24.6.2003 +0800, you wrote: On Tuesday 24 June 2003 19:07, Denis 'Alpheus' Cahuk wrote: My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it. What encoding do I need so that every1 will see it? Can we just

RE: [PHP] Expensive WEB HOST NEEDED!!!!!

2003-06-24 Thread Marios Adamantopoulos
I need a web host too It MUST support PHP, ASP, JSP/Servlets, MySQL, SQL Server 2000, SQL Server 7, Oracle 8 and Oracle 9. It should have a minimum of 1,000,000 pop-up ads, but I will allow it if it has xxx pictures, big pictures though. And and before I forget, I WANT TO PAY 1,000 a day for 1 Mb

Re: [PHP] Write, Zip and Email

2003-06-24 Thread SLanger
I believe that there is a pure PHP class (does not rely on external programs) which allows you to work with zip archives. You can find it in the sources of phpMyAdmin its called zip.lib.php. It should be located in the libraries folder. Regards Stefan -- PHP General Mailing List

[PHP] Re: correct encoding for emails

2003-06-24 Thread Manuel Lemos
Hello, On 06/24/2003 07:47 AM, Harry Wiens wrote: i'm coding a mail handler in php. i live in germany, and in germany we have umlaute (ä,ö,ü). I don't know how to display them right, or how i have to convert the text. sometimes, not always when i display my mails in php i have L=F6sungen but it

Re: [PHP] Re: client side cache

2003-06-24 Thread Cesar Cordovez
Hi! (B (BI used to have this problem until I started using in all of my scripts (Bthe following: (B (B?php (B$t = time("U"); // this is the time in seconds from 1/1/1970 (B$url = "whateveryouwant.php?t=$t"; (B (B// place here something like: (Bprintf("a href='%s'Click

Re: [PHP] apache mod_php memory leak, need help.

2003-06-24 Thread Ray Aspeitia
Just another note, it seems that for every page access, there is exactly 680k of memory that accumulates. Any php developer know of any odbc function that takes up 680k of overhead that might not be getting cleaned up? Thanks, Ray A. Hello, I hope someone can help me or point me in a good

Re: [PHP] Re: WEB HOST

2003-06-24 Thread Paul Chvostek
On Tue, Jun 24, 2003 at 01:43:02PM +0200, Denis 'Alpheus' Cahuk wrote: THe host is good, but buggy. I cant install pre-made scripts (like the phorum or phpBB) and I can't access to phpMyAdmin and cant change my password anymore, and cant even cancel I *did* say it was under construction.

Re: [PHP] Expensive WEB HOST NEEDED!!!!!

2003-06-24 Thread Robert Cummings
Do we really need all this pessimism?? I have the exact host he needs. It supports PHP, MySQL, and sending emails. It has absolutely no pop-up ads and no watermarks. There is no advertising whatsoever. And the best part... it is ABSOLUTELY FREE!! smallPrint ABSOLUTE FREE[tm] hosting is available

[PHP] Re: correct encoding for emails

2003-06-24 Thread Harry Wiens
The problem is not sending or composing the email (what your class is for), but displaying all the recieved messages. Btw how do i use quoted-printable encoding ? mfg. Harry Wiens Manuel Lemos [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hello, On 06/24/2003 07:47 AM, Harry

[PHP] weird switch behaviour

2003-06-24 Thread cg
I am testing a var in a switch statement, switch($type) { case HIRE: statements; break; etc default: echo In Default; break; } I can echo $type directly above the switch statement, confirm it contains the

Re: [PHP] ?xml version=1.0 encoding=UTF-8

2003-06-24 Thread Doug Essinger-Hileman
On 24 Jun 2003 at 4:33, Philip Olson wrote: No. (btw, be sure to quote your strings). In reading the table found here: Thanks. That is a mistake I make frequently. The good thing about that is that if there is an error the first thing I look for is whether I have quoted my strings. ;-}

[PHP] Javascript in PHP

2003-06-24 Thread [EMAIL PROTECTED]
How can I get a script to work on a page that has HTML generated by PHP and a javascript with functions called by an checkbox? javascript: function PrintScript(){ $js = function CheckBox1(); $js .= {var box1 = window.document.ctype.wr;var box2 = window.document.ctype.pfo;var box3 =

[PHP] Re: Javascript in PHP

2003-06-24 Thread Harry Wiens
i think you have to add \n after each row of java script code. $js .= }\n; mfg. harry wiens [EMAIL PROTECTED] [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] How can I get a script to work on a page that has HTML generated by PHP and a javascript with functions called by an

Re: [PHP] weird switch behaviour

2003-06-24 Thread Robert Cummings
Try the following: echo '['.$type.']'; to rule out the possibiliy of spaces around the word. Cheers, Rob. cg wrote: I am testing a var in a switch statement, switch($type) { case HIRE: statements; break; etc default:

Re: [PHP] preg_replace problem

2003-06-24 Thread Wendell Brown
On Tue, 17 Jun 2003 07:25:00 -0400, Vincent Bouret wrote: I want A dog jumped over a ladder to become xyzA/xyz dog jumped over xyza/xyz ladder. How about this... $str = A dog jumped over a ladder; $str = preg_replace( /(^| )(a)( |$)/i, $1xyz$2/xyz$3, str ); -- PHP General Mailing List

[PHP] Send BCC mail with PHP

2003-06-24 Thread Russell P Jones
Is there any way to send mail blind carbon copy via PHP? Or do I need to write some script that cycles through and sends a separate email for each individual? Im trying to write a script for personal use that allows me to send emails straight from my active desktop, but I would like to allow

Re: [PHP] Re: Javascript in PHP

2003-06-24 Thread Chris Hayes
I missed the 1st post but could this be related to form name being 'crimetype' and the javascript tryin to access the form 'ctype' ? At 15:55 24-6-03, you wrote: i think you have to add \n after each row of java script code. $js .= }\n; afaik the ; handles that but indeed i would let the

[PHP] Gd Lib PHP.4.3.2 Gentoo

2003-06-24 Thread Sancar Saran
Hi, Is there any problem on Php 4.3.2 GD lib ? My code works fine on Php 4.3.1 but not work 4.3.2 here code ?php Header (Content-type: image/jpeg); $text = some text; $s= 20; $fontfile = /usr/X11R6/lib/X11/fonts/truetype/arial.ttf; $size = imagettfbbox($s,0,$fontfile,$text); $dx =

Re: [PHP] Send BCC mail with PHP

2003-06-24 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 24 Jun 2003 at 15:04, lines prefixed by '' were originally written by you. Is there any way to send mail blind carbon copy via PHP? Or do I need write some script that cycles through and sends a separate email for each individual?

Fwd: Re: [PHP] Re: Javascript in PHP

2003-06-24 Thread Chris Hayes
additionally, you named the fields WR PR and PFO while you refer to them as wr, pr and pfo. Date: Tue, 24 Jun 2003 16:04:17 +0200 To: [EMAIL PROTECTED], [EMAIL PROTECTED] From: Chris Hayes [EMAIL PROTECTED] Subject: Re: [PHP] Re: Javascript in PHP I missed the 1st post but could this be related

Re: [PHP] Send BCC mail with PHP

2003-06-24 Thread Chris Hayes
At 16:03 24-6-03, you wrote: Is there any way to send mail blind carbon copy via PHP? Or do I need to write some script that cycles through and sends a separate email for each individual? Im trying to write a script for personal use that allows me to send emails straight from my active desktop,

Re: [PHP] correct encoding for emails

2003-06-24 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 24 Jun 2003 at 14:41, lines prefixed by '' were originally written by you. Btw how do i use quoted-printable encoding ? I'll admit now that I have not read the relevant RFC so I am open to corrections. From examining existing e-mails

[PHP] my first PHP...posting in forms

2003-06-24 Thread Wilbert Enserink
hi All, I got this simple form. Input is submitted using POST to another script. In this other script the variables/values pairs are used. I tested these scripts on several ISP's, no problem everything goes fine. Now I migrate the scripts to a different ISP, and voila, the input fields are not

[PHP] Re: correct encoding for emails

2003-06-24 Thread Manuel Lemos
Hello, On 06/24/2003 10:50 AM, Harry Wiens wrote: The problem is not sending or composing the email (what your class is for), but displaying all the recieved messages. Ok, you said mail handler and it was not clear if you were handling the process of sending or receiving. Btw how do i use

Re: [PHP] Expensive WEB HOST NEEDED!!!!!

2003-06-24 Thread Jerry M. Howell II
-Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 13:20 To: Denis 'Alpheus' Cahuk; [EMAIL PROTECTED] [snip] Like I said, I need a web host. It MUST support PHP, mySQl and sending emails, optional. It shouldn't have any ads (pop-ups,

Re: [PHP] my first PHP...posting in forms

2003-06-24 Thread Robert Cummings
Register globals is probably off. This is old news, keep up to date by reading hte release documents. Cheers, ROb. Wilbert Enserink wrote: hi All, I got this simple form. Input is submitted using POST to another script. In this other script the variables/values pairs are used. I tested

[PHP] PHP parser extension?

2003-06-24 Thread anzenews
Hi! I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? Is there some extension or anything that would allow me to hook my code to PHP parser? Even lex and yacc for PHP would be great... What I want to do is this: lets say tou want to extract all

[PHP] Re: weird switch behaviour

2003-06-24 Thread Slava
Try it: switch($type) { case HIRE: statements; break; etc default: echo In Default; break; } Cg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am testing a var in a switch statement,

RE: [PHP] PHP parser extension?

2003-06-24 Thread Ford, Mike [LSS]
-Original Message- From: anzenews [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 11:21 I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? It was renamed 'internals' a while ago (see http://www.php.net/mailing-lists.php). Cheers! Mike

Re: [PHP] free dynamic MENU

2003-06-24 Thread Jim Lucas
Check out this http://phplayersmenu.sourceforge.net Jim Lucas - Original Message - From: David Elìas Sánchez Vásquez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 23, 2003 2:15 PM Subject: [PHP] free dynamic MENU Hi folks I'd like to know if you know any page where I

[PHP] images..

2003-06-24 Thread Edward Peloke
I asked this question last week and thought I had it fixed but it still doesn't seem to work. I use the code below to allow the user to upload their images, once uploaded the images don't look nearly as good as they did before uploading. Another interesting thing is that if you right click on

Re: [PHP] PHP parser extension?

2003-06-24 Thread Robert Cummings
I don't know that this kind of funcitonality exists, but that would be a sweet deal if it did. Cheers, Rob. anzenews wrote: Hi! I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? Is there some extension or anything that would allow me to

[PHP] Re: topic_maps with php

2003-06-24 Thread dorgon
I don't know any php lib working with topic maps. Why don't you use Java for displaying too. Check out http://weblogs.medien.uni-weimar.de/topicmaps/Tools I think you will have better support for Java since it was introduced in Java. /dorgon Sebastian Mangelkramer Imac wrote: hi all together,

Re: [PHP] Encoding

2003-06-24 Thread dorgon
plase ISO-8859-2 is the one you'll need. Denis 'Alpheus' Cahuk wrote: So you don't know what encoding I should use? At 19:39 24.6.2003 +0800, you wrote: On Tuesday 24 June 2003 19:07, Denis 'Alpheus' Cahuk wrote: My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it.

[PHP] newbie question

2003-06-24 Thread Blake Schroeder
I just setup php on my linux box and have been messing with a tutorial, and have had some issues. The tutorial says any name=value pairs in the querystring automatically creates a variable with the name and value the querystring indicated. This does not seem to be happening. I have installed:

[PHP] C-DLL in PHP!

2003-06-24 Thread macs_aut
Dear users, My apologize, but my knowledge in Internet Programming Technologies is very poor (actually it is realy very very poor). Anyway, I have a request to set up WIN CE Terminal Clients for my software product (Written in C/C++). The point is, I do not want to write the whole application

RE: [PHP] newbie question

2003-06-24 Thread Jay Blanchard
[snip] I just setup php on my linux box and have been messing with a tutorial, and have had some issues. The tutorial says any name=value pairs in the querystring automatically creates a variable with the name and value the querystring indicated. This does not seem to be happening. I have

Re: [PHP] Gd Lib PHP.4.3.2 Gentoo

2003-06-24 Thread Sancar Saran
I change system from apach2 to apache it fixed... Sancar Saran -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] emalloc() error being thrown {LONG} - MORE

2003-06-24 Thread Jay Blanchard
[snip] I have STFW, RTFM taken a couple of SWAG's and still cannot come up with a solution. Is the opened file held in memory and therefore as it gets larger it approaches the memeory limit of the machine? Any insight would help...a BIG THANKS IN ADVANCE! [/snip] Ok, we have noticed more on the

Re: [PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread Wendell Brown
On Tue, 24 Jun 2003 14:09:30 +0200, Denis 'Alpheus' Cahuk wrote: It should be TOTALY FREE! I've got you covered. I will happily offer all of the items you request. No advertising or anything, full php, front page, mysql, 500 Meg disk space. I do charge $500 per month if you want upload

[PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Daniel Rychlik
Hello, I am attempting to solve a problem in PHP. My application consists of Classes and subclasses. In my Class I call certain functions that have header information and footer information displaying them in nicely formatted HTML. I have used this method because of one style sheet that all

Re: [PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Chris Sherwood
I am not sure what you mean but if you are trying to call functions that exist within your class you need to do something like the following $fg = new YourClass.class.php; $fg-yourfunctionname($arguements); - Original Message - From: Daniel Rychlik [EMAIL PROTECTED] To: [EMAIL

[PHP] Re: return all non-tag characters

2003-06-24 Thread Pete Morganic
try http://uk2.php.net/strip_tags pete Matt Palermo wrote: I want to be able to retrieve and return all character that are not located in html tags. For example: font size=\3\ color=\#336699\1234567/font or marquee1234567/marquee I would just like it to be equal to 1234567, but I would need

Re: [PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread Mark Tehara
http://www.futurepathsnz.com/webhosting.html Cheap hosting. http://www.aoteahosting.com/ Moew Cheap hosting Free isn't the word. Free is for scabs - Original Message - From: Denis 'Alpheus' Cahuk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 12:09 AM Subject:

[PHP] Freeing memory WAS emalloc() error being thrown {LONG} - MORE

2003-06-24 Thread Jay Blanchard
***pulling out what's left of my hair*** I have a situation where I open a new file, do a query, write to the file, close the file, and then start over again at opening a new file while looping through an array. As I do this I can watch memory resources approach 0, ultimately failing the script

Re: [PHP] PHP parser extension?

2003-06-24 Thread Lars Torben Wilson
On Mon, 2003-06-23 at 03:21, anzenews wrote: Hi! I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? Is there some extension or anything that would allow me to hook my code to PHP parser? Even lex and yacc for PHP would be great... Have you

[PHP] socket_fd_alloc

2003-06-24 Thread Lucas Lain
this function disappeared on php version 4.3.1 which one is the name of the equivalent ??? TIA, -- Lucas Lain [EMAIL PROTECTED] #! /Scripting/Manager (:-P) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Daniel Rychlik
I see, Im still a little troubled by the problem. If I have a link on a HTML document called a href=search.phpSearch Tool/a How would I execute a function within my class? Is it the same answer as you gave me? So, a href= ?php $fg-yourfunctionname($arguements); ? Search Tool/a Is

Re: [PHP] Expensive WEB HOST NEEDED!!!!!

2003-06-24 Thread Steve Magruder
Jerry M. Howell II wrote: -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: 24 June 2003 13:20 To: Denis 'Alpheus' Cahuk; [EMAIL PROTECTED] [snip] Like I said, I need a web host. It MUST support PHP, mySQl and sending emails, optional. It shouldn't have any

[PHP] Reg Exp help needed

2003-06-24 Thread Sparky Kopetzky
I'm translating (hacking) code from Perl to PHP and have two reg exp expressions I can't figure out what they do. 1st: $goodbadnum =~ tr/0-9//cd; I think this one removes any chars that are not numbers. 2nd: $goodbadnum =~ tr/0-9/x/; I think this one replaces and numbers with an 'x'. Right,

RE: [PHP] free web host needed.

2003-06-24 Thread Daevid Vincent
On a 'non sarcastic' note... Perhaps the original poster should just set up their own linux box and run it off their home cable/dsl line. I've been doing it for years and it works wonderfully. I'm even now a free-node on the Seattlewireless.net network for people in the hood who need a quick

Re: [PHP] Re: Javascript in PHP

2003-06-24 Thread [EMAIL PROTECTED]
Yeah, that's a problem! I corrected it and now it comes out like: html head title Independent Fact Finders Inc. /title meta name=description content=Independent Fact Finders Inc. META name=keywords content=Legal, background checks, background, check, records, paralegal, lawyer, attorney meta

Re: [PHP] identify not only browser, but even browser windows

2003-06-24 Thread dorgon
I thought so One solution would be not to use cookies and pass different unique ids from each window. thx dorgon Ernest E Vogelsinger wrote: At 10:58 24.06.2003, dorgon said: [snip] can cookies be stored for single browser instances (windows)? does the

[PHP] php caches mysql connections to same host

2003-06-24 Thread dorgon
Is this a bug or a feature? I realised that php caches mysql connection even when not using persistent connections! When calling mysql_connect(...host...) twice, and not closing to first connection I get the same resource #id the first connection has. I noticed that, when writing a

Re: [PHP] Reg Exp help needed

2003-06-24 Thread Don Read
On 24-Jun-2003 Sparky Kopetzky wrote: I'm translating (hacking) code from Perl to PHP and have two reg exp expressions I can't figure out what they do. 1st: $goodbadnum =~ tr/0-9//cd; I think this one removes any chars that are not numbers. Nope. That removes digits '0-9' $goodbadnum=

[PHP] Re: php caches mysql connections to same host

2003-06-24 Thread dorgon
for better understanding: phpCode $conn1 = mysql_connect(localhost, user, pwd); mysql_select_db(database1, $conn1); $conn2 = mysql_connect(localhost, user, pwd); mysql_select_db(database2, $conn2); // select two diff. DBs echo $conn1.br; echo $conn2.br; /phpCode returns: Resource id

Re: [PHP] images..

2003-06-24 Thread Jason Wong
On Tuesday 24 June 2003 23:35, Edward Peloke wrote: I asked this question last week and thought I had it fixed but it still doesn't seem to work. I use the code below to allow the user to upload their images, once uploaded the images don't look nearly as good as they did before uploading.

[PHP] Are there any PHP functions for creating graphs and/or charts?

2003-06-24 Thread Dan Anderson
Hi, I just finished (finally!) with a pet project involving a database. I want to link the data through to charts and was wondering if anyone could recommend any packages I could use to create images which could be displayed dynamically within web pages. Thanks, Dan Anderson -- PHP General

RE: [PHP] Are there any PHP functions for creating graphs and/or charts?

2003-06-24 Thread Jay Blanchard
[snip] I just finished (finally!) with a pet project involving a database. I want to link the data through to charts and was wondering if anyone could recommend any packages I could use to create images which could be displayed dynamically within web pages. [/snip] check out jpgraph

[PHP] Session problem

2003-06-24 Thread Karina S
Hello, I have a problem with php sessions. The following code works on my home PC but doesn't work on my office PC. What can be the problem? Thanks! I have 2 files: file1.php: session_stert(); $_SESSION['demo']=test; and file2.php session_start(); echo $_SESSION['demo']; I use PHP 4.3.2.

RE: [PHP] Session problem

2003-06-24 Thread Dan Joseph
Hi, I have a problem with php sessions. The following code works on my home PC but doesn't work on my office PC. What can be the problem? Its possible you have cookies turned off on your office PC. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] ereg_replace and quotation marks

2003-06-24 Thread Paul Nowosielski
I'm trying to strip quotation marks out of user from input but it doesn't seem to work correctly. $string=ereg_replace(\,,$string); I get a \ mark after I run a quote through the form. When I want the quote turned to nothing. Any suggestions?? Paul -- PHP General Mailing List

[PHP] MSWord attachment with mail()

2003-06-24 Thread Alberto Brea
Dear list, What header must I use to send a MSWord attachment with mail()? I have looked it up in the manual and on php.net but cannot find it. Thanks anyone, Alberto Brea http://estudiobrea.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: MSWord attachment with mail()

2003-06-24 Thread Esteban Fernandez
All the email attachment are encoded in base64. Alberto Brea [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] Dear list, What header must I use to send a MSWord attachment with mail()? I have looked it up in the manual and on php.net but cannot find it. Thanks anyone, Alberto

Re: [PHP] MSWord attachment with mail()

2003-06-24 Thread Chris Hayes
At 22:57 24-6-2003, you wrote: Dear list, What header must I use to send a MSWord attachment with mail()? I have looked it up in the manual and on php.net but cannot find it. for a cvs file aimed at excel i use if (strstr($_SERVER[HTTP_USER_AGENT],MSIE 5.5)) {$att = ;} else {$att =

Re: [PHP] MSWord attachment with mail()

2003-06-24 Thread Chris Hayes
oops that was for downloading... but anyway, the application/msword is worth a try At 23:34 24-6-2003, you wrote: At 22:57 24-6-2003, you wrote: Dear list, What header must I use to send a MSWord attachment with mail()? I have looked it up in the manual and on php.net but cannot find it. for a cvs

[PHP] Using variables from includes

2003-06-24 Thread Ben
Ok, I'm sort of a beginner at this, so cut me some slack. :-) Ok, I have an if then statement that after you click a link it looks like this: blah?page=pagename It looks something like this: ?php if(!$page) { include (http://www.site.com/home.php;); } else{ include (http://www.site.com/; . $page

[PHP] please, php vpopmail windows

2003-06-24 Thread David D
Hi, Can someone compile vpopmail extension for me ? http://www.ionium.org/php/php_vpopmail-0.1.tar.gz I need a php_vpopmail.dll ... I have nothing for compiling this, so if someone can do easily ... Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] MSWord attachment with mail() (III)

2003-06-24 Thread Chris Hayes
throw file content in $filedata $filedata = chunk_split(base64_encode($filedata)); $type = application/octet-stream; $encoding = base64; mt_srand((double)microtime()*100); $boundary = '--b'.md5(uniqid(mt_rand())) . getmypid(); $mailbody = From: PHP backup script by

  1   2   >