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 though

[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

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 PH

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 au

[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 their a jobs mailing list?* started by Peter J. Schoenster and started building a site like Brian McGarvie

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. 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" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[E

[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.

[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 m

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 in

[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 d

[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=value&var1=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 Gene

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 tha

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=value&var1=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] ?????????????????????????

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 (http://www.php

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. th

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 . Even ignoring > the xhtml code outside the php

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 PROTECTED]">

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 ), and setting something up to bounce his messages back to him'd be great, but in both cases he "asked" for the

[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: http://www.php.ne

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 Lew

[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

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 Softw

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

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() comma

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 l

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 (obviousl

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

[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, J

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

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 ne

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

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 > > Hegreb

[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 --enable-sockets

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: Inval

[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 PROTECT

[PHP] strange stuff in a class

2002-07-10 Thread Alex Elderson
Hi, Do anybody know a work a round for this: The problem hier is that $globals['test2'] is a copy of $globals['test1'] not a references. Anybody an idee? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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 uns

[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 so

Re: [PHP] strange stuff in a class

2002-07-10 Thread Alberto Serra
ðÒÉ×ÅÔ! > > 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 co

[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 r

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 serv

[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 store

[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 Pleas

[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 searc

[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 > 000101

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 uns

[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 reade

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 hou

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
Regards Joakim Andersson > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 12:50 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] Re: Wildcard > > > Ok. Maybe I didn't express myself well (must be the 3-4 days awa

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, 20

[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. >

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 Ge

[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 gues

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 mes

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-general@lists.php.net

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]> wr

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 unsubsc

[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 gener

[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 int

[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 : 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 : >Version MySql : ?? > >Thanks > >Skyhawk > > > -- PHP Ge

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

[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 1

[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: http://www.ph

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 us

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

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

2002-07-10 Thread Danny Shepherd
just sort($Lang); A question: wouldn't it have been quicker to knock out a couple of test files to see which is the right way? HTH Danny. - Original Message - From: "vins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 1:36 PM Subject: [PHP] Now a Question f

Re: [PHP] Re: Editing Word Documents

2002-07-10 Thread Chris Hewitt
Marek, Thanks to you and all the others who have responded on this, its really appreciated. Regards Chris Marek Kilimajer wrote: > 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

Re: [PHP] Display criteria

2002-07-10 Thread Martin Clifford
You're gonna have to give me quite a bit more to go on than that. What are you using to store the data? An array, flatfile, database, etc? Also, we're not really all about telling you what code you need, as much as helping you to find the answer (without GIVING the answer), you know? At leas

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

2002-07-10 Thread Neil Freeman
Have a look at sort() vins wrote: > ** > This Message Was Virus Checked With : SAVI 3.59 May 2002 > Last Updated 8th July 2002 > ** > > I have an array

Re: [PHP] Dos Paths

2002-07-10 Thread Michael Sims
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 > >Thanks Maybe this can get y

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

2002-07-10 Thread vins
i ONLY ask when i can't get summing to work... i saw when someone reported the sort() function that i had sord() My bad... But thanx anyways "Danny Shepherd" <[EMAIL PROTECTED]> wrote in message 081601c2280f$1c552dc0$0200a8c0@DANNYS">news:081601c2280f$1c552dc0$0200a8c0@DANNYS... > just sort($La

[PHP] Re: Dos Paths

2002-07-10 Thread vins
Whats the difference I'm lost ? "Bb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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 wri

Re: [PHP] Dos Paths

2002-07-10 Thread Michael Sims
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 Also, go to groups.google.com

Re: [PHP] Dos Paths

2002-07-10 Thread Danny Shepherd
The problem with this method is assuming the ~1 part. What if I have: 'My Directory'-> MYDIRE~1 'My DirectoryForPics' -> MYDIRE~2 Now if your path has 'My DirectoryForPics' it's going to translate that into MYDIRE~1 which won't work. HTH Danny. - Original Message - From: "Mi

Re: [PHP] Dos Paths

2002-07-10 Thread David Otton
On Wed, 10 Jul 2002 13:35:50 +0100, you wrote: >"David Otton" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> 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

Re: [PHP] Dos Paths

2002-07-10 Thread Michael Sims
On Wed, 10 Jul 2002 13:56:39 +0100, you wrote: >The problem with this method is assuming the ~1 part. What if I have: > >'My Directory'-> MYDIRE~1 >'My DirectoryForPics' -> MYDIRE~2 > >Now if your path has 'My DirectoryForPics' it's going to translate that into >MYDIRE~1 which won't work

[PHP] Re: Geting PHP Version

2002-07-10 Thread Mark McCulligh
You a use the command mysql_get_server_info(). Example: prints: - MySQL server version: 4.0.1-alpha Also see link below for more details: http://www.php.net/manual/en/function.mysql-get-server-info.php _ Mark McCulligh, Application Developer / Analyst Syk

Re: [PHP] Wildcard

2002-07-10 Thread Chris Hewitt
Cesar, Yes, its: select * from table_name where col1 like '%' and col2 like '%' and col3 like '%'; As your default is %, then this is easy. Its all in the mysql manual, Section 6.3.2.1 String Comparison Functions. HTH Chris César Aracena wrote: >Hi all. > >I'm trying to figure out how to do

Re: [PHP] Display criteria

2002-07-10 Thread Chris Hewitt
I don't think you are explaining what you are after too well, so my understanding of it may be wrong. If you are displaying a table and want to display it in a different order, then its the "ORDER BY" clause in the database select statement that determines what order the data is given in. To

Re: [PHP] Dos Paths

2002-07-10 Thread Chris Hewitt
I don't know of a conversion routine that will do exactly what DOS does, but if you need to use 8.3 filenames and receive them as vfat32 filenames then you could do a conversion yourself before using the name. As long as the conversion is 8.3 compliant it does not matter that your conversion r

[PHP] cookies

2002-07-10 Thread Alexander Ross
How can I set a cookie which expires when the borwser is closed?? How can I delete a cookie via PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Exporting mySQL Table Data to .csv

2002-07-10 Thread Joel Boonstra
Hello, > I use phpMyAdmin which enables me to take dump of > mySQL Table Data into Comma Seperated Values file > (.csv) > > Now, i have to create such a program that accomplishes > this, without using phpMyAdmin. Can someone guide me > to this procedure.. This isn't a PHP script (it's Perl), but

[PHP] Re: banner rotation and advertisement

2002-07-10 Thread Joel Boonstra
> Try phpadsnews. phpAdsNew can be found on SourceForge here: http://sourceforge.net/projects/phpadsnew/ I've been using it in production for over a year now, and have found it to be quite a handy program. -- [ joel boonstra | [EMAIL PROTECTED] ] -- PHP General Mailing List (http://www.p

  1   2   3   4   >