RE: [PHP] db connection error

2001-01-23 Thread Maxim Maletsky
It says that the username or password are incorrect. Just Double Check them! Cheers, Maxim Maletsky -Original Message- From: Jacky@lilst [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 6:07 AM To: [EMAIL PROTECTED] Subject: [PHP] db connection error Hi all, I got the error

[PHP] db connection error

2001-01-23 Thread [EMAIL PROTECTED]
Hi all, I got the error below when I tried to establish db coonection. Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /home/sites/site1/web/FreeSale/submitagree.php3 on line 2 The sniplet is : $connection = mysql_connect("216.122.146.14

[PHP] |O:T| Can anyone translate for me this Perl code into PHP?

2001-01-23 Thread Maxim Maletsky
Hello guys, I *know* it is totally OT, but, I need your help... Below is a piece of PERL code that I am trying to "translate" into PHP. It is quite simple code needed to send emails within a newsletter. I kind of tried to rewrite it in PHP but since I know *nothing* about Perl I found myself ask

[PHP] session.save_path

2001-01-23 Thread Jimmy Bäckström
Yo! I'm sending this call for help once again, since I didn't get an answer to my problem last time. I'm working a little with sessions, but I get a message like this: Warning: open(/tmp\sess_1b7577b36d874741ed1e74b4bead0dfd, O_RDWR) failed: m (2) in h:\program\apache\htdocs/boa/sessionTest.p

Re: [PHP] problem with \n

2001-01-23 Thread Philip Olson
How are you using it (code snip) and what is it not doing for you? Philip On Wed, 24 Jan 2001, Roman wrote: > I have PHP 4.0.4 version but i have problem with this escape command : \n : > don't > work. what's the problem another escape command work with no problems... > > > Thanx, roman >

[PHP] problem with \n

2001-01-23 Thread Roman
I have PHP 4.0.4 version but i have problem with this escape command : \n : don't work. what's the problem another escape command work with no problems... Thanx, roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] storing query result in arrays: waste of memory?

2001-01-23 Thread Tyson Lloyd Thwaites
Hi all, I am writing an object-oriented program in PHP, and some of the child objects require similar data to their parents, but from different columns of the same table. Is it better to retrieve the whole table up-front and store it in a session array, or to run the queries seperately each time

Re: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread [EMAIL PROTECTED]
How do I look in to mysql log files? Anyway, the IP 216.122.146.147 is the IP of db server where the page tries connect to (and my developing machine is on ISDN line and the ip is 192.168.0.100 in which I think it does not quite relevant to bring it up here) . But The actual IP of the server that

RE: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread Samantha Savvakis
When you insert into the user table, the "Host" column is where you are connecting "FROM" not where you want to connect to. This could be something you have wrong. You want to connect to "216.122.146.147" ?? And you have inserted into the user table that you are coming from 216.122.146.147. So, i

php-general Digest 24 Jan 2001 06:38:51 -0000 Issue 473

2001-01-23 Thread php-general-digest-help
php-general Digest 24 Jan 2001 06:38:51 - Issue 473 Topics (messages 36242 through 36341): Some Code for Uploading Images... 36242 by: Diego Fulgueira 36244 by: Website4S.aol.com Re: "Authenticating" across sites/servers 36243 by: Michael Kimsal 36337 by: Kr

Re: [PHP] as stupid as I normally am..... ( Nope!)

2001-01-23 Thread [EMAIL PROTECTED]
Nope, it still not working after i refresh the page. I went to database mysql again and check table "user" and see username "freesale" there with the host IP and it is empty at the password field in the table. I also went to check table "db" and look at the fields Host, user and I also see correct

[PHP] Repition Reduction ?

2001-01-23 Thread Mukul Sabharwal
Hi, I'm making a small quiz script, and wanted to know how I could minimize repition of questions to a single user. And also how to randomize all the questions ? thanks. = To find out more about me : http://www.geocities.com/mimodit My bookmarks are available @ http://mukul.free.fr __

[PHP] RC4 Encryption / Decryption Class

2001-01-23 Thread Mukul Sabharwal
Hi, I've made a small class that adds RC4 encryption functionality to those versions of PHP which don't have mycrypt either installed or the specific version for RC4 is not installed. It's a class that simply requires you to pass some parameters, like key, and the plaintext, and an optional decr

Re: [PHP] as stupid as I normally am.....

2001-01-23 Thread [EMAIL PROTECTED]
I did use "./mysqladmin reload" and I got this back on the interface ( using telnet) ** mysql> ./mysqladmin reload -> * and it does not do anything, is that mean the db serevr has already been reloaded? cheers Jack [EMAIL PROTECTED] "There is nothing mor

[PHP] RE: "Authenticating" across sites/servers

2001-01-23 Thread Kristofer Widholm
>Ok. >So the client authenticates on the external server. The client then >clicks on a link to go to the restricted section on our webserver in >such a way that they will be pre-authenticated on our server. When >the user clicks that link, a script on their end is executed to open a >socket to o

Re: [PHP] 1. php ISP host wanted, 2. Release of EasySQL

2001-01-23 Thread Josh G
best kind of networks, those RAID networks. Much better than STRIPE printers Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "Richard Creech

[PHP] 1. php ISP host wanted, 2. Release of EasySQL

2001-01-23 Thread Richard Creech - DreamRiver.com
Hello All, php ISP HOST WANTED I seek expressions of interest from North American based PHP internet service providers (ISP's). We seek a php focused ISP where security, reliability and performance are paramount. RAID networking is essential. Our client needs mission critical host services on a

RE: [PHP] as stupid as I normally am.....

2001-01-23 Thread Samantha Savvakis
you are forgetting to do a reload. ./mysqladmin reload > -Original Message- > From: Jacky@lilst [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 January 2001 04:36 > To: [EMAIL PROTECTED] > Subject: [PHP] as stupid as I normally am. > > > Hi people, > Off the topic here again but ho

[PHP] as stupid as I normally am.....

2001-01-23 Thread [EMAIL PROTECTED]
Hi people, Off the topic here again but hope it won't be too much to ask. As inexperience person on setup new Db on Mysql for new php project, I need to add new database on Mysql for new project, as stupid as I normally am, I don't really know what exactly to do about the set up of user and pas

[PHP] Bad file descriptors

2001-01-23 Thread Kif
Hi I recently wrote a script that copies about 200 data files from a remote server, and stores them locally. It does this under cron every night Everything has been fine for a couple of weeks, but now when running the script I get an error message that reads Warning: file(http://remote.server.

[PHP] newbie: xslt help!

2001-01-23 Thread Erick Papadakis
hi, i dug around and found that there is something called XSLT and that there are things like coccon etc in java from apache group, and php's own parser (sablotron?) that i can use to transform xml into javascript and html. my problem is that i need to create a xslt parser that i can use both

[PHP] where to find volunteers / RPG lovers

2001-01-23 Thread Ed Lazor
Is there a good web site to find people interested in volunteering on PHP projects? I have a fantasy / sci-fi / rpg based web site and wanted to find someone interested in helping with the PHP development. If you're interested, feel free to visit the site and contact me. If you know of wher

Re: [PHP] Odd output from system()

2001-01-23 Thread Andrew Hill
Hey, you stole my name! ::grin:: Man is this going to get confusing. Best regards, Andrew -- Andrew Hill Director Technology Evangelism OpenLink Software http://www.openlinksw.com XML & E-Business Infrastructure Technology On 1/23/01 11:35 PM, "Andrew H

[PHP] Odd output from system()

2001-01-23 Thread Andrew Hill
Hi, I'm running a PHP script that uses system() to call an expect script. This expect script uses ssh2 to log into another server, and run some commands. At the shell prompt (bash) the expect script runs exactly as I'd hope. However, when I use system() in PHP to run the script, the output on t

Re: [PHP] News gateway question

2001-01-23 Thread Stephan Ahonen
> Is there any easy way to post to the group instead? I'm reading and posting from the very handy news://news.php.net server they have set up. It's just the coolest! =) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] Hyperlink using thumnail

2001-01-23 Thread Andrew Hill
Dave, Here is a bare-bones example. You will notice that you don't need to hard code the thumbnail on the first page either as long as are consistent in file naming with a set prefix differentiating thumbnails from their larger pix. page_one.php: click to enlarge"; echo ""; ?> page_two.php: "

Re: [PHP] what is wrong about this sniplet?

2001-01-23 Thread [EMAIL PROTECTED]
The variable $HotelID is the hotelId of the record that I just inserted into database and I want to retrive the Id of that record to insert into another table. what is the correct syntax of using mysql_insert_id in this case? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching th

RE: [PHP] what is wrong about this sniplet?

2001-01-23 Thread Samantha Savvakis
HI Jack, What is the variable $HotelID ? mysql_insert_id - has an optional parameter: link_identifier (the database handle) So in this case, is $HotelID your database handle? If not, then just call mysql_insert_id() without any parameters. Otherwise, it is always best to pass around the databa

[PHP] what is wrong about this sniplet?

2001-01-23 Thread [EMAIL PROTECTED]
I have the sniplet to run teh query at the page to insert data as shown below. After it is run, there was en error said something like "Mysql warning, 0 ( zero) is not Mysql index" and the error point to the line using mysql_insert_id($HotelID); My limited experience cannot tell me what should

[PHP] News gateway question

2001-01-23 Thread Daniel Grace
I use the news.netimages.com gateway to access this mailing list since I don't feel like getting my mailbox flooded with mail (and wasn't really happy with the way the digest worked). However, I've noticed that the newsgroup only works for reading -- e.g. I can't post messages to it and have to se

[PHP] where does database go at host

2001-01-23 Thread Noel Akins
I'm going to created a database with the use of a php/html page on my commercial host (forsite.net). I have yet to master the unix directory system so I don't want to play around looking for it. Does a database have to "live" in the MySQL directory, or can it be in my html web directory? How d

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
Arghh!! Is aspell even supported on windows 2k? -Original Message- From: Matt Stone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 January 2001 1:06 PM To: Josh G; PHP User Group Subject: RE: [PHP] Aspell Function I had to download a the aspell library :) -Original Message- Fro

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
I had to download a the aspell library :) -Original Message- From: Josh G [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 January 2001 1:03 PM To: PHP User Group Subject: Re: [PHP] Aspell Function And the answer was? Gfunk - http://www.gfunk007.com/ I sense much beer i

Re: [PHP] Re: HTTP_USER_AGENT and preg_match

2001-01-23 Thread John Hinsley
Teodor Cimpoesu wrote: > I've got a nice browsecap.ini file from php4win.de. > You can then simply use get_browser() [ listed under Miscellaneous functions] Hi Teodor I can't find it! I went to the site and downloaded the complete php_for_windows install thinking that I could unzip the lot in L

[PHP] Article required on PHP security.

2001-01-23 Thread David Banes
Hi, I am the editor of the Symantec AntiVirus Research Center(re) Newsletter and I am looking for someone to write an article on PHP security/viruses/worms. For those that don't know Symantec publish the Norton range of software. The newsletter has a circulation of about 200,000 and is published

Re: [PHP] Aspell Function

2001-01-23 Thread Josh G
And the answer was? Gfunk - http://www.gfunk007.com/ I sense much beer in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "Matt Stone" <[EMAIL PROTECTED]> To: "Matt Stone" <[EMAIL PROTECTED]>; "PHP L

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
Ahh... found the answer :) So much for the PHP doc, it didnt say anything about what i needed, I had to use the Zend one :| -Original Message- From: Matt Stone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 January 2001 12:54 PM To: PHP List Subject: [PHP] Aspell Function Hi, I am tryin

Re: [PHP] php.ini

2001-01-23 Thread Philip Olson
Or : Six lines down we see : Configuration File (php.ini) Path Which shows the path to php.ini Philip On Tue, 23 Jan 2001, Alex Black wrote: > locate php.ini > > in windoze, the windows key+f, type in php.ini > > _a > > > -- > Alex Black, Head Monkey > [EMAIL PROTECTED

[PHP] Aspell Function

2001-01-23 Thread Matt Stone
Hi, I am trying to run this code from the manual but with no success: It returns this error: Fatal error: Call to undefined function: aspell_new() in /home/www/htdocs/sunsetstudios/photoscope/test.php on line 2 Is there a module have to enable to use Aspell? Or is there something I have to chan

Re: [PHP] Help: Google like page functions

2001-01-23 Thread jeremy brand
Basically, in your SQL, just use "LIMIT" Select * from foo where something = 'something_else' limit 0, 10; Select * from foo where something = 'something_else' limit 10, 10; Select * from foo where something = 'something_else' limit 20, 10; Select * from foo where something = 'something_else' li

[PHP] Hyperlink using thumnail

2001-01-23 Thread Dave Stewart
Hi again, How do I link this image file so that when users click on it they get the bigger version (which is named 01.jpg). " : "No Photo Yet\n"; echo "$photo"; ?> Here is the html version of what I am trying to do, as you can see the '' is a variable. Thanks again, Dave

Re: [PHP] php.ini

2001-01-23 Thread Alex Black
locate php.ini in windoze, the windows key+f, type in php.ini _a -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROT

Re: [PHP] php.ini

2001-01-23 Thread Michael A. Peters
try find / -print |grep "php\.ini" after your make install. will take awhile, but that should find it :D On Tuesday, January 23, 2001, at 04:44 PM, Rasmus Resen Amossen wrote: > Everybody talks about this nice configuration file, but where is it?! > I have compiled php4 with apache, but even a

Re: [PHP] Help: Google like page functions

2001-01-23 Thread Shane McBride
I found a great little snippet by accident that does the "Previous 123 Next" links. If anyone is interested, here's the link to it: http://www.phpbuilder.net/snippet/detail.php?type=snippet&id=21 - Original Message - From: "Shane McBride" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

[PHP] HELP- COBALT

2001-01-23 Thread Trunkz Santai
Hi if anyone has any knowledge of a RAQ 2 please read on... I have no idea how to install PHP to work with the current settings... I cant find apacheeven though it is supposed to be built in right?. Well would someoen please if they know how tell me how to install PHP on a CObalt RAQ 2 Thank

Re: [PHP] php.ini

2001-01-23 Thread Jani Taskinen
On Wed, 24 Jan 2001, Rasmus Resen Amossen wrote: >Everybody talks about this nice configuration file, but where is it?! >I have compiled php4 with apache, but even a »find . -name "php.ini« >gives anything. >Do I really need to recompile php to change its configuration? No. Please read the INSTA

[PHP] FaceMysql again

2001-01-23 Thread Mike P
It seems to only allow me to add data if I have more than 1 field.Is this a bug?Phpmyadmin doesnt have this problem. Mike P [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP] I dont know what to do here?

2001-01-23 Thread Chris Hayes
Sefton didn't know what to do: > > I have a form in an htm file that is sending info to a cgi script > > (formmail.pl) but the confirmation page I am using is php3. I want to pass > > the value of a text box in the form to the php3 page. > > So I need the faq_confirm.php3 page to appear, plus

[PHP] php.ini

2001-01-23 Thread Rasmus Resen Amossen
Everybody talks about this nice configuration file, but where is it?! I have compiled php4 with apache, but even a »find . -name "php.ini« gives anything. Do I really need to recompile php to change its configuration? -- Rasmus Resen Amossen | stud.mat.dat at the University of Copenhagen Jagtvej

Re: [PHP] Session problems

2001-01-23 Thread Jimmy Bäckström
Yeah I used a path name with '\' instead of '/' but it still does not work. Help! "Johannes Janson" <[EMAIL PROTECTED]> wrote in message 94kpfm$4cc$[EMAIL PROTECTED]">news:94kpfm$4cc$[EMAIL PROTECTED]... > you have to set the 'session.save_path' in your php.ini. > be careful with the slashes you

[PHP] Mysql question(s)

2001-01-23 Thread Mike P
I created a table with FaceMysql that had one field and I could not add data to it .Only when I recreated it with 2 fields and a primary key did it work.Is there any reason for this?Must there always be a primary key in Mysql?I've never known this to be true of relational Db's.Especially if you ca

Re[2]: [PHP] is it possible to communicate javascript and php?

2001-01-23 Thread Dustin Butler
I've used the tag in Internet Exploder to talk to the server via javascript. It may be possible using a regular frame also. Here's the low down on how I did it. 1.) Some onclick, onchange ... action calls a javascript function that looks like this function getData() { d

Re: [PHP] CREATE DOWNLOAD LINK

2001-01-23 Thread Richard Lynch
> How do I build a link to > an attached file to an email? > > I have the filename, mime-type and size > but where do I get the path to the file? You may want to use Manuel Lemos' mail class to handle that -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music

Re: [PHP] file or fopen to fetch a web page???

2001-01-23 Thread Richard Lynch
> I wonder myself, which method is better to fetch a web page: > >$file = fopen($url, "r"); >$page = fread($file, 5); > > or > >$file = join('', file($url)); Probably about the same either way... Maybe not building an array to build a string will save a little... You could test

Re: [PHP] Export to Spreadsheet Format

2001-01-23 Thread Richard Lynch
>I want to run a query on a database and export the recordset to a >spreadsheet, preferably Excel native. > >The box is on a Win32 OS, so I can instantiate a Excel COM object (similar >to the PHPBuilder COM article), and use the COM methods to create an Excel >file. > >Or, I can fopen and fput a C

Re: [PHP] Filereference and require()

2001-01-23 Thread Richard Lynch
You can provide the full path: require "/usr/local/share/apache/htdocs/deep/down/dir/a_specific_file"; You can alter include_path in php.ini to have "/usr/local/share/apache/htdocs/deep/down/dir:./:/usr..." in it -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Musi

Re: [PHP] installing and using PEAR

2001-01-23 Thread Richard Lynch
>Can anyone direct me to some up-to-date documentation on how to install (and then use) the Pear included in the distribution? There seems to be minimal (and perhaps outdated or inappropriate?) install instructions included with the source distribution, but I've found nothing on how to use it. I

Re: [PHP] Funny php://stdout behaviour

2001-01-23 Thread Richard Lynch
> When calling the php4 code below, sometimes the browser receives > -the "HTML estandar text" > -sometimes the "Text generated from PHP" (but NEVER both!) > -and ocassionaly the error: > "Warning: fopen("php://stdout","w") - Bad file descriptor in > /home/sites/site74/web/_proc/pruebas/stdout-tes

Re: [PHP] POST headers

2001-01-23 Thread jeremy brand
You can get your answer from a program I wrote, in fact, feel free (as in GLP) to use the POST function that I wrote. http://www.nirvani.net/software/SmartBeep_PageIT_Plus/ See the "urlize_array" and "post_method" functions. Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAI

[PHP] POST headers

2001-01-23 Thread Tobias Talltorp
What are the HTTP Headers performing a POST? I need to simulate a POST to a webpage. NOTE: I do not want to use curl or the post-to-host function, since these get the information. What I want to do is this: I enter the page "localhost/post.php" where there are a set of HTTP Headers for sending

[PHP] Re: XML Processing Instruction ( was "

2001-01-23 Thread Brian White
At 05:24 PM 1/23/01 +0100, Jirka Kosek wrote: >Teodor Cimpoesu wrote: > > my follow-up was from an suggest of using <% though :) > > it exists in C, ASP and JSP. We have it in PHP, why not use it? > >Because it is not compatible with XML syntax. I agree. The short answer is to the question is "S

Re: [PHP] Non-existant folders??

2001-01-23 Thread Brian White
I can't say for sure but my gut reaction is: 1) Not using directories sounds like it would be complicated and a point of failure 2) If you want to have a single code source, maybe you should just create a stub page in each directory that includes the main one, something like:

[PHP] CREATE DOWNLOAD LINK

2001-01-23 Thread Jochen Kächelin
How do I build a link to an attached file to an email? I have the filename, mime-type and size but where do I get the path to the file? -- ** * Jochen Kächelin* * Ihr WEBberater - Werbeagentur Pulvermüller * * Stuttgarter St

Re: [PHP] zend ide & debugger

2001-01-23 Thread WBB
For any of you developing on a Win machine you might want to try: http://www.soysal.com/PHPEd There will be new version up shortly and the version after it will have interactive debugging. - Original Message - From: "Alex Black" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday

Re: [PHP] Help: Google like page functions

2001-01-23 Thread Ashley M. Kirchner
Shane McBride wrote: > If I have a MySQL DB that has 50 records in it and I want to display 5 per page. How >do I do this. Also, 50 was just a nice round number, the number will change >constantly. $sql = "select * from table limit 0,5"; <-- first 5 $sql = "select * from table limit 5,

[PHP] Help: Google like page functions

2001-01-23 Thread Shane McBride
I thought this had been addressed earlier, but I could not find the thread. If I have a MySQL DB that has 50 records in it and I want to display 5 per page. How do I do this. Also, 50 was just a nice round number, the number will change constantly. All the search engines are doing this type of

Re: [PHP] Help w/ quotes/html and data from MySQL

2001-01-23 Thread Shane McBride
After I sent this message I looked at the code again. I saw the error as obvious as daylight. It's working great now. Thanks. - Original Message - From: "Steve Edberg" <[EMAIL PROTECTED]> To: "Shane McBride" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 23, 2001 5:

[PHP] Zend Store products questions

2001-01-23 Thread Andrew Sitnikov
Hello , I have some questions about new products from Zend. 1. After the my "Commercial Subscription Plan" expire, will scripts coded with "Zend Encoder SE" working ? (if it work in users servers with "Zend Encoder SE Runtime plugins"). 2. If I shall choose payment 12 months, I shal

Re: [PHP] Help w/ quotes/html and data from MySQL

2001-01-23 Thread Steve Edberg
At 4:47 PM -0500 1/23/01, Shane McBride wrote: >I have a field in MySQL that holds data that may look like this: > >Rose Painting"Looks really nice, blah, blah"25.00 > >Now, I want to pull that data back into a form to edit. >Here's how I have unsuccessfully been doing it: > >?> > beginning

[PHP] apache + mssql

2001-01-23 Thread Thor M. Steindorsson
HELP! I need to access a database on a mssql server from a linux box, but the php doesn't recognize any of the mssql statements. Apparently mssql support was not included in the inital php installation (which came with Mandrake 7.2). I know there's the option of downloading the PHP source and co

[PHP] file or fopen to fetch a web page???

2001-01-23 Thread Lic. Rodolfo Gonzalez Gonzalez
Hello, I wonder myself, which method is better to fetch a web page: $file = fopen($url, "r"); $page = fread($file, 5); or $file = join('', file($url)); , speaking from the performance point of view? (or is there any better?). Thanks. -- PHP General Mailing List (http://www.

Re: [PHP] How does PHP accept multiple selection

2001-01-23 Thread jeremy brand
Feel free (as in GPL) to use my libHtmlForm functions available here: http://www.nirvani.net/software/libHtmlForm/ Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more - - - - - - - - - - - - - - - -

Re: [PHP] Search Engines and PHP

2001-01-23 Thread Joe Stump
You might want to look at Jeremy Brands VERY useful "variables from uri" function that can be found at http://www.nirvani.net/software/ I use this religiously and am quite pleased with it. --Joe On Tue, Jan 23, 2001 at 02:19:46PM -0500, Kristofer Widholm wrote: > At 13.33 +0100 01-01-23, Sande

Re: [PHP] zend ide & debugger

2001-01-23 Thread Alex Akilov
Alex, I saw a demo of it about 3 months ago while they were working on it and it looked pretty impressive and contained all the necessary debug features I asked about. As far as sending info to the browser, you might be surprised as I think it might do some of that but I don't recall exactly wha

Re: [PHP] How does PHP accept multiple selection

2001-01-23 Thread david klein
Shawn, Tested, it works now. Thanks a bunch! Best Regards, David >From: Shawn Blaylock <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: david klein <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [PHP] How does PHP accept multiple selection >Date: Tue, 23 Jan 2001 13:51:08 -08

[PHP] Sockets

2001-01-23 Thread Boget, Chris
Are there any tutorials on how to use Sockets in PHP? If so, where can I find them? I've looked on several of the sites that are linked from the main php.net site but found nothing... :/ Thanks. Chris

Re: [PHP] How does PHP accept multiple selection

2001-01-23 Thread Shawn Blaylock
It stores it in a 2D array. There's info on it on the FAQ. here's the URL: http://www.php.net/FAQ.php#7.14 david klein wrote: > > Hello, > > I have some codes like: > >Page 1 >Page 2 >Page 3 > > > > If I selected item 1 and item 3 both, how can I get my multiple selectio

[PHP] How does PHP accept multiple selection

2001-01-23 Thread david klein
Hello, I have some codes like: Page 1 Page 2 Page 3 If I selected item 1 and item 3 both, how can I get my multiple selection in the PHP codes? (it seems to me it always give me the last selection only). Thank you very much in advance. Regards, David

[PHP-CVS] cvs: php4 /ext/vpopmail CREDITS README config.m4 php_vpopmail.c php_vpopmail.h

2001-01-23 Thread Boian Bonev
bbonev Tue Jan 23 13:46:08 2001 EDT Modified files: /php4/ext/vpopmail CREDITS README config.m4 php_vpopmail.c php_vpopmail.h Log: changed function names to be like vpopmail_add_user instead vpopmail_adduser added vpopmail_error to rep

[PHP] Help w/ quotes/html and data from MySQL

2001-01-23 Thread Shane McBride
I have a field in MySQL that holds data that may look like this: Rose Painting"Looks really nice, blah, blah"25.00 Now, I want to pull that data back into a form to edit. Here's how I have unsuccessfully been doing it: ?> beginning code Description: ...ending code ?> I looks like that

Re: [PHP] zend ide & debugger

2001-01-23 Thread Alex Black
> The IDE+Debugger combo really looks great, esp. because of the debug > support being AWOL in PHP4. I'm a little bit irked about that actually, they obviously stopped the "free" development on it, and moved it in house. But I guess you gotta put food on the table :) I really would prefer to hav

[PHP-CVS] cvs: php4 /pear/Crypt CBC.php

2001-01-23 Thread Colin Viebrock
cmv Tue Jan 23 13:36:12 2001 EDT Modified files: /php4/pear/CryptCBC.php Log: wrong name Index: php4/pear/Crypt/CBC.php diff -u php4/pear/Crypt/CBC.php:1.3 php4/pear/Crypt/CBC.php:1.4 --- php4/pear/Crypt/CBC.php:1.3 Sat Jan 13 12:34:35 2001 +++ php4/

[PHP] IMAP HELP

2001-01-23 Thread Jochen Kächelin
when I list all parts of an object returned by $a = imap_fetchstructure($link,1); I will get something like this: [parameters] => Array ( [0] => stdClass Object ( [attribute] => BOUNDARY [value] => =_NextPart_000__01C08563.8269C440 ) ) I' am not a

Re: [PHP] zend ide & debugger

2001-01-23 Thread Ben Gollmer
I second that. The IDE+Debugger combo really looks great, esp. because of the debug support being AWOL in PHP4. I'm a little worried about the IDE being written in java tho...I hope its not as slow/memory hungry/crash happy as the other java + JRE apps I've used... Too bad there's not an eval

[PHP] zend ide & debugger

2001-01-23 Thread Alex Black
ola all, has anyone used the zend ide+debugger? before I slap down $800, I'd like to know if people who have think it's groovy.. :) _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Cen

Re: [PHP] To much PHP (Newbie)

2001-01-23 Thread Chris Lee
If your refering to old Pascal pre-3.0 in how you could only have X number of bytes in a file (32k I think) then pascal would not parse the rest, then no php isnt limited to this, your pages will just get slower and slower because of more hits. Chris Lee Mediawaveonline.com "Mike Mike" <[EMAIL

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-01-23 Thread Colin Viebrock
cmv Tue Jan 23 13:09:55 2001 EDT Modified files: /php4/pear Makefile.in Log: Forgot this too ... Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.65 php4/pear/Makefile.in:1.66 --- php4/pear/Makefile.in:1.65 Tue Jan 23 13:08:13 2001 +++ php4

Re: [PHP] Sending a mail in HTML format

2001-01-23 Thread Alex Black
that html mail class is fantastical :) _alex -- Alex Black, Head Monkey [EMAIL PROTECTED] The Turing Studio, Inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] ("Jade Ohlhaus

Re: [PHP] non-php related question.

2001-01-23 Thread Steve Edberg
Try wget http://sunsite.dk/wget/index.html At 12:05 PM -0500 1/23/01, Jason Jacobs wrote: >Hey guys and gals! I have my personal site on go.com, and I wanna move it. >The problem is I don't have it all backed up on my machine (I think I only >have some of the images), but I want to mov

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-01-23 Thread Colin Viebrock
cmv Tue Jan 23 13:08:13 2001 EDT Modified files: /php4/pear Makefile.in Log: Never added this ... Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.64 php4/pear/Makefile.in:1.65 --- php4/pear/Makefile.in:1.64 Fri Jan 19 21:39:26 2001 +++ php

[PHP] To much PHP (Newbie)

2001-01-23 Thread Mike Mike
Is there a such thing as to much code in an include file that will break it. Assuming that you have, say 20 people hitting that one page simultaniously. Will it just slow things or will it actually break (As in show code to the viewer)? Thanks --Mike ___

Re: [PHP] Sending a mail in HTML format

2001-01-23 Thread Jade Ohlhauser
1.that won't always display properly 2.that doesn't allow for inline images To do it properly use MIME. Richard Heyes has already done all the hard work for you: http://www.zend.com/codex.php?id=103&single=1 . Jade Ohlhauser [website architect]... http://bandwidthplace.com

Re: [PHP] Session tracking question

2001-01-23 Thread Todd Cary
Wade - I am very new with using PHP so I cannot submit my answer as "what most use". However, here is what I use: I do not like to be dependent on Cookies. For me, Cookies are a convenience. That is, I may store a UserID and if it is in a Cookie, use the ID to put up a greeting or whatever.

Re: [PHP] Session tracking question

2001-01-23 Thread Alexander Wagner
Wade D wrote: > what do most use, combination of cookies and GET? IMHO the optimal solution are cookies with a fallback to GET. In some situations, though, it may be better to drop cookies completely. Wagner -- One maniac alone can do what 20 together cannot -- PHP General Mailing List (htt

RE: [PHP] field types

2001-01-23 Thread Joao Prado Maia
On Tue, 23 Jan 2001, Boget, Chris wrote: > Never mind, I see how he did it. He runs the following query: > > "SELECT FIELDS FROM $tableName" > > Where '$tableName' is your table (obviously) and he parses the result > to get all the information. > Actually he did a "SHOW FIELDS FROM $tableNa

RE: [PHP] Multiple Page Form

2001-01-23 Thread Benjamin Munoz
Make sure you are not forgetting to include $action as a hidden input, so your script can know how to process. , for example -Ben -Original Message- From: Jeremy Bowen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 12:17 PM To: [EMAIL PROTECTED] Subject: [PHP] Multiple Page

[PHP] Session tracking question

2001-01-23 Thread Wade D
what do most use, combination of cookies and GET? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Multiple Page Form

2001-01-23 Thread Jeremy Bowen
hey, I am sure this is a dumb question but, I cannot seem to find out what i am doing wrong. I have a three page form, it basically takes a users input, displays it on the next page to make sure the users info is correct (i store the variables on this page in a form in hidden input tags), when

RE: [PHP] field types

2001-01-23 Thread Boget, Chris
> If you have phpMySql, take a look at the file: > /mysqladmin/tbl_properties.php > That code is doing something to return the type of the field. It's a > little hard to follow so I don't know exactly how he's doing it and > unfortunately, didn't have the time to decipher. :p However, I'm > sure

Re: [PHP] Session problems

2001-01-23 Thread Johannes Janson
you have to set the 'session.save_path' in your php.ini. be careful with the slashes you use. as you can see from the error msg by default it's '/' but windows uses '\'. good luck Johannes "Jimmy Bäckström" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 001201c08564$f7398660$554d59d5@broder">news:0

  1   2   3   >