[PHP] Re: (OT) Our Spam Friend

2002-07-10 Thread vins
Good GOod Good but hey isn't going to get off that easy. one day it's going to say sorry that mailbox doesn't exist. or even better sorry this person doesn't own a computer anymore after his last spam crusade LOL Chris Shiflett [EMAIL PROTECTED] wrote in message [EMAIL

Re: [PHP] How do I import tables into MySQL from web page ...

2002-07-10 Thread Fargo Lee
Thanks for pointing me in the right direction. Could not get the output (success or failure) assigned to a variable in front of the system call but got it to assign a 0 (success) or 1 (failure) to the return_var argument as you suggested so I am happy. ?php system(mysql -u myuserid -pmypassword

[PHP] Re: banner rotation and advertisement

2002-07-10 Thread vins
Try phpadsnews. Andy [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello everybody: sorry for this kind of off topic question. I hope that someone might point me into the right direction. I am operating a web portal and think about advertisement.

Re: [PHP] Submitting form in new window!

2002-07-10 Thread vins
This is JavaScript you need. one example. FORM NAME=Information INPUT TYPE=text NAME=TextField VALUE=Nothing Here INPUT TYPE=submit NAME=go VALUE= Go! onSubmit=FormSubmit()' /FORM SCRIPT LANGUAGE=JavaScript TYPE=JavaScript/Text function FormSubmit() { var textfield =

[PHP] Re: Storing values in Session

2002-07-10 Thread vins
Try pushing the variables into an array before sending to the session. I never have problems with arrays in sessions. Sachin Keshavan [EMAIL PROTECTED] wrote in message B733065B9A56D61194840090274F42CE01AC69@INBLREXCH00">news:B733065B9A56D61194840090274F42CE01AC69@INBLREXCH00... Hello, I want

Re: [PHP] is their a jobs mailing list?

2002-07-10 Thread sharif
pls... unsubscribe.. me... pls..and pls again sharif. [EMAIL PROTECTED] - Original Message - From: Bret L Conard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 08, 2002 9:46 PM Subject: Re: [PHP] is their a jobs mailing list? The site is called: tech-temp.com Bret

[PHP] Re: Storing values in Session

2002-07-10 Thread vins
Oh an for the if statement. My PHP gets confused, maybe it's just me but give it a try if(empty($BOOKS)) Sachin Keshavan [EMAIL PROTECTED] wrote in message B733065B9A56D61194840090274F42CE01AC69@INBLREXCH00">news:B733065B9A56D61194840090274F42CE01AC69@INBLREXCH00... Hello, I want to add a

Re: [PHP] hiding submitted variable values in location bar of browser !

2002-07-10 Thread Axel Tietje
Hi everyone, Is there any way to hide my form submitted variables (like passwords etc) in the location bar http://somedomain.org/checkpassword.php? password=mypassword or atleast show in an encypted form n the location bar. form method=POST HTH, Axel Tietje -- FLYnet FLYer

RE: [PHP] Storing values in Session

2002-07-10 Thread Rudolf Visagie
It should be: $BOOKS = $BOOKS.,.$bookid; Rudolf Visagie Principal Software Developer Digital Healthcare Solutions mailto:[EMAIL PROTECTED] Tel: 011 2655478 Cell: 082 895 1598 -Original Message- From: Sachin Keshavan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 8:03 AM To:

RE: [PHP] hiding submitted variable values in location bar of browser !

2002-07-10 Thread Sachin Keshavan
It would be better to use POST operation like FORM ACTION=checkpassword.php METHOD=POST If you do this, the parameters will not appear in the URL bar at all. Hope this helps, Sachin. -Original Message- From: Axel Tietje [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 12:34 PM

[PHP] Hiding submitted variable values in location bar of browser !

2002-07-10 Thread Lord Loh.
Use the POST Method Use MD5 encryption for additional security === MD5.js= /* * Convert a 32-bit number to a hex string with ls-byte first */ var hex_chr = 0123456789abcdef; function rhex(num) { var str = ; for(var j = 0; j = 3; j++) str += hex_chr.charAt((num (j *

Re: [PHP] How do I import tables into MySQL from web page ...

2002-07-10 Thread Analysis Solutions
On Tue, Jul 09, 2002 at 11:41:47PM -0700, Fargo Lee wrote: got it to assign a 0 (success) or 1 (failure) to the return_var argument as you suggested so I am happy. Good! What mixed me up and I still don't understand is the manual entry for system() says ... Returns the last line of the

[PHP] Hiding submitted variable-Solution

2002-07-10 Thread Lord Loh.
Use the POST Method Use MD5 encryption for additional security === MD5.js= /* * Convert a 32-bit number to a hex string with ls-byte first */ var hex_chr = 0123456789abcdef; function rhex(num) { var str = ; for(var j = 0; j = 3; j++) str += hex_chr.charAt((num (j *

[PHP] Re: Executing Script through image

2002-07-10 Thread JJ Harrison
It is a couple of seconds slow. Treating the file as an image means that the rest of the page can still load while it is doing the reverse DNS lookup and executing the script. Anyway I have got the answer now -- JJ Harrison [EMAIL PROTECTED] www.tececo.com Richard Lynch [EMAIL PROTECTED]

Re: [PHP] PHP vs. Java

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! IMHO java is to be avoided. fullstop. Still, it might be unavoidable from a commercial point of view. In that case, you should avoid being involved in the project and let the marketing dept have their fun on their own. There's a lot of pleasantly paid jobs that won't kill your nerves

Re: [PHP] Script File Permissions

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Chris Earle wrote: Thank you for the reply (I don't speak or read Russian if that's what that other stuff is). It is, but it's nothing more than hello and my signature, so you did not miss any basic content :) I forgot to mention that the server is a Win2k server with IIS 5

Re: [PHP] $_REQUEST???

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Patrick Teague wrote: Hello, Considering all of this... Would it be better simply to turn register_globals = On if the vast majority of the stuff you have on your site is simple search engine type stuff and/or GET variables? Well, such stuff needs NOT security, nedless to say.

Re: [PHP] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Daniel Negron/KBE wrote: Is this retaliation ? People are so stupid they cannot even understand that we will simply filter him out of our mail right to trash bin :) I'm just sorry Mozilla is missing an autoresponder. I would have him mailed back with some HUUGE .doc any time he

RE: [PHP] (OT) Our Spam Friend

2002-07-10 Thread Brian McGarvie
we should make a script that constantly emails him single characters and all of us run it in a back ground process ;) -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 12:03 AM To: PHP Subject: [PHP] (OT) Our Spam Friend I just thought this

[PHP] PHP and Apache2?

2002-07-10 Thread Johan Holst Nielsen
Hi, Anyone know how long the developers is from a finale release that support Apache 2? Please advice! Regards, Johan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Took the job into my own hands

2002-07-10 Thread Brian McGarvie
been trying it for a cuple days now -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: 09 July 2002 9:24 PM To: Liam Gibbs Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Took the job into my own hands On Tue, 9 Jul 2002, Liam Gibbs wrote: Mr. Hegreberg will be

Re: [PHP] (OT) Our Spam Friend

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Brian McGarvie wrote: we should make a script that constantly emails him single characters and all of us run it in a back ground process ;) He is lucky we have all to much to do in our lives anyway :) But if anyone has got spare time... the guy's mailbox (unlike most russian public

[PHP] Generate a file

2002-07-10 Thread Phillip S. Baker
Okay here is what I want to do. Select the field of a database that I want. Hit submit. Execute a query of a database based on the said form. Gather all the data and rows and plug them into an excel generated file. Display a dialogue box asking the user the save the file. The saved file being an

[PHP] IIS Bugs???

2002-07-10 Thread Brian McGarvie
OK This is a followon from my Browser thread... on [EMAIL PROTECTED]; [EMAIL PROTECTED] I have switched the application to run from Apache, and the Browsers that were having trouble now seem (I think - will be doing more testing later) to have dissapeared. So, is there a problem with IIS or

Re: [PHP] Generate a file

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Phillip S. Baker wrote: Now if that is cool, how would I get the data into the downloaded.xls file to have this work? 1) Save the data as a comma-separated list (pap.data.csv). 2) make an excel macro that will load it into a preexisting sheet and treat it 3) put the macro as the

[PHP] More work for us I Hope!!!

2002-07-10 Thread César Aracena
Hi all. I got a little carried away when discussing the past subject called *is http://marc.theaimsgroup.com/?l=php-generalm=102609800510170w=2 their a jobs mailing list?* started by Peter J. mailto:[EMAIL PROTECTED] Schoenster and started building a site like Brian McGarvie mailto:[EMAIL

Re: [PHP] (OT) Our Spam Friend

2002-07-10 Thread vins
Sign up for a free server somewhere and create a page that just sends the request to the server. ?php while($x != $count) { mail(The Creap, $x) $x++; } ? Note there isn't a count variable then the only person that can stop it is the system op on the free server. Brian McGarvie

[PHP] strange php output

2002-07-10 Thread Calvin Spealman
I'm trying to do a little trick with my new site. i have one main php script, index.php which includes the header and footer scripts and the page script between them. the page script is determined by $page, which is set to main if it doesnt exist already. $page . .php is then included. I

[PHP] Operator missing?

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! in PHP we have a set of comparison operators going like $a == $b (has same value) $a === $b (has same value and type) shouldn't we have also something like $a == $b (is same instance)? Maybe we already have it and I just don't know about it. Is that so? Because of the copy/reference

RE: [PHP] (OT) Our Spam Friend

2002-07-10 Thread César Aracena
Hi all... If you read the latest post from me you will see that it was my intention when creating a looping mail sender. The post was called mail() function. Although I took it off after sending him like 25.000.000 mails that where called Hi0, Hi1, Hi2, Hi3, etc. The sender and the subject also

[PHP] How to dectect if a file exist in specific Folder

2002-07-10 Thread Jack
Dear all I had a folder which contain some pdf report, the name of the Report will be : xxx.xxx.20020702.pdf. Here is what i want to do : 1. there will be a Form let user to submit the date of reports that he / she wants to view. 2. the php will get the xxx.xxx from a mysql database and add the

[PHP] not parsing vars

2002-07-10 Thread richard . mail
hello all, i've install php 4.2.1 with apache 1.3.24 but when i do something like : page.php?var=valuevar1=value1 then it does nothing. does any one have a solution ? or is it something that i have tot change in php.ini ? thanks in advance, Richard Pijnenburg The netherlands -- PHP

RE: [PHP] strange php output

2002-07-10 Thread César Aracena
I don't understand quite well your question, but I guess you are trying to include a page inside other pages containing just a script that shows up the actual Date and Time... Well, you could simplify this just by making a finction called i.e. datetime() and call it from wherever you want. It

Re: [PHP] not parsing vars

2002-07-10 Thread Jason Wong
On Wednesday 10 July 2002 16:29, [EMAIL PROTECTED] wrote: hello all, i've install php 4.2.1 with apache 1.3.24 but when i do something like : page.php?var=valuevar1=value1 then it does nothing. does any one have a solution ? or is it something that i have tot change in php.ini ?

Re: [PHP] ????????????????????????? snip

2002-07-10 Thread Mark Gallagher
Rodolfo Gonzalez wrote: To the kind moderator of the list: please kick off this guy (Erik Hegreberg [EMAIL PROTECTED] ), he's really annoying. Or at least bounce his e-mails back to him ;) ). Go for the bounce option ;-) -- Mark gallagher -- PHP General Mailing List

Re: [PHP] How to dectect if a file exist in specific Folder

2002-07-10 Thread Jason Wong
On Wednesday 10 July 2002 16:26, Jack wrote: Dear all I had a folder which contain some pdf report, the name of the Report will be xxx.xxx.20020702.pdf. Here is what i want to do : 1. there will be a Form let user to submit the date of reports that he / she wants to view. 2. the php

RE: [PHP] How to dectect if a file exist in specific Folder

2002-07-10 Thread César Aracena
Read http://www.php.net/manual/en/function.file-exists.php and get surprised ;) C. -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 5:27 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] How to dectect if a file exist in specific

Re: [PHP] strange php output

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! Calvin Spealman wrote: ? if (!$page==datetime) // Not using index.php { include(header.php); } ? this code works when datetime.php is included by index.php, but on its own the script just outputs htmlbody/body/html. Even ignoring the xhtml code outside

RE: [PHP] not parsing vars

2002-07-10 Thread César Aracena
Goto http://www.php.net/manual/en/language.variables.predefined.php where it says: [quote] ...$_GET['id'] from the URL http://www.example.com/test.php?id=3 instead of $id... [/quote] C. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10,

[PHP] Re: strange php output

2002-07-10 Thread liljim
Calvin, this: (!$page==datetime) (as I interpret it, that means if $page is false, and it's equal to datetime (which should, in this context, also be false)) looks like it should read: ($page!=datetime) James Calvin Spealman [EMAIL PROTECTED] wrote in message [EMAIL

Re: [PHP] RE: ############

2002-07-10 Thread Mark Gallagher
Rick Emery wrote: lets all spam Erik No, not spam (unless you define spam as what everyone else is doing - sending receipts). Send reply receipts all you want ($deity knows I am g /), and setting something up to bounce his messages back to him'd be great, but in both cases he asked for them

[PHP] cookie ?

2002-07-10 Thread richard . mail
hi all, (yes it's me again) i've got an other problem. i've got an login system, and it has to put an cookie, but it seems he doesn't do it. is it an php.ini problem ?? thnx in advanced. Richard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] ?????????????????????????????????

2002-07-10 Thread Mark Gallagher
Lazor, Ed wrote: I wonder if he's using PHP to automate sending the messages. hehe And in the blink of an eye we're back on topic :o) -- Mark Gallagher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP]Erik Hegreberg

2002-07-10 Thread Marek Kilimajer
Well, he likely never be able to unsubscribe himself, as he needs to reply to the unsubscribe notice, but his account is now full. R'twick Niceorgaw wrote: I just setup a rule in OE to forward his own mail to himself and delete it form my machine - Original Message - From: Jeff Lewis

[PHP] Re: cookie ?

2002-07-10 Thread Johan Holst Nielsen
(yes it's me again) i've got an other problem. i've got an login system, and it has to put an cookie, but it seems he doesn't do it. is it an php.ini problem ?? Dont think it a php.ini file. First of all. Remember to set the cookie before any other headers is sent to the browser. Do you

RE: [PHP] cookie ?

2002-07-10 Thread César Aracena
Hi Richard. It is very probable I will not be able to solve this kind of problems with my few knowledge, but in order to save everybody's time (specially yours), I will have to advise you that more advanced writers will ask you for a more accurate description of your problem such as Server's

Re: [PHP] Re: cookie ?

2002-07-10 Thread Marek Kilimajer
Johan Holst Nielsen wrote: (yes it's me again) i've got an other problem. i've got an login system, and it has to put an cookie, but it seems he doesn't do it. is it an php.ini problem ?? Dont think it a php.ini file. First of all. Remember to set the cookie before any other headers

Re: [PHP] cookie ?

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! [EMAIL PROTECTED] wrote: hi all, (yes it's me again) i've got an other problem. i've got an login system, and it has to put an cookie, but it seems he doesn't do it. 1) users may block your cookie. 2) browsers (they often do) may not respond properly to a setcookie() command

Re: [PHP] ??????????????????????????????????????????????????????````````````````````ØØØØØØØØØØ

2002-07-10 Thread Mark Gallagher
Ben Ramsey wrote: I've just joined this mailing list this afternoon. Does this kind of thing happen often? If so, I'm going to leave the list. I've been on the list for about two months, and it's the first time *I've* seen it happen. Usually the real morons stick to newsgroups :-). The

Re: [PHP] PHP and Apache2?

2002-07-10 Thread Danny Shepherd
Who knows when they'll officially state that PHP runs on Apache2 - I've been running it for a while now without much trouble (4.2.1 + 2.0.36/2.0.39) - the only problem that I've really seen (though not been affected by) is that multiple cookies seem to break - only the last cookie is set

Re: [PHP] ???? etc

2002-07-10 Thread Danny Shepherd
- Original Message - From: Mark Gallagher [EMAIL PROTECTED] To: Ben Ramsey [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 10:14 AM Subject: Re: [PHP] ??ØØ The list really can be a

[PHP] Re: cookie ?

2002-07-10 Thread Johan Holst Nielsen
it's not the browser or what so ever, i installed php 4.2.1. with apache 1.3.24 on a Redhat 7.1 server. but becuas for some kind a reason it wont work :( any body got an idea ?? try to get the cookie witgh $_COOKIE[cookiename]; if you have register_globals = off! Regards, Johan

Re: [PHP] Re: cookie ?

2002-07-10 Thread Johan Holst Nielsen
Do you remember to reload the page after the cookie is sent? (some browser cant see the cookie at the page it sent but first after it have been reloaded!). Actualy this is not browser issue but PHP issue Aah, sorry... but it doesn't matter in this case, it could be one of the errors?

Re: [PHP] Re: Editing Word Documents

2002-07-10 Thread Marek Kilimajer
Now I reminded myself of WebDAV (http://www.webdav.org/), it is a filesystem over http. There is an apache module available (http://www.webdav.org/mod_dav/). It should be easier to set up then VPN. Chris Hewitt wrote: Thanks Marek Kilimajer wrote: If you can use virtual private

Re: [PHP] ????????????????????????? snip

2002-07-10 Thread Yamin Prabudy
how about all of us say *hi* to this erik hegreberg the fact we a a bunch of guys with manner so we all must say HI to erik ;-) On Wednesday 10 July 2002 03:40 pm, Mark Gallagher wrote: Rodolfo Gonzalez wrote: To the kind moderator of the list: please kick off this guy (Erik Hegreberg

[PHP] PHP 4.2.1 / Apache

2002-07-10 Thread DSteculorum
HELLO, I just installed PHP 4.2.1. I am using a Redhat 7.3, installed as server with Apache. My problem is I can t compile it as a module for Apache : ./configure --with-apache=/usr/include/apache configure: error: Invalid Apache directory - unable to find httpd.h under /usr/include/apache

[PHP] PHP 4.2.1 / Mysql

2002-07-10 Thread DSteculorum
Hello, I just installed PHP 4.2.1. I am using a Redhat 7.3, installed as server with Apache. I went to setup a distributed IDS (SNORT/MySQL/PHP/ACID). My second problem is the connection with my MySQL DB. ./configure --with-mysql ./configure --with-mysql --with-gd=../gd-1.8.4

Re: [PHP] PHP 4.2.1 / Apache

2002-07-10 Thread Jason Wong
On Wednesday 10 July 2002 17:25, [EMAIL PROTECTED] wrote: HELLO, I just installed PHP 4.2.1. I am using a Redhat 7.3, installed as server with Apache. My problem is I can t compile it as a module for Apache : ./configure --with-apache=/usr/include/apache configure: error: Invalid Apache

[PHP] Re: Generate a file

2002-07-10 Thread Peter
Maybe this will solve your problem This code wil save and excel of word file from an MySql query http://www.pscode.com/xq/ASP/txtCodeId.625/lngWid.8/qx/vb/scripts/ShowCode.h tm Peter - Phillip S. Baker [EMAIL PROTECTED] schreef in bericht [EMAIL

[PHP] strange stuff in a class

2002-07-10 Thread Alex Elderson
Hi, Do anybody know a work a round for this: ?php class test { function test() { $globals['test2'] = $this; } } $test1 = new test(); ? The problem hier is that $globals['test2'] is a copy of $globals['test1'] not a references. Anybody an idee? -- PHP General

[PHP] cookie ( still not working )

2002-07-10 Thread richard . mail
my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Richard -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: cookie ( still not working )

2002-07-10 Thread Johan Holst Nielsen
my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Sure about your register_globals = off? please show us the

Re: [PHP] strange stuff in a class

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! ?php class test { function test() { $globals['test2'] = $this; } } $test1 = new test(); ? The problem hier is that $globals['test2'] is a copy of $globals['test1'] not a references. It is, but you are looking in the wrong direction. the copy is in

[PHP] Re: cookie ( still not working )

2002-07-10 Thread richard . mail
Johan Holst Nielsen writes: my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Sure about your

Re: [PHP] (OT) Our Spam Friend

2002-07-10 Thread vins
What just a slap together of how we could make him crazy... but now that someone has pointed out to us that his mailbox is now full to he can't even unsubscribe from the list LOL WOOPS... We need to find out how to breakup the mailserver calls into 1000 emails sent every second and pause the

[PHP] Re: cookie ( still not working )

2002-07-10 Thread vins
My experience with cookies is really unhappy. I've once developed a website that needed to store information. I though hey cookies are the quicker option to hell with sessions. Now today after all of my problems with the cookies environment i've turned back to sessions. Sessions can

[PHP] Wildcard

2002-07-10 Thread César Aracena
Hi all. I’m trying to figure out how to do a search trough a MySQL db using LIKE or = but the thing is that I have 3 select boxes from where to choose the search terms. Can I use something like a wildcard instead of making several IF statements like this? SELECT * FROM table_name WHERE col1 =

[PHP] (OT) News Reading

2002-07-10 Thread Vincent Kruger
2nd attempt LOL Rejected first request coz this message is (ot) What is the best news reader that there is out there on the I-net??? Please submit your votes then we can all seee. I'm sick of outlook express handling this news on php and all the other lists i'm subscribed to... Please

[PHP] Re: Wildcard

2002-07-10 Thread vins
Shit. Doesn't really make sense Sorry... I probably don't understand do you have an online example. César aracena [EMAIL PROTECTED] wrote in message 000101c227fb$74eed940$68ed0dd1@gateway">news:000101c227fb$74eed940$68ed0dd1@gateway... Hi all. I'm trying to figure out how to do a search

[PHP] Re: Wildcard

2002-07-10 Thread richard . mail
why put in your query you want to look for an value .. if they don't want to look for it ?.. vins writes: Shit. Doesn't really make sense Sorry... I probably don't understand do you have an online example. César aracena [EMAIL PROTECTED] wrote in message

Re: [PHP] (OT) News Reading

2002-07-10 Thread Duncan Hill
On Wed, 10 Jul 2002, Vincent Kruger wrote: I'm sick of outlook express handling this news on php and all the other lists i'm subscribed to... Ahh, then you mean best for a W32 platform. Options include Free Agent, Agent and Xnews. -- PHP General Mailing List (http://www.php.net/) To

[PHP] ONLY ON VOTE......

2002-07-10 Thread vins
Lets get this out the best reader out there. Vincent Kruger [EMAIL PROTECTED] wrote in message 004601c227fb$a9c9e290$017f@localhost">news:004601c227fb$a9c9e290$017f@localhost... 2nd attempt LOL Rejected first request coz this message is (ot) What is the best news reader that

RE: [PHP] Re: Wildcard

2002-07-10 Thread César Aracena
Ok. Maybe I didn't express myself well (must be the 3-4 days awake ;) No, I don't have an example on-line 'couse this is something I'll start doing in a few days or hours. Well, just what it will probably be the search options at: http://www.icaam.com.ar/proyects/os-seek/ which I posted a few

Re: [PHP] rh 7.3

2002-07-10 Thread Chris Hewitt
Yamin, You probably chose not to install bison or flex when you installed RedHat. They are on your CDs. HTH Chris Yamin Prabudy wrote: Hi guys,... In configure PHP 4.2.1 on RedHat 7.3 I found this problem checking for ranlib... ranlib checking whether ln -s works... yes checking for gawk...

RE: [PHP] Re: Wildcard

2002-07-10 Thread joakim . andersson
?php $separator = WHERE ; $sql_query = SELECT * FROM table_name ; if(isset($_POST['select1'])) // Or maybe if($_POST['select1'] != )) { $sql_query .= $separator; $sql_query .= col1 = '{$_POST['select1']}' ; $separator = AND ; } if(isset($_POST['select2'])) {

RE: [PHP] Re: Wildcard

2002-07-10 Thread Richard Black
Theres no point selecting on a value if they've not specified one. The following code should generate a valid query, assumin that the default value for each value select value is an empty string: $query = SELECT * FROM table_name ; $where_string = WHERE ; $and = ; if ($select1 != ) {

RE: [PHP] not parsing vars

2002-07-10 Thread joakim . andersson
Hmm, why post this here when I already answered your question in PHP-DB (where it shouldn't have been in the first place) almost 40 minutes before this post? Regards Joakim Andersson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002

[PHP] Re: Is it so fuckin diffuicult...

2002-07-10 Thread Kondwani Spike Mkandawire
Wow the vulgarities... Anywayz, I guess that's how you gotta address people like Erik Hegreberg... Ashley M. Kirchner [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... vins wrote: Is it so fucking difficult to do the fucking unsubscribing yourself. Stop

RE: [PHP] shtml php in the same file?

2002-07-10 Thread John Holmes
ending in .php and add the same thing for .shtml. Then, both will be parsed by PHP first. But then will it be parsed by SSI second, as we would like? Doesn't seem to... If you're using PHP, you don't need SSI. PHP can do whatever you are doing in SSI. ---John Holmes... -- PHP General

[PHP] Re: Is it so fuckin diffuicult...

2002-07-10 Thread vins
So sorry about that Didn't mean to affend anyone other than the SPAMMER CREEP Really do appologize. Kindest Regards Vins [EMAIL PROTECTED] Kondwani Spike Mkandawire [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Wow the vulgarities... Anywayz, I guess

RE: [PHP] How do I import tables into MySQL from web page ...

2002-07-10 Thread John Holmes
Try using backticks, and you don't need spaces after -u and -p $result = `MySQL -uuser -ppassword databasename filename.sql` Note that if it succeeds, nothing will be returned. Same as when you run the command on the command line. ---John Holmes... -Original Message- From: Fargo

Re: [PHP]Erik Hegreberg (Moderator)

2002-07-10 Thread Kondwani Spike Mkandawire
Surely there ought to be some simple code that could check for this joker's e-mail address when it reaches the Server and simply prevent it from being distributed... Isn't every e-mail address verified anywayz before it goes to the mailing list? Marek Kilimajer [EMAIL PROTECTED] wrote in

RE: [PHP] Re: Wildcard

2002-07-10 Thread César Aracena
Thanks everyone for your attention but still at the 1st step. What I want (not need but want) is to keep my code as short as possible for future referencing from others. Looking at some on-line manuals I found this just now: (^|[^a-zA-Z])foo([^a-zA-Z]|$) which Works if you want to find foo in

[PHP] OOPHP more about copies: new and new

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! when your instances contain references and you prepare ther references in the constructor, you should remember to call the *new* function with an . Otherwise all you get is a copy, and all the references you prepared are invalid. use *new and all you trouble vanishes away :) ÐÏËÁ

[PHP] Re: Is it so fuckin diffuicult...

2002-07-10 Thread richard . mail
none taken :) your not the only one that realy hate spammers :) vins writes: So sorry about that Didn't mean to affend anyone other than the SPAMMER CREEP Really do appologize. Kindest Regards Vins [EMAIL PROTECTED] Kondwani Spike Mkandawire [EMAIL PROTECTED] wrote in message

RE: [PHP]Erik Hegreberg (Moderator)

2002-07-10 Thread Mark Charette
Of course not on an open list that's crossed to the newsgroups ... However, there's a deny list on ezmlm that the moderator can add addresses to. As a manager of a number of ezmlm mailing lists I've done that - which really infuriates the spammers - they still get the posts until they

[PHP] Re: (OT) News Reading

2002-07-10 Thread vins
OK.. I've checked out the following TIN Xnews Free Agent They seem to be very popular but don't look good and you have to used them for a while to get to know them. Don't get me wrong I've stuck with outlook just for the look... I mean comon i use windows xp... look is everything on

AW: [PHP] PHP vs. Java

2002-07-10 Thread robert
I agree with the other reply to your question. (Keep in mind that it will be easier to sell Java to the corporate guys. Some executives shy away from open source.) Php vs. Java? Why not work together. copy from manual: There are two possible ways to bridge PHP and Java: you can either

RE: [PHP] Generate a file

2002-07-10 Thread Jay Blanchard
[snip] Select the field of a database that I want. Hit submit. Execute a query of a database based on the said form. Gather all the data and rows and plug them into an excel generated file. Display a dialogue box asking the user the save the file. The saved file being an excel file with data

[PHP] Dos Paths

2002-07-10 Thread BB
I've got an application that requires dos folder names (8.3 standard) as input. I also have PHP, which quite happily can cope with both. Can someone help me write a function to translate full paths to dos paths Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Generate a file

2002-07-10 Thread Marek Kilimajer
Use BiffWriter, I don't know where it lives, you must find it yourself. Phillip S. Baker wrote: Okay here is what I want to do. Select the field of a database that I want. Hit submit. Execute a query of a database based on the said form. Gather all the data and rows and plug them into an

[PHP] proba

2002-07-10 Thread Djurovski Dejan
-- Ðurovski Dejan [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Geting PHP Version

2002-07-10 Thread Skyhawk
Please, How do I make to get version information of MySql in runtime ? I would like to show the version of MySql in my website. For example: Version PHP : ? echo phpversion(); ? Version MySql : ?? Thanks Skyhawk

Re: [PHP] Geting PHP Version

2002-07-10 Thread René Moonen
run this MySQL query SELECT VERSION(); René Skyhawk wrote: Please, How do I make to get version information of MySql in runtime ? I would like to show the version of MySql in my website. For example: Version PHP : ? echo phpversion(); ? Version MySql : ?? Thanks Skyhawk

Re: [PHP] Dos Paths

2002-07-10 Thread David Otton
On Wed, 10 Jul 2002 13:14:44 +0100, you wrote: I've got an application that requires dos folder names (8.3 standard) as input. I also have PHP, which quite happily can cope with both. Can someone help me write a function to translate full paths to dos paths You may have to drop down to C/C++

[PHP] Now a Question for all you ARRAY Junkies

2002-07-10 Thread vins
I have an array $Lang = array('English','German','French','Zulu'); I want it in alphabetical order do i reset the arrray first or usort it first -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Dos Paths

2002-07-10 Thread BB
It doesn't matter how fast it does it. It matters what language it does it. C and C++ are a big no no as our company doesn't have a compiler (winblows). Thanks for the pointer David Otton [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 10 Jul 2002

[PHP] Display criteria

2002-07-10 Thread DC
Hi I want to display data based on the criteria selected by the user eg click on size to display smallest to largest, or by price smallest to highest, location etc etc what is the code I need? Thanks. DC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Now a Question for all you ARRAY Junkies

2002-07-10 Thread Martin Clifford
Since it's not an associative array, you can just use sort($Lang); and that should work just fine. Martin vins [EMAIL PROTECTED] 07/10/02 08:36AM I have an array $Lang = array('English','German','French','Zulu'); I want it in alphabetical order do i reset the arrray first or usort it

Re: [PHP] Now a Question for all you ARRAY Junkies

2002-07-10 Thread vins
oh ok... thanx Martin Clifford [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Since it's not an associative array, you can just use sort($Lang); and that should work just fine. Martin vins [EMAIL PROTECTED] 07/10/02 08:36AM I have an array $Lang =

  1   2   3   4   >