[PHP] Delete me in the mail group

2001-06-19 Thread ??
Dear Sir, Can you delete my email address in the mail group? Thanks!

[PHP] how to delete cookies

2001-06-19 Thread Tom Beidler
I have a site that is password protected using PHP and MySQL. I would like to give people the option to log out. I've tried to set the cookie without setting the time but that only deletes the cookie when the browser session ends. Is there a way to delete it all together? >>.>>.>>>.>.

Re: [PHP] HELP problems running PHP4 script in CRON

2001-06-19 Thread Julia A. Case
I think your troubles are that you need a #!/path/to/php or you can start it with php -f file.php Julia Quoting Splashy ([EMAIL PROTECTED]): > Hi, > > Please find script below and hopefully tell me why when I run it over the > web it works perfectly but when I run it using cron or in a telnet

Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Manisha
Use Macromedia's Generator 2.0 along with flash 5.0. This gives ability to connect to database - php with flash object. manisha At 08:45 AM 6/12/01 -0700, Karl J. Stubsjoen wrote: >Hey Guys, > >Anyone have any good starting points for delivering charts on the web? > >Thanks a bunch. > > >Karl

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Bart A. Verbeek
Hi, No you don't need to set anything. Just define a (primary) code-editor (I use the well known Notepad and Write for bigger files), and tell Dreamweaver not to edit code in files with extensions .php(3/4) and .inc and other used php-extensions. Using DW4 myself to -> works very well, also with

[PHP] inserting a variable into a variable

2001-06-19 Thread Hasan Niyaz
Hello all, I have come to a situation where i am having a variable inside another variable. for example. $rm_$cat_adt The above is a variable and $cat is again another variable This does not work.. Need some help! Thanks, Hasan

Re: [PHP] Turning Off Headers

2001-06-19 Thread Rasmus Lerdorf
> Is there any way to tell PHP to NOT produce a Mime Header? > > None, none at all... Not a Content-type:, nothing... For the CGI version use php -q For the module version it isn't PHP sending the content-type, it is Apache. And no, there is no way to stop Apache from sending a content-type as

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Peter Houchin - SunRentals Australia
There is some very basic PHP extensions on the DW & UD exchange site .. I have used mainly DW4 with php & no problems.. however I must also say I do the bulk of my php coding in Homesite 4.5 & from there go in to dw Peter -Original Message- From: rm [mailto:[EMAIL PROTECTED]] Sen

[PHP] MySQL -> Quicken

2001-06-19 Thread Joseph Koenig
I've got a client who wants to be able to export some stuff from a MySQL database in a format that Quicken can import to print some checks. Is this possible? From what i've seen, Quicken takes a proprietary format. Any info would be appreciated. Thanks, Joe

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Chris Cocuzzo
the problem is that you get an email saying unauthorized user or something like that, as the "from" field of the email, or you get the email in the regular way, and then ANOTHER email with the unauthorized user crap -Original Message- From: Jamie Thompson [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Andrew Hill
Jack, Check out www.interakt.ro Best regards, Andrew > -Original Message- > From: Jack [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 6:45 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP Interact with DreamWaver > > > Dear All > I'm fresh on the php, but i just want to ask

[PHP] Want To Know about Databse Connection

2001-06-19 Thread Manisha
Hi, We are developing web application. The client wants it to get connected to their central database server in USA. Web server is in Singapore. Web server configuration - Situated in Singapore, unix / php / mysql - this database is only for some special cases where application does not requ

Re: [PHP] auto index in Apache

2001-06-19 Thread Meir kriheli
On Tuesday 19 June 2001 19:03, Zhu George-CZZ010 wrote: > Please excuse me to post this Apache related question here, but I think > most of you might be very familiar with Apache web sever and I couldn't > find a Apache forum. > > In Apache, The index of a directory can come from one of two so

Re: Re[2]: [PHP] variables in a e-mail

2001-06-19 Thread Steve Werby
"Richard Kurth" <[EMAIL PROTECTED]> wrote: > This is pretty much what I want to do. I want to have a e-mail script > in my application and have it so the user can customize the e-mail that > is sent out in a configure file. Say he wants to send a recurring bill > to his customers and he wants it t

Re: [PHP] Starting session

2001-06-19 Thread Andrew Halliday
Just make it so that a successful login process involves setting a session variable. In all pages that require a login, check that the session variable exists. In any other pages, just ignore it. Simple as that! Now just read the php documentation on how to do it ... (ie using the session_* comma

[PHP] PHP with JAVA support

2001-06-19 Thread Robert Vetter
Hello, I'm trying to run PHP with Java support and don't get it to work. First I compiled PHP '--with-java=/usr/local/jdk1.2.2/'. Then I added this to the PHP.ini file: [Java] java.home=/usr/local/jdk1.2.2 java.class.path=/usr/local/lib/php/extensions/php_java.jar:/usr/local/jdk1.2.2/src.jar jav

[PHP] PHP Discussion Forums ?

2001-06-19 Thread Rob Goodwin
Can someone here tell me who is responsible for the set up and maintenance of the PHP forums? I've yet to find anyone who does it better and I'd like to do something similar for the site I am responsible for. That is, the way the NNTP, mailing list and digest all works together so nicely. Ide

[PHP] PHP Support (was: Re: SV: [PHP] Re: Lists are back up)

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 11:20, Mattias Segerdahl wrote: >For all those that's seeking support for php, there are two options, >zend.com sells SOS, you could also join #php on efnet for help.. I doubt #php would attract the big bad corporations using php, I've seen people give rm -rf / millions of times on

[PHP] Problem with MySQL String limits?

2001-06-19 Thread Null
In a script I have an update query adding on to a LONGTEXT field in my database. Strangely it will no longer work after seemingly random string lengths. So far, one row stopped adding at 440 bytes and another at 1049 bytes.   mysql_query("UPDATE dod_news SET Comments='$comments', NumComments

RE: [PHP] email forms

2001-06-19 Thread Philip Olson
On Tue, 19 Jun 2001, Jason Murray wrote: > Hi tim, > > Change this: > > > mail($toaddress, $subject, $mailcontent, $fromaddress); > > mail ($toaddress, $subject, $mailcontent, > "From: Real Name <$fromaddress>\nReply-to: $fromaddress\n"); Yeah, notice where you'll be adding various

[PHP] list of included file names

2001-06-19 Thread Tim McGuire
Hi, I searched the archives for this. For debugging purposes, I want to see a list of the included files on a page in HTML comments. PHP_SELF and HTTP_SERVER_VARS["SCRIPT FILENAME"] only returns the name + path of the file calling the included files. I want each included file to contribute i

[PHP] php and flash 5 books?

2001-06-19 Thread Jay Paulson
Anyone know of any good books that actually deal with php interfacing with flash 5? I've found one book but just curious if there are others out there... thanks, jay

RE: [PHP] Multipe Tables, Single Query Problem

2001-06-19 Thread Christopher Ostmo
Simon Kimber pressed the little lettered thingies in this order... > > Christopher Wrote... > > You need to be able to tie at least one field from each table to > > one other > > field in another table, and then you can have a query like: > > > > SELECT videos.*, links.*, actors.* > > FROM video

[PHP] automatic page view

2001-06-19 Thread Taline Makssabo
Hello all! I am working on a admin page where companies log in to there own company admin page. Can anyone help out with a script to have the username and password directly linked to there own company admin page.

[PHP] An idea

2001-06-19 Thread TunkeyMicket
Humor me, how useful would a Regex switch statement be?   Like:   ereg_switch($filename) {     case "/\.jpg$/":         echo "JPEG Image"; break;     case "/\.gif$/";         echo "GIF Image"; break;     case "/\.zip$/":         echo "Compressed File"; break;     default:         echo "Unkow

Re: [PHP] Store PHP Code in MySQL?

2001-06-19 Thread J Smith
Try looking at the eval() function. It's pretty similar to the eval keyword in perl. http://www.php.net/manual/en/function.eval.php J Smith code, dba and linux guy Tutorbuddy Inc. The Magic Lantern Group mailto:[EMAIL PROTECTED] "Joseph Koenig" <[EMAIL PROTECTED]> wrote in message [EMAIL PROT

Re: [PHP] Store PHP Code in MySQL?

2001-06-19 Thread J Smith
Try looking at the eval() function. It's pretty similar to the eval keyword in perl. http://www.php.net/manual/en/function.eval.php J Smith code, dba and linux guy Tutorbuddy Inc. The Magic Lantern Group mailto:[EMAIL PROTECTED] "Joseph Koenig" <[EMAIL PROTECTED]> wrote in message [EMAIL PROT

[PHP] Printing Webpages--bypassing dialog box

2001-06-19 Thread John Monfort
Hello All, It's good to have this list up again. Thank you, to all involved. Question: Printing a webpage (from the browser) and bypassing the print dialog box. I have a portable survey (laptop) that let's the user print the results...via with windows.print(). By default, whe

[PHP] Reminder: International PHP Conference 2001, Europe

2001-06-19 Thread Björn Schotte
Dear PHP enthusiasts, I just wanted to remind you about one of the faboulous events this year (besides ApacheCon, O'Reilly OnLamp, German LinuxTag etc.): the International PHP Conference 2001, 11/05-11/07/2001 at Frankfurt/Main, Germany. Our website went online just a few days ago, for English s

Re: [PHP] auto index in Apache

2001-06-19 Thread DAve Goodrich
on 6/19/01 9:03 AM, Zhu George-CZZ010 at [EMAIL PROTECTED] wrote: > > Please excuse me to post this Apache related question here, but I think most > of you might be very familiar with Apache web sever and I couldn't find a > Apache forum. > > In Apache, The index of a directory can come from on

[PHP] Store PHP Code in MySQL?

2001-06-19 Thread Joseph Koenig
I've been playing a little bit trying to store some PHP code in MySQL and get it to execute. However, it behaves just like expected in that it just displays the code, and doesn't execute it. Essentially, i want to do this: With $data["text"] containing: Anybody know a way to actually make thi

RE: [PHP] image code

2001-06-19 Thread Sitkei Pál
http://dougiamas.com/photoframe -Original Message- From: David L. Walgamotte Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 9:55 PM To: [EMAIL PROTECTED] Subject: [PHP] image code Can anyone send me sample code or point me in the right direction. I'm looking for a php scri

Re: [PHP] upload on Win9x

2001-06-19 Thread Christian Dechery
yes... it goes like Have you set the content type of the form to be multipart MIME ? That >screws me every time... > >AndrewH > >- Original Message - >From: "Christian Dechery" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, June 19, 2001 11:16 AM >Subject: [PHP] upload on Wi

Re: [PHP] "simulate" form submission

2001-06-19 Thread Meir kriheli
On Tuesday 19 June 2001 11:35, Pascal Polleunus wrote: > Hi, > > Does someone know how to "simulate" a form submission? > I guess I need to do something like > header("Location: http://www.mysite.com";); > header($PostVarsData); > where $PostVarsData must contains the header informatio

[PHP] connecting to a particular newsgroup (usenet)

2001-06-19 Thread Steph
Hi everyone! I'm trying to create a script to download posts into a mySQL db from a particular newsgroup with certain keywords. I'm reading an article on sockets at phpbuilder.com which has been a useful start. Can any of you recommend any other articles that may assist me with my project. This is

[PHP] Spread Extension for PHP

2001-06-19 Thread George Schlossnagle
For those interested, I have a beta-quality wrapper extension for the Spread (http://www.spread.org/) group communication toolkit.  This is designed to complement existing extensions for perl, java and ruby.  Sources available at http://www.omniti.com/~george/php_spread/php_spread-0.1.tar.gz 

RE: [PHP] Multipe Tables, Single Query Problem

2001-06-19 Thread Simon Kimber
Christopher Wrote... > You need to be able to tie at least one field from each table to > one other > field in another table, and then you can have a query like: > > SELECT videos.*, links.*, actors.* > FROM videos, links, actors > WHERE videos.VideoID = '$VideoID' AND > links.VideoID = videos.Vi

Re: [PHP] Templates??

2001-06-19 Thread py
"FYI, at the last ThunderLizard web design conference, a presenter speaking about content management tools said that most sites only need 6 or so templates ... that there are usually only 6 categories of pages." Salut, do you know where we could get more info about that conference? What are his 6

php-general@lists.php.net

2001-06-19 Thread Matthieu Paindavoine
Hello, I have a problem with a php script which contains an exec (same problem with backticks and similar operators). Some programs are simply not executed. For example, having a simple 'hello world' program in c++ will work fine, but having a program that writes 'hello world' to a file won't wor

[PHP] HELP problems running PHP4 script in CRON

2001-06-19 Thread Splashy
Hi, Please find script below and hopefully tell me why when I run it over the web it works perfectly but when I run it using cron or in a telnet session it errors saying no such file or directory. THIS IS THE ERROR /* ./fetch_news.php: ?: No such file or directory ./fetch_news.php: syntax error

Re: [PHP] Shortest route between 2 cities

2001-06-19 Thread Dave Mariner
This is quite a well-researched AI problem...normally discussed in relation to the travelling salesman problem. (the complexity of the search increasing exponentially (I think) with the number of interconnected nodes), as most strategy games need to address this problem. Probably the most commonly

RE: [PHP] apache and php ate up all my memory :-[

2001-06-19 Thread scott [gts]
it could be a bunch of different reasons, ranging from software to hardware/OS errors how much total memory is in the machine?? > -Original Message- > From: Sebastian Stadtlich [mailto:[EMAIL PROTECTED]] > Subject: [PHP] apache and php ate up all my memory :-[ > > Hi all > > Proba

Re: [PHP] Multipe Tables, Single Query Problem

2001-06-19 Thread Hugh Bothwell
SELECT video.id, video.title, video.description, actor.name FROM ( video INNER JOIN link ON link.videoID = video.id ) JOIN actor ON actor.id = link.actorID WHERE video.title LIKE $searchstr What you'll get is one query returning a bunch of rows, one for each actor. Then concatenate the actors u

Re: [PHP] image code

2001-06-19 Thread Hugh Bothwell
Seems pretty straightforward, actually; I would write a script that takes as parameters the name and desired size of a graphic, resizes it, and returns the thumbnail ( look at ImageJPEG() ). Then I would write a script that iterates through the files in the directory and, for each, gets a thumbna

Re: [PHP] .htaccess and secure image directory

2001-06-19 Thread Hugh Bothwell
(shrug) disable directory browsing. That should prabably be your default anyway. "bill" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If I upload images to a web directory using PHP, how can I prevent a web > browser from getting a file list of the directory

RE: [PHP] php bug reporting

2001-06-19 Thread scott [gts]
akhil, do you have a database server installed ? > -Original Message- > From: Andreas D. Landmark [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 1:18 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] php bug reporting > > > At 19.06.2001 05:29, you wrote: > >Dear Sir > > i am

[PHP] validate phone numbers

2001-06-19 Thread Richard Kurth
I am using this script to validate for phone numbers and it work just perfect for US phone numbers. But it rejects some European and Australian numbers what do I need to do to make it validate all phone numbers if (($WPHONE_NO) || ($wphone_no)) { $wphone_no = trim($wphone_no); if ($WPHONE_N

RE: [PHP] HELP problems running PHP4 script in CRON

2001-06-19 Thread scott [gts]
try using full paths to your files. > -Original Message- > From: Splashy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 9:29 AM > To: [EMAIL PROTECTED] > Subject: [PHP] HELP problems running PHP4 script in CRON > > > Hi, > > Please find script below and hopefully tell me wh

Re: [PHP] Starting session

2001-06-19 Thread Chris Lee
why do you want todo it this way ? to tell if a user is logged in I assign a valid people_id (session_var) if the var has a valid id, then they are logged in, else they are not. -- Chris Lee [EMAIL PROTECTED] ""Rosen"" <[EMAIL PROTECTED]> wrote in message 9gnhvd$8qh$[EMAIL PROTECTED]">new

Re: [PHP] WebMail client

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 14:56, you wrote: >Try squirremail at http://www.squirrelmail.org > > >""Rosen"" <[EMAIL PROTECTED]> wrote in message >9gnf7f$dsk$[EMAIL PROTECTED]">news:9gnf7f$dsk$[EMAIL PROTECTED]... > > Hi, > > I want to find some Web Mail script in PHP with possibilities to > > create mail accou

Re: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread rm
I used to use DW 3.x and it would mangle the php code. I tried a demo version of DW 4.0 and it makes allowances for php code. To my knowledge there is no way to fix DW 3.x to properly work with php code. I've since changed to Homesite, after you get the hang ot it, it's better than dreamweaver.

Re: [PHP] Starting session

2001-06-19 Thread Julie Tsai
Hi Rosen, Put your session_start(); session_unregister("var1", "var2"); functions at the beginning of your login page, but then destroy the session if login is false and on logout. session_unregister($var1); session_unregister($var2); session_destroy(); Finally, on subsequent pages that the

Re: [PHP] Re: Lists are back up

2001-06-19 Thread Wico de Leeuw
At 22:43 18-6-2001 -0500, David VanHorn wrote: >At 12:01 AM 6/19/01 +0200, Alexander Skwar wrote: >>So sprach Clayton Dukes am Mon, Jun 18, 2001 at 05:38:26PM -0400: >> > Why not just set your filter to look for [EMAIL PROTECTED] in >> the to >> > or cc line? >> >>Because not all filters support

Re: [PHP] "simulate" form submission

2001-06-19 Thread Gyozo Papp
Hello, an article was posted to Zend a few weeks ago its title was: Mimic form submissions in PHP by John Coggeshall "Learn how you can use PHP to simulate GET and POST form submissions from within your PHP scripts." and the URL: http://www.zend.com/zend/spotlight/mimocsumissions.php hope th

[PHP] unsubscribe php-general

2001-06-19 Thread Michael Roark
unsubscribe php-general

RE: [PHP] HTTP_POST_VARS not picking up checkboxes that are unche cked

2001-06-19 Thread Merio, Quinn
This is how i get around it. On the form page: On the submission page: if (empty($SUBSCRIBE)) { $SUBSCRIBE = "NO"; } hth, quinn merio www.vr2a.com -Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 6:20 AM To: Jason Murray Cc: 'Tom Be

Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Andrew Halliday
For basic bars, use tables with divs whose width is set to a percentage of the table cell size using the style attribute eg: number of unemployed For XY scatters, PHPs dynamic graphic producing capabilities are excellent. See attached image for what ive done with it (plotting handwriting bas

[PHP] php and flash 5 books?

2001-06-19 Thread Jay Paulson
Anyone know of any good books that actually deal with php interfacing with flash 5? I've found one book but just curious if there are others out there... thanks, jay

[PHP] auto index in Apache

2001-06-19 Thread Zhu George-CZZ010
Please excuse me to post this Apache related question here, but I think most of you might be very familiar with Apache web sever and I couldn't find a Apache forum. In Apache, The index of a directory can come from one of two sources: 1. A file written by the user, typically called inde

[PHP] simple messageboard released!

2001-06-19 Thread sunny AT wde
hi all! firstly a BIG thanks to rasmus for bringing the mailing lists back up :) secondly, seeing as there is always a big demand here and lot of questions asked about available PHP message boards / forums, I thought I'd point mine out. Wrote this one myself, very simple to configure and instal

Re: [PHP] Re: Lists are back up

2001-06-19 Thread Alexander Skwar
So sprach Wico de Leeuw am Tue, Jun 19, 2001 at 01:09:49PM +0200: > I don't know which ancient version you are using but version 5+ can filter > on cc: Don't know about Eudora, but filters in webmailers (like gmx.de) cannot filter on CC, nor can Lotus Notes 4.x filter reliably on CC. Those are

[PHP] apache and php ate up all my memory :-[

2001-06-19 Thread Sebastian Stadtlich
Hi all Probably some Apache/mysql/php-Admin gurus can give me a hint : i just moved a website to it's own server ( my first one). now apache had eaten up all physical and virtual memory some httpd had allocated 45MB of RAM, memory ran out myqsl crashed... php is compiled in to apache Apache/1.3

Re: [PHP] Passing Array through URL

2001-06-19 Thread Christian Reiniger
On Tuesday 19 June 2001 07:51, Reuben D Budiardja wrote: > Hello, > I have one-dimensional array with a very a lot elements (say, about > 300). What is the best way to pass it through URL? do I use something > like implode the whole thing and then pass it, or do I use something > like serialize, o

Re: [PHP] doesnt work as expected

2001-06-19 Thread Chris Lee
ok. to anser my own questions. oi. type=image name=done then the var will not be $done but $done_x and $done_y -- Chris Lee [EMAIL PROTECTED] ""Chris Lee"" <[EMAIL PROTECTED]> wrote in message 9ehgvu$s2b$[EMAIL PROTECTED]">news:9ehgvu$s2b$[EMAIL PROTECTED]... > echo " > $done1 > $done

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Ray Hilton
I assume you could do it like in perl: Open(MAIL, "|/usr/lib/sendmail"); Print MAIL < From: someone <[EMAIL PROTECTED]> Subject: blah blah Note the line break before the body, blah blah blah OUTPUT Close(MAIL) I have no idea how you would do this in php, but I hope its at least points you in th

[PHP] Performance with encoded files

2001-06-19 Thread Berthold Tenhumberg
Hi! I've testet the performance on plain code and encoded code. Both done with the optimizer 1.1.0 on the same maschine. The encoded skript needs 30 % more time to execute! Is that ok? -- B Tenhumberg (live long and prosper...)

Re: [PHP] WebMail client

2001-06-19 Thread Greg K
Try squirremail at http://www.squirrelmail.org ""Rosen"" <[EMAIL PROTECTED]> wrote in message 9gnf7f$dsk$[EMAIL PROTECTED]">news:9gnf7f$dsk$[EMAIL PROTECTED]... > Hi, > I want to find some Web Mail script in PHP with possibilities to > create mail accounts directly on Linux Mail server. > > Than

Re: [PHP] Apache/PHP4 Question

2001-06-19 Thread tony . mccrory
Sounds like you could remove the mime type for php in httpd.conf : AddType application/x-httpd-php .php Tony -- Tony McCrory IT, Trinity Mirror group (Ireland) (028) 9068 0168 [EMAIL PROTECTED]

[PHP] Starting session

2001-06-19 Thread Rosen
Hi, I'm creating a WEB portal with PHP. I want to give possibility the users to register on my site and to use some features on it. I want to use sessions and to start session only if user login. How can I understand ot my other pages on site, thath the user has logged in my site. i.e. to startse

[PHP] Starting session

2001-06-19 Thread Rosen
Hi, I'm creating a WEB portal with PHP. I want to give possibility the users to register on my site and to use some features on it. I want to use sessions and to start session only if user login. How can I understand ot my other pages on site, thath the user has logged in my site. i.e. to startse

[PHP] Starting session

2001-06-19 Thread Rosen
Hi, I'm creating a WEB portal with PHP. I want to give possibility the users to register on my site and to use some features on it. I want to use sessions and to start session only if user login. How can I understand ot my other pages on site, thath the user has logged in my site. i.e. to startse

[PHP] Re: PHP version?

2001-06-19 Thread Andreas D. Landmark
At 15.06.2001 10:29, you wrote: Hi Guys,   I wonder if you can help.  One of our servers has migrated to php V 4.05 from V 4.04.  Unfortunately part of the site that accesses a MySQL database no longer functions.  I have checked pretty much everything and it seems OK. Is there any changes in the v

[PHP] PHP with JAVA support

2001-06-19 Thread Robert Vetter
Hello, I'm trying to run PHP with Java support and don't get it to work. First I compiled PHP '--with-java=/usr/local/jdk1.2.2/'. Then I added this to the PHP.ini file: [Java] java.home=/usr/local/jdk1.2.2 java.class.path=/usr/local/lib/php/extensions/php_java.jar:/usr/local/jdk1.2.2/src.jar jav

RE: Re[2]: [PHP] variables in a e-mail

2001-06-19 Thread Bruin, Bolke de
Use templates instead of sending it to the webbrowser send it as an email... http://www.phpbuilder.com for more info -Oorspronkelijk bericht- Van: Richard Kurth [mailto:[EMAIL PROTECTED]] Verzonden: Tuesday, June 19, 2001 4:51 AM Aan: [EMAIL PROTECTED]; Alexander Wagner Onderwerp: Re[

RE: [PHP] email forms

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 04:45, you wrote: >Hi tim, > >Change this: > > > mail($toaddress, $subject, $mailcontent, $fromaddress); > >mail ($toaddress, $subject, $mailcontent, > "From: Real Name <$fromaddress>\nReply-to: $fromaddress\n"); > > > I've spoken to the hosting company, they say they wil

RE: [PHP] HTTP_POST_VARS not picking up checkboxes that are unchecked

2001-06-19 Thread John Monfort
I had some issues with that recently. It turns out that PHP will not pick up the checkboxes, unless you use the GET method. You can then access your vars with HTTP_GET_VARS. This was discovered on WIN98+ PHP 4.03pl1 + Apache 1.3++ & WIN ME + PHP 4.03pl1 + Apache 1.3++

Re: [PHP] php bug reporting

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 05:29, you wrote: >Dear Sir > i am getting a bug in php where by i can't pass the values of the data >entered by the user into the database > pls help > --akhil Show us your code, as more than 9 out of 10 times the error is in chair->screen section aka. operator/user and not in t

Re: [PHP] Re: Lists are back up

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 04:43, you wrote: >Eudora can't filter on CC lines. >I've dropped one subscription to another group because the members >insisted on sending emails to each other individually, and CCing the group. Wrong! Eudora can filter on CC lines, "Header CC: contains lists.php.net" and filter

[PHP] WebMail client

2001-06-19 Thread Rosen
Hi, I want to find some Web Mail script in PHP with possibilities to create mail accounts directly on Linux Mail server. Thanks Rosen Marinov

[PHP] Turning Off Headers

2001-06-19 Thread Meles Meles
Is there any way to tell PHP to NOT produce a Mime Header? None, none at all... Not a Content-type:, nothing... Badger[EMAIL PROTECTED] ---

RE: [PHP] php bug reporting

2001-06-19 Thread Jon Haworth
I think perhaps a bit more detail is needed :-) What's the error, can we see your code, what database are you using, etc. Cheers Jon -Original Message- From: akhil chugh [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 05:30 To: [EMAIL PROTECTED] Subject: [PHP] php bug reporting Dear Si

[PHP] Payflo Pro and credit cards

2001-06-19 Thread Tobias Talltorp
I have a few questions regarding credit cards and the Payflo Pro function in PHP. Currently I only need to check that the creditcard is valid, no actual payment is needed right now. 1) How do I perform this check against Payflo Pro? 2) How and where should I save the credit card numbers? In a fi

Re: [PHP] Re: Lists are back up

2001-06-19 Thread Jon A
I use Eudora, and it works fine for me, filtering on Cc lines. what I do: To: contains : [EMAIL PROTECTED] or Cc: contains : [EMAIL PROTECTED] transfer to: I/want/it/here Hope it helps Jon A At 22:43 18-06-01 -0500, David VanHorn wrote: >At 12:01 AM 6/19/01 +0200, Alexander Skwar wrote: >>

[PHP] PHP Hosting in The UK

2001-06-19 Thread Jamie Thompson
Just a quickieDoes anyone know of any cheap but reliable (i.e. they know at least something about PHP) Hosting companies in the UK? By cheap i mean about £10 a month. Speed isn't an issue as long as were not talking a snails pace. Cheers Jamie "Funkdaddy" Thompson

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Jamie Thompson
What is this problem you speak of? I have never come across any problems with mail().maybe i'm not trying hard enough ;) -Original Message- From: Chris Cocuzzo [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 05:04 To: PHP General List (E-mail) Subject: [PHP] [php]using sendmail with php

[PHP] [Announce]Rasmus Lerdorf to speak at New England PHP User Group meeting

2001-06-19 Thread TomHenry
[PHPUGNE] PHP User Group of New England Inaugural meeting set for 7:00 p.m. on Tuesday June 26th, 2001 Rasmus Lerdorf to speak at New England PHP User Group Inaugural Meeting! We are pleased to invite you to attend the inaugural meeting of the New England PHP User Group Rasmus Lerdorf, the f

[PHP] PHP Interact with DreamWaver

2001-06-19 Thread Jack
Dear All I'm fresh on the php, but i just want to ask what should i do to let my existing Dreamwaver Made homepage to interact with Php, which means i had used dreamwave to draw the layout, using firework for the image, then i want to provide some function for the user like forms input, which i kn

[PHP] SetCookie weirdness

2001-06-19 Thread Tomaz Kovacic
Hi! Last night I've found some interesting cookie behavior. I was testing some script on my local server, so I used short version of domain ( http://www ) to reach local webserver. My script stopped working, so I started to investigate a little bit what's goin on.. I've managed to get my script

SV: [PHP] Re: Lists are back up

2001-06-19 Thread Mattias Segerdahl
For all those that's seeking support for php, there are two options, zend.com sells SOS, you could also join #php on efnet for help.. // bad2da -Ursprungligt meddelande- Fran: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Skickat: den 19 juni 2001 05:31 Till: Miles Thompson Kopia: [EMAIL PRO

[PHP] PHP with JAVA support

2001-06-19 Thread Robert Vetter
Hello, I'm trying to run PHP with Java support and don't get it to work. First I compiled PHP '--with-java=/usr/local/jdk1.2.2/'. Then I added this to the PHP.ini file: [Java] java.home=/usr/local/jdk1.2.2 java.class.path=/usr/local/lib/php/extensions/php_java.jar:/usr/local/jdk1.2.2/src.jar jav

Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Richard Stockley
There is a very fine OO Graphing Class that has been written that supports, scatter, pie, 3dpie, bar etc... just needs gd support to work http://www.aditus.nu/jpgraph/ > Hey Guys, > > Anyone have any good starting points for delivering charts on the web? > > Thanks a bunch. > > > Karl J. Stubs

RE: [PHP] email forms

2001-06-19 Thread Jon Haworth
> $fromaddress = "[EMAIL PROTECTED]"; > mail($toaddress, $subject, $mailcontent, $fromaddress); Should probably be: $fromaddress = "From: [EMAIL PROTECTED]"; mail($toaddress, $subject, $mailcontent, $fromaddress); Splitting hairs a bit, a more accurate name for $fromadress would be $headers - i

[PHP] "simulate" form submission

2001-06-19 Thread Pascal Polleunus
Hi, Does someone know how to "simulate" a form submission? I guess I need to do something like header("Location: http://www.mysite.com";); header($PostVarsData); where $PostVarsData must contains the header informations to send the post vars but what are these header informations

Re: [PHP] upload on Win9x

2001-06-19 Thread Andrew Halliday
Have you set the content type of the form to be multipart MIME ? That screws me every time... AndrewH - Original Message - From: "Christian Dechery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 11:16 AM Subject: [PHP] upload on Win9x > I can't get file uplo

RE: [PHP] Multipe Tables, Single Query Problem

2001-06-19 Thread Ray Hilton
Something like: SELECT name, title, description from videos, actors, links where actors.ID = links.ID and videos.ID=videoID, and videos.ID = 20; ? But in just want one row? You could return all the names in one row (I think) using MySQL (I assume?) string functions... I have a funny feeling yo

[PHP] Re: Lists are back up

2001-06-19 Thread Adrian D'Costa
Hi Rasmus, I was home sick with out this mailing list ;-) I found that this is the only list that can get quick responses (most of the times). I am glad it is up Adrian On Mon, 18 Jun 2001, Rasmus Lerdorf wrote: > We have re-enabled the PHP mailing lists. They are now running from a > tempo

RE: [PHP] send data to a file composed of frames

2001-06-19 Thread Ray Hilton
The only real way I see you maintaining a session like that is to use cookies or some sort of client identifier so you can keep trak of that user and if ther are logged in or not. Then you just have some sort of flag that determines the course of action for your site. I am not entirely sure what

RE: [PHP] What is the deal with cookies

2001-06-19 Thread Ray Hilton
Well, when you set a cookie, it is sent in the headers, so the browser isnt going to send the cookie back to the server until a refresh, the best way is to either cash the userlog on details in the log in function, so you need not refresh, or simply use a header("Location: /"); or something to for

RE: [PHP] image retrival from db?

2001-06-19 Thread Ray Hilton
I thought this one was quite good to get you up to speed: http://www.phpbuilder.net/columns/florian19991014.php3 Thing is, although very technically nice, it isnt really very practical, as your database increases in size rapidly, and data retrival takes longer and longer. I would recommend you s

RE: [PHP] INSERT problem with MySQL/PHP

2001-06-19 Thread Jason Murray
> Can anyone tell me what might be wrong? > > $user_idx = 1; > $objective = 1; > $question = 'Foo'; > $question_type = 'singular'; > > $connection_id = mysql_connect ('192.168.1.1', 'php', 'password') > or die ("No connection.\n"); > > $sql = "INSERT INTO questio

  1   2   >