[PHP] Re: PHP 4.1.2 - does not work. !

2002-04-05 Thread Septic Flesh
any idea what might be the problem ? how did you compile it ?? ./configure --with-mysql=/dir --with-apxs=/dir make make install any other modifications ? ? or config options ? can you put the libphp4.so somewhere to download it ? cheerss. -- Sapilas@/dev/pinkeye ~~

[PHP] Re: php and html image tag...

2002-04-08 Thread Michael Virnstein
Please post more code. Can't help any further in the moment. "Jas" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok here is my problem, I have a piece of code that queries the database > pulls the results of a table into an array, on another file the res

[PHP] Re: php and html image tag...

2002-04-08 Thread Jas
Nevermind I got it fixed... I forgot to include a couple of fields from my database into my array. =). If you would like to use the code I am putting it here... That is the db connection and the results put into an array... This calls to the array script, now to echo them into my java-script i

[PHP] Re: [PHP-INST] php and POST

2002-04-10 Thread Matt
If you changed the php.ini to set the register_globals to on, did you also restart apache? I'm sure you are aware that register globals is now turned off by default in php 4.1+. Look at phpinfo() and make sure register_globals is *really* on. You really ought to be writing code with $_POST[], re

Re: [PHP] Re: PHP MySQL Hosting services

2002-04-14 Thread eat pasta type fasta
Check out linux web host comes with PHP and MySql Their PHP compile is pretty nice, including GD support. Their DB is run via phpMyAdmin. http://www.linuxwebhost.com >http://webpipe.net > >They seem to be doing good with uptime.. In the last couple months I've been >having a monitoring service

Re: [PHP] Re: PHP MySQL Hosting services

2002-04-14 Thread phplists
Yeah, I actually used to have a couple accounts with linuxwebhost.com... They are nice and fast.. I just like the ability to be able to compile and install my own software on the server.. Later, Bob "Eat Pasta Type Fasta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTEC

Re: [PHP] Re: PHP MySQL Hosting services

2002-04-15 Thread Vins
_RadiX > [EMAIL PROTECTED] > ABN: 64 235 749 494 > Mobile: 0407 122 268 > QUT Student #: 04475739 > ::: > > > - Original Message - > From: "Vins" <[EMAIL PROTECTED]> > To: <[EMAIL PROTE

Re: [PHP] Re: PHP MySQL Hosting services

2002-04-15 Thread Michael Kimsal
Vins wrote: > you get unlimited traffic. > here it is very cheep. > so they can offer a great service. > > www.wthosting.cjb.net > > and they also don't pay for a domain. > so that means even more cheeper prices. > LOL > > they crazy. > I know they guy, his way of thinking is free is better fo

[PHP] Re: [PHP-INST] can't view PHP

2002-04-19 Thread Andre Dubuc
Hi Joey, Don't know whetehr I can help, but I ran into the same problem with my Linux box. In Mozilla et al, I had to change in "Preferences > Advanced > Proxies > Manual Proxy Config >> No proxy for: Localhost". I haven't followed your thead, and I'm no familair with networking, butthta migh

Re: [PHP] Re: PHP editor for windows

2002-04-22 Thread Kunal Jhunjhunwala
power can substitute for inspired thought." - Clifford Stoll - Original Message - From: "dengach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 9:16 PM Subject: [PHP] Re: PHP editor for windows > Have you tried Maguma Studio Li

Re: [PHP] RE: PHP 4.2.0 Release Announcement

2002-04-23 Thread Rasmus Lerdorf
No, this has not been implemented. I can't think of anything uglier and less sensical than Code should be readable and not misleading. -Rasmus On Tue, 23 Apr 2002, Brinkman, Theodore wrote: > Does anybody know if they completed the handling of the 'echo shortcut' to > work with all 3 opening

[PHP] Re: {PHP] Empty $_SESSION and $_POST??

2002-04-23 Thread Andre Dubuc
Hi Eric, First off, my apologies for the bloat replies, and for the re-write of this thread -- your last reply accidentally was deleted. My actual INSERT command (for page 1): $query = "INSERT INTO sponsor (sid, sfname, ssname, sinit, saddr1, saddr2, scity, sprov, scountry, scode, sstatus, sda

[PHP] Re: PHP 4.2.0 + Apache 2.0.35 (W2KSP2)

2002-04-30 Thread Julio Nobrega Trabalhando
Load the experimental apache2filter.dll instead. -- Julio Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca Ajudei? Salvei? Que tal um presentinho? http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884 "Kirk Babb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTE

[PHP] RE: [PHP-WIN] Re: Passing Variables

2002-05-24 Thread Opere, James
I need the group by clause to enable me pick the count of each type of item that can be used for drawing graphs.Remember that it is not very possible, although i don't know yet to come up with a chart of different number counts of each item without converting the counts to numerical values. -

Re: [PHP] RE:[PHP] Help with mail

2002-05-30 Thread Ed Gorski
You know why he barks? Tell me! At 08:06 PM 5/30/2002 -0700, r wrote: >What is this? magicians day? >I have a dog, can you tell me why he barks sometimes? > >Show us some code dude, or is it "code red" classified? >There could be a dozen possible reasons but if you show the code you stand a >

[PHP] Re: PHP and ZIP/TAR.GZ files

2002-06-06 Thread Manuel Lemos
Hello, On 06/06/2002 11:03 PM, Devraj Mukherjee wrote: > Hello All, > > I am new on this list serve and am the developer of the Terracotta project >(http://terracotta.sourceforge.net) which is an extentsive document management system >written in PHP. > > Terracotta uses, stores all it's conte

[PHP] Re: PHP-MySQL AND Case Sentivity

2002-06-07 Thread fincom
That's Ok See : http://www.zend.com/tips/tips.php?id=199&single=1 "Fincom" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi, > > how to make sql Result case sensitive with php. > > thanks > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: [PHP-DB] Querying for MAX

2002-06-12 Thread Srinivasan Ramakrishnan
Hi César, As others have obviously pointed out using MAX() is the way to go. Need I mention that you can also insert values of your own making into an auto_increment column as long as they are not already used by some other record. In your case since you have old records with IDs of their own ma

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
. Just my 2 cents Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php server on Windows "

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Lazor, Ed
Do you have any benchmarks? > -Original Message- > fans). Put your site on a *nix box with apache its a heck of > a lot faster This message is intended for the sole use of the individual and entity to whom i

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
8 Fax: 847-735-9474 -Original Message- From: Lazor, Ed [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 5:34 PM To: '[EMAIL PROTECTED]'; 'Peter'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: php server on Windows Do you have any benchmarks? > -Original Message

Re: [PHP] RE: [PHP-DB] Extracting Time??

2002-06-16 Thread Justin French
I don't think there's a fucntion out-of-the-box for this, but it's only 12 months, so it'd be quite a simple function that you'd only ever have to write once :) Justin French on 16/06/02 6:20 PM, César Aracena ([EMAIL PROTECTED]) wrote: > Well... actually, I care about displaying it in Spanish

Fwd: Re: Re: [PHP] Re: PHP 4.2

2002-06-24 Thread Dreamriver.com
Rasmus, Yes, thank you, that's the function I wanted and didn't see ... Kind Regards, richard. > You mean like php.net/version_compare ? > > On Mon, 24 Jun 2002, Dreamriver.com wrote: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: PHP does not work??

2002-06-26 Thread Jay Blanchard
[snip] I'm using UNIX, not windows, so there is no php.ini in UNIX. [/snip] Look here /etc/apache/php.ini-dist or /etc/apache/php.ini. There is an ini file for PHP, and you may have to rename php.ini-dist to php.ini. Once done, look for ; You should do your best to write your scripts so that the

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Erik Price
On Wednesday, June 26, 2002, at 02:13 PM, Scott Fletcher wrote: > I'm using UNIX, not windows, so there is no php.ini in UNIX. Sorry, don't take offense if I ask if you've been living under a rock -- I only use Linux, and there is definitely a php.ini file that you use. I put mine in /usr/l

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Scott Fletcher
I didn't know that. Thanks for the info. I think it would be best that I not use php.ini. I can write the script to register the variable. What would be a demo script that would work? I'm having a little trouble understanding that on the php.net website. Most of the script that use global va

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Scott Fletcher
Hi Erik! This is my 2nd posting, not sure what happened to my first one. Sorry about not seeing your previous posting before. Windows crashed on me. My fault. I didn't know we can use php.ini in UNIX or Linux. Cool! Haven't been using it on UNIX for a long time. I think I can leave it out f

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Scott Hurring
There is no feasable way to "hide" data being submitted to your website. Anything that a user's browser can send, the user can telnet to port 80 of your server and "spoof". You can try POSTing data, which will not appear in the URL, but dont even waste time trying to "hide" submitted data, rathe

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Erik Price
On Wednesday, June 26, 2002, at 02:56 PM, Scott Fletcher wrote: > I tried that and it worked. I have > one question, what about the hyperlink? People will see the option in > the > hyperlink. You know. Is there a way around it to hid that in the > hyperlink? If by "hyperlink" you mean the

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Erik Price
On Wednesday, June 26, 2002, at 02:37 PM, Scott Fletcher wrote: > I didn't know that. Thanks for the info. I think it would be best > that I > not use php.ini. On the contrary, I think it would be best if you read through it and read about it at http://www.php.net/manual/en/configuration.p

Re: [PHP] Re: PHP does not work??

2002-06-26 Thread Scott Fletcher
Um, alright, I'll just leave the code in the hyperlink the way it is. It is not possible to use the "" or post of some sort for the hyperlink. "" will work with the submit button where we can use post or hidden. Hyperlink meant words or sentences that have underline underneath it, when clicked wi

Re: [PHP] Re: PHP does not work??

2002-06-27 Thread Kondwani Spike Mkandawire
I forgot to point out another disadvantage of turning on register_globals apart from that of security is that when you are sending a page with a form to the same page, e.g: there is a tendency to lose info.. E.g. If you are sending text separated by spaces you only manage to send the first wor

Re: [PHP] Re: PHP does not work??

2002-06-28 Thread Scott Fletcher
Not a problem, I can make some code modification. Sometime it is better to do it now and not have so much headache later on when more features are being added. Scott "Kondwani Spike Mkandawire" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I forgot to point

Re: [PHP] Re: PHP does not work??

2002-06-28 Thread Scott Fletcher
Not a problem! I can make some adjustment to the $user_detail[''] (session_id()) to make it work as $_SESSION['']. Scott "Erik Price" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Wednesday, June 26, 2002, at 02:37 PM, Scott Fletcher wrote: > > > I did

[PHP] Re: [PHP-DB] blob versus file

2002-07-01 Thread Pierre-Alain Joye
On Mon, 1 Jul 2002 14:17:53 +0200 "andy" <[EMAIL PROTECTED]> wrote: > Hi there, > > I am wondering if anybody has experiance in saving images to blob in mysql. > > I do save images with 1 K and 4 KB to blob fields while I used to save them > to file. It seams to me that this is much slower acce

[PHP] Re: [PHP-DB] blob versus file

2002-07-01 Thread Andy
is the increase of the network traffic noticable? The query is pretty small just text. Do u really think this might increase the traffic? I also noticed that the image is not cached anymore. Is this true for all blobs, or do I just access them in a wron way? (I am requesting a php file in the sc

[PHP] Re: PHP affecting PDF plug-in....?

2002-07-01 Thread Richard Lynch
>All... > >I have a PDF plug-in problem... > >Now before you say anything the problem doesnt exesi when I remove PHP from >the equation... > >I have a script that generates a drop-down list of ID's basically... >Clicking continue will pass the ID to a script which I use to get the >correct filen

[PHP] Re: [PHP-DB] blob versus file

2002-07-02 Thread Richard Lynch
>I also noticed that the image is not cached anymore. Is this true for all >blobs, or do I just access them in a wron way? Your browser is only going to cache URLs without a ? in them, probably maybe... Or, less likely, your PHP code with the MySQL code may be sending out different headers() ab

[PHP] Re: [PHP-DB] blob versus file

2002-07-02 Thread Pierre-Alain Joye
On Tue, 2 Jul 2002 05:45:40 +0200 "Andy" <[EMAIL PROTECTED]> wrote: > is the increase of the network traffic noticable? The query is pretty small > just text. Do u really think this might increase the traffic? Try to heavely charge a DB with images inside it. Do the same without DB, that depends

Re: [PHP] Re: PHP does not work??

2002-07-02 Thread Richard Lynch
>I forgot to point out another disadvantage of turning on register_globals >apart from that of security is that when you are sending a page with a >form to the same page, e.g: > > > >there is a tendency to lose info.. E.g. >If you are sending text separated by spaces you only manage to >send the

Re: [PHP] Re: PHP for AIX.5.1

2002-07-05 Thread Alberto Serra
Scott Fletcher wrote: > Yea, it use the Linux Kernel. I had to download RPM stuffs from IBM. It > can not be from Red Hat or any other. IBM take the source code and put it > into RPM. IBM kept making error message about some RPMs, so that is why I > went back to non-linux kernal AIX. > ðÒÉ×Å

[PHP] Re: [PHP-DB] PHP dBASE connectivity

2002-07-04 Thread Miles Thompson
1. Please don't cross post. 2. Which line is #23? 3. Have you tested to ensure that you have a valid handle? ($db_num) 4. Have you tried adding error code to see the result of dbase_create(), dbase_open() 5. I seem to remember reading in the docs, a long time ago (2 yr) that the dbase functions

[PHP] Re: [PHP-DB] PHP dBASE connectivity

2002-07-04 Thread labhras sammin
thanks for your help I have tested that everything works, valid handles, returned method values, etc. Line 23 is the dbase_add_record line. Do you know of anywhere there may be an example thanks Labhras "Miles Thompson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

[PHP] Re: PHP and Object-Orientated Programming

2002-07-08 Thread Manuel Lemos
Hello, On 07/08/2002 06:56 PM, Cm wrote: > I have a medium sized project that I'm started in PHP and mySQL. I think an > object-orientated approach may be the best to reduce the amount of code. > My question is if I'm using PHP should I even try to do it an > object-orientated manner. I've seen

[PHP] Re: PHP/MySQL and parameterized queries

2002-07-09 Thread Richard Lynch
>Does MySQL support parameterized queries (e.g., "INSERT INTO table >(Col1,Col2) VALUES (?,?)"), and if so, is there a PHP function that allows >you to create and attach parameters to MySQL queries? I don't believe MySQL supports that, so there's no PHP mechanism for it. However, you *can* inser

[PHP] Re: PHP versus all other languages

2001-11-15 Thread Manuel Lemos
Hello, Pat Hanna wrote: > > I'm doing my senior exit project on database languages online. I'm asking > for help from anyone who can provide any information on the comparison > between the different languages. I'm comparing languages such as PHP, ASP, > ColdFussion, perl and any others that I mi

[PHP] Re: PHP versus all other languages

2001-11-15 Thread Manuel Lemos
Hello, Pat Hanna wrote: > > I'm doing my senior exit project on database languages online. I'm asking > for help from anyone who can provide any information on the comparison > between the different languages. I'm comparing languages such as PHP, ASP, > ColdFussion, perl and any others that I mi

[PHP] Re: PHP versus all other languages

2001-11-16 Thread Manuel Lemos
Hello, Pat Hanna wrote: > > I'm doing my senior exit project on database languages online. I'm asking > for help from anyone who can provide any information on the comparison > between the different languages. I'm comparing languages such as PHP, ASP, > ColdFussion, perl and any others that I mi

[PHP] Re: PHP versus all other languages

2001-11-16 Thread George Whiffen
Pat Hanna wrote: > > I'm doing my senior exit project on database languages online. I'm asking > for help from anyone who can provide any information on the comparison > between the different languages. I'm comparing languages such as PHP, ASP, > ColdFussion, perl and any others that I might not

Re: [PHP] Re: php mysql blob fields

2001-11-21 Thread Mark
Yes, that's a big one :) also, to save the headache of reading and escaping the image correctly you can let mysql do the work: update table set field=LOAD_FILE('/path/to/image.gif'); On Wed, 21 Nov 2001 12:16:47 -0800, Fred wrote: >If insert works and update does not, I would guess it is because

[PHP] Re: [PHP-DB] PHP/MySQL Question

2001-11-19 Thread RNie
Look at the MySQL manual that came along with it when you downloaded it: manual.html#String_comparison_functions or manual.html#Comparison_Operators May be that helps you. René www.comunica2.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP] Re: [PHP-DB] [newbie] passing variables

2001-11-19 Thread Kodrik
you have You have twice "action" and are missing the "method". In your case, I guess it would be "get". I didn't read on, so you might have more errors. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[PHP] Re: [PHP-DB] [newbie] passing variables

2001-11-20 Thread Russ Michell
I can see a few bodges: 1). > echo "\n"; should be: echo "\n"; 2). You have two vars named the 'first' but with different values: > echo "\t value='".stripslashes($first)."'>\n"; > echo "\t value='".stripslashes($last)."'>\n"; 3). Careful what you print in your posts, some may find it offen

Re: [PHP] RE: Php connection with mysql?

2001-11-28 Thread Erik Price
Basically, you don't "log on to mysql" through the internet browser. You are using the internet browser only to request a file that is on a web server. The web server is handing the request to PHP, and PHP is accessing the MySQL database. PHP is accessing MySQL as whatever host and user has

Re: [PHP] RE: Php connection with mysql?

2001-11-28 Thread Fred
> The browser has no direct connection to MySQL, so you are correct -- > "those privilege tables are not helping to check on the privileges if > the client is from browser". > I find this a bit misleading. The privilege tables still work exactly as they are intended. That is, they check for a v

Re: [PHP] RE: Php connection with mysql?

2001-11-28 Thread Erik Price
On Wednesday, November 28, 2001, at 05:40 PM, Fred wrote: > >> The browser has no direct connection to MySQL, so you are correct -- >> "those privilege tables are not helping to check on the privileges if >> the client is from browser". >> > > I find this a bit misleading. Yes, I did too -- bu

[PHP] Re: PHP Forms and String Limitations

2001-12-10 Thread Jørg Vidar Bryne
"Jeremy Reed" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This is the problem: The user tries to submit a news article of 2+ pages > (approx 4400 characters) but the article gets truncated to about 4050 > characters. Is there some sort of limitation on PHP

[PHP] Re: PHP Forms and String Limitations

2001-12-10 Thread Jeremy Reed
I'm using the POST method. We may be on the right track though, there may have been a problem with the insertion of the data, rather than the retrieval. However, I still don't know what could be causing the problem. "JøRg Vidar Bryne" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

Re: [PHP] Re: php 4.1.0 output compression

2001-12-13 Thread Rares Vasilescu
From: "Yasuo Ohgaki" > How does it work? Read RFC for HTTP/1.1 I meant how do i tell PHP to use output compression. Does PHP automatically detect the browser capability and send a compressed response or do i have to activate it in my scripts. Or in the configuration file? I know the HTTP rfc we

Re: [PHP] Re: php 4.1.0 output compression

2001-12-13 Thread Yasuo Ohgaki
Rares Vasilescu wrote: > From: "Yasuo Ohgaki" > >>How does it work? Read RFC for HTTP/1.1 >> > > I meant how do i tell PHP to use output compression. Search zlib.output_compression ini directive in php.ini. There is description in php.ini-dist, php.ini-recommended. > Does PHP automatically

[PHP] Re: PHP as a web browser?

2001-12-17 Thread Fred
Try using CURL. http://php.he.net/manual/en/ref.curl.php Fred David Yee <[EMAIL PROTECTED]> wrote in message 012501c186cf$3e14b020$[EMAIL PROTECTED]">news:012501c186cf$3e14b020$[EMAIL PROTECTED]... > Is it possible to have PHP act like a web browser, accept cookies and post > data (for login)?

[PHP] Re: [PHP-DB] while...if statements???

2001-12-18 Thread Jim Lucas
I would do a mysql_num_row(); on your results to see if it returning anything at all. Jim - Original Message - From: "Jay Fitzgerald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 12:08 PM Subject: [PHP-DB] while...i

[PHP] Re: PHP dependent on connection speed?

2002-01-03 Thread Joe Webster
Uh no, Php is completely server-side. Any kind of request will be built up, processed, and sent out to be sent to the user. If the user has a slow connection it will take longer to get that information, but PHP is done. -Joe "Charlesk" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"

[PHP] Re: PHP dependent on connection speed?

2002-01-03 Thread Julio Nobrega Trabalhando
No, it's server side. Only if you flush some kind of content, with parts of the script waiting to be executed after these contents are 'used' by the user. This would not affect in how much time certain script lines are executed (since it's the server who process them), but the overall executi

[PHP] Re: PHP and security (like fopen)

2002-01-07 Thread J Smith
It sounds like you're on a UNIX-like system. Ever hear of user/group file permissions? Just set the proper permissions on your directories and files and you're fine. There are many ways to do this sort of thing, so I won't get into it, but it would be much easier to focus on permissions than

[PHP] Re: php 4.1.1 and imap/ssl

2002-01-08 Thread Ron Peterson
Ron Peterson wrote: > > I've installed php 4.1.1. with the following configure options: > > ./configure --prefix=/usr/local/versioned/php-4.1.1 > --with-apache=../apache_1.3.19 --with-openssl --with-imap > --with-imap-ssl=/usr/local/openssl --with-kerberos --with-gettext > --with-xml --with-pgsq

Re: [PHP] RE: [PHP-WIN] MSSQL Functions

2001-02-07 Thread Frank M. Kromann
Hi All, the key komponent is ntwdblib.dll installed in winnt\system32. The dll uses other dll's to comunicate with the server dbmssocn.dll (tcp/ip) and dbmsnp.dll (NetBios). All the communication dll's should be installed with the ODBC driver. Just copy ntwdblib.dll from the SQL server to the

Re: [PHP] Re: PHP as Scripting Language

2001-02-09 Thread Maxim Derkachev
Hello Bill, Thursday, February 08, 2001, 9:17:34 PM, you wrote: BR>Warning: Cannot send session cookie - headers already sent in BR> Unknown on line 0 BR> BR>Warning: Cannot send session cache limiter - headers already BR> sent in Unknown on line 0 BR>hello world BR> Any idea

RE: [PHP] Re:[PHP] Installation on win32

2001-02-13 Thread Maxim Maletsky
have you read my previouse post? I bet - That's the problem Cheers, Maxim Maletsky -Original Message- From: Sean Kennedy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 5:02 PM To: PHP Mailing List Subject: [PHP] Re:[PHP] Installation on win32 Nah, I have wi

[PHP] Re: [PHP-DEV] No same username

2001-02-25 Thread André Langhorst
Brandon Feldhahn wrote: > how do i make somthing with my database that knows it the username > entered is already a name in use? please do not cross-post!!! it is sufficient to post it to _one_ mailing list (php-general) thanks -- · André Langhorstt: +49 331 5811560 · · [EMAIL PROTEC

[PHP] Re: [PHP-DB] Join causing Error?

2001-02-25 Thread Bob Hall
Sir, I don't see anything wrong with the syntax in your query. If I haven't over looked something, and if you haven't misspelled anything, then you have a data problem. Since your first query returns a Cartesian product, you should get something if the WHERE clause returns >= 1 row for each ta

Re: [PHP] RE: [PHP-GENERAL] Please help

2001-02-28 Thread Jack Dempsey
Nilesh, > > > > > WHO IS UR FAVORATE AUTHOR ? > > > > > > > Ok, I just created the text.html file. > > and then i have written a php script file text.php with the following code > > > > > your favorate author is : > echo $Author; > ?> > > And I created the text.php file. (

[PHP] Re: [PHP-DEV] pspell/aspell breaking

2001-03-02 Thread Seth Northrop
On Fri, 2 Mar 2001, PHP development @echospace wrote: > I remember being able to compile, but not use pspell on a RH7 machine. Never had >time to look into it. Maybe now I will. Compile problems might be due to the fact >that gcc 2.96 is behaving oddly - I couldn't compile half the things with

[PHP] Re: [PHP-DEV] pspell/aspell breaking

2001-03-02 Thread PHP development @echospace
Thanks for the nice report - I'll know what to suggest to those who ask in the future. I've heard of somewhat similar problems with aspell on other platforms, and yet have to figure out how to work around them:( One thing I noticed after I replied to you: after you compile pspell and aspell, yo

[PHP] RE: [PHP-DEV] pspell/aspell breaking

2001-03-03 Thread Mike Robinson
FWIW, I have this setup working fine on a stock rhl7.0 box. It still says 'indices' is spelt wrong though. ;> Mike Robinson > > Setup: > aspell-.32.6 > pspell-.11.2 > php-4.0.4pl1 > apache_1.3.14 > RH 7.0 > glibc 2.2-12 > gcc-2.96-69 > > Procedure: > ./pspell-.11.2/configure > make && make i

[PHP] Re : [PHP] NETSCAPE screws QUERY STRING

2001-03-04 Thread Thomas Edison Jr.
The urlencode() is working fine with an echo statement & normal query string. But it's NOT working with complex query string in printf() including $myrow[something] being picked up by mySQL db. this works : this doesn't work : printf("") OR such combinations as given in the manual. I tried

[PHP] Re : [PHP] NETSCAPE screws QUERY STRING

2001-03-04 Thread Thomas Edison Jr.
Julian, i tried this out it's giving the single quotes in the value... 'value+value2' and on the next page where i'm printing the value...the backslashes are also being added in front of single quotes : \'value value2\' where can i go from here? this has made the urlencode function to wor

[PHP] Re: PHP & Apache 2.0 - NOT WORKING ?

2001-03-07 Thread Benoit
Apache 2.0 seem to be now supported by PHP4.04pl1. I tried PHP4.0.4pl1 & Apache 2.0a8 (configure don't seem to work for me with 2.0a9) But. I did not succeded to make it working ! Do someone have a tips on some compiling flags working, or other versions ? Mine made apache to show a segmentati

[PHP] Re: [PHP-DB] Easy MySQL question

2001-01-11 Thread Julie Meloni
Paulson, Joseph V. \"Jay\" wrote: > Hello everyone-- > I've got a easy question that I can't seem to answer for myself. I'm > running a query in MySQL and want to know how many entries are in a table > and then echo that out onto a page. I thought this would be easy but I > don't know why it's

[PHP] Re: [PHP-DEV] comments in php

2001-01-13 Thread Toby Butzon
Please note that php-dev is for the developers of PHP, not scripting in PHP. With that said, you have posed a good question. To keep my description brief, comments do not hinder source code processing time enough to be considered detrimental. My limited explaination: They save enough time otherw

[PHP] Re: PHP connecting to FIlemaker Database

2001-01-18 Thread Andy Clarke
>Has anyone used PHP to connect to a FileMaker database? This may not be appropriate to your circumstances, but I would seriously consider exporting the information from the FMP database and importing it into mySQL. This may take a little more time initially (defining the tables, recreating the

[PHP] Re: PHP site on CD-ROM

2001-01-19 Thread artwells
I wonder if it's possible to adapt the CGI version of PHP as a Netscape plugin, or to associate the extension of php files to some kind of php wrapper. This would require distributing a browser with the CD for this specific CD, but it could work. For a Unix-only kludge, I found this page, htt

[PHP] Re: [PHP-DB] newlines in boxes..

2001-01-31 Thread Xsarus Internetdiensten
He! It's very simple! When you've a , and want per example to insert it into the database, use the PHP function nl2br() at the moment after select and print the data. So, it will be: - first insert the $text into the database - SELECT text FROM XXX et. etc. - $text = nl2br($text); (PHP inserts

[PHP] Re: [PHP-DB] question ! show binary

2001-01-31 Thread James Smith
The way you have it now, ur just storing the path to the gif. from the form field, use then in the insert area use: $result = mysql_query("insert into (filename) VALUES ('$file')") James --- Yui Hiroaki <[EMAIL PROTECTED]> wrote: > HI! > > I am using PHP in mySQL. I create table in datab

Re: [PHP] Re: PHP a lightweight language?

2001-02-01 Thread Josh G
"John Hinsley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 3:32 PM Subject: [PHP] Re: PHP a lightweight language? > > > Michael Hall <[EMAIL PROTECTED]> wrote > > > > > > I'm interested in the

[PHP] RE: [PHP-WIN] Nulls in database

2001-02-01 Thread Svensson, B.A.T.
>I am trying to write a query to bring back rows that have null >values set in them. Try write WHERE [Start Construction Date] IS NULL OR [Actual Completion Date] IS NULL or alternatively selecting both nulls and empty attributes with or without white spaces: WHERE isnull([Actual Comple

[PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread Tom Mathews
1) I think that people use Apache as old versions of IIS were crap. In addition, it is about the widest used server out there in the commercial world (Linux running Apache with PHP3 is I believe the most common config at the moment) so if you're developing something to put on such a site, it's

[PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread Dan Malcolm
Tom, Thanks. I believe myaccess2000_1_4 is one of the ones I've tried. I'll try again to make sure I didn't miss anything. I used dbtools to do the dBase conversion. Agree that the older versions of IIS were crap, but newer one (version 3 and 4) seems to be pretty good. Dan - Original Mes

[PHP] Re: [PHP-WIN] COM and PHP

2001-02-06 Thread Yoann Chevalier
Look at this example : http://www.phpbuilder.com/columns/alain20001003.php3?page=3 I think you forgot to activate the workbook, then to select the sheet and then to activate the sheet before writing into the cell ! Yoann. - Original Message - From: Conover, Ryan <[EMAIL PROTECTED]> To:

[PHP] Re: [PHP-DB] Sessions in Functions

2001-03-16 Thread Jordan Elver
Hi, Yep I do. I just figured out that it was because I had session_start() inside another function ;-) Thanks anyway, Jord On Friday 16 March 2001 10:43, you wrote: > > Did you declare $LOGGED_IN as a global variable in your function? > > e.g. > > global $LOGGED_IN; > > > _ > > ~

[PHP] Re[PHP] Dynamic constant names -SOLVED

2001-03-27 Thread Geoff Caplan
Hi folks I had 2 suggestions from the list: 1) indirection - $constant_value = $$constant_name ; I had already tried this, but couldn't get it to work. Unless I am missing something it just gives an "Undefined Variable" error. 2) eval("\$constant_value = $constant_name;") ; This does work. Th

Re: [PHP] Re: [PHP-DB] Selecting Dates

2001-04-08 Thread Jordan Elver
That's what I thought but that doesn't work either? On Sunday 08 April 2001 10:13, you wrote: > >I'm trying to select records based on dates. > >I have a table with dates in the format 2001-04-08 and I'm using the > > query: > > > >SELECT name, description, date_time FROM events WHERE YEAR(date_t

[PHP] Re: [PHP-DEV] Fork() in php?

2001-05-20 Thread Manuel Lemos
Hello Zeev, On 12-May-01 14:14:10, you wrote: >At 04:05 12/5/2001, Wez Furlong wrote: >>I know that there might be some bad interactions with apache if you fork, >>but if you allow PHP to spot that it forked and call _exit() instead of >>returning into the SAPI, you should be OK? >Not really, t

[PHP] Re: PHP authenticating and session management

2001-06-22 Thread Stephen Yau
Hi, You can use $HTTP_SESSION_VARS["username"] to make sure that this variable is from the user session, not from the cookie. When you do a session_register("username");, the $username is store in the server side, not on the client. The client side only have a Session ID store in the cooki

[PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Peter Clarke
"Conor McTernan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > hey all, > > I've been using apache, php and mysql on win32 for a while now, and I have > recently decided to move over to linux *yay*, so i got myself a copy of > Suse 7.1 personal edition. > >

[PHP] Re: PHP- something i don't undestand

2001-07-18 Thread craig
Do it like this $sqry_linx = mysql_query("SELECT * FROM linx ORDER BY 'linkcat'"); $link = mysql_fetch_array($sqry_linx); "Yassel Omar Izquierdo Souchay" <[EMAIL PROTECTED]> wrote in message 001c01c10eff$1235ce50$2401020a@yois">news:001c01c10eff$1235ce50$2401020a@yois... > Hi > I'm having >

Re: [PHP] Re: PHP vs Perl Question

2001-07-18 Thread Francis Fillion
Well then, maybe you don't have/need to learn perl, perl is a pretty good language for system administration of any sort, if you were on Unix/Linux well yes of course but on WIndows. I think the better things for you is to learn PHP and know everythings about it. If you have to use time for php an

[PHP] Re: PHP code produces ocasional segfaults.

2001-07-18 Thread Santiago Romero
Hi all... I'm new to PHP and I needed to implement some PHP functions on a php webmail. I readed the PHP MANUAL and I found a code that suits my needs in an example, but it produces segfaults. I added the following code: $ds=ldap_connect("ldap.server.com"); if ($ds) { $r=ldap_bind(

[PHP] Re: php newbie - browser email address

2001-07-24 Thread Henrik Hansen
[EMAIL PROTECTED] (Scott Dudley) wrote: > i there a way in php to obtain the email address set in the client's > browser? i have no intention of "spamming" those who visit my site but > thought it a novel approach to keeping track of hits. not possible, why not use their ip address to keep t

[PHP] Re: php in html-- what gives?

2001-07-24 Thread J Smith
Not all files on a web server are parsed by PHP. Generally, you need to specifically tell the web server to use PHP to parse files based on their extension. I'm assuming you're using Apache as the web server here, so for IIS or iPlanet or whatever this may be different... For Apache, open u

<    1   2   3   4   5   6   7   8   9   10   >