[PHP] Sybase Fetch Array Question

2002-06-24 Thread B i g D o g
Can someone let me know when you call sybase_fetch_array that the internal row pointer of the sybase result is increased. So that subsequent calls using sybase_fetch_array will return a result 1 more than the previous result return? Okay that was weird B i g D o g -- PHP General

Re: [PHP] multiple webserver

2002-06-25 Thread B i g D o g
You can set apache to listen on multiple ports or you can have different web servers listening on ports that you configure it to listen on. For example: I have apache on port 80 and throttle webserver listening on 8080... B i g D o g - Original Message - From: Anil Garg [EMAIL

Re: [PHP] Easy Date MySQL Question...

2002-06-25 Thread B i g D o g
Try looking at the date functions gmdate in the php.net manual B i g D o g - Original Message - From: Doug Coning [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 9:06 AM Subject: [PHP] Easy Date MySQL Question... Hi everyone, I have searched

Re: [PHP] multiple webserver

2002-06-25 Thread B i g D o g
D o g - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 9:46 AM Subject: Re: [PHP] multiple webserver thanx for ur prompt reply can u plz tell be some website where i can find the steps to do that. thanx B I G D O G wrote in message

Re: [PHP] PHP sockets/daemon problem

2002-06-26 Thread B i g D o g
Some great articles for sockets...might help out... http://www.phpbeginner.com/columns/demitrious/sockets http://www.phpbeginner.com/columns/demitrious/sockets-connection B i g D o g - Original Message - From: Josh Levine [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June

Re: [PHP] debugger

2002-06-26 Thread B i g D o g
it turned off and I have errors being logged to a file. Debugger for poor developers... B i g D o g - Original Message - From: Anil Garg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 2:47 PM Subject: [PHP] debugger hi, in perl i used perldb for debugging

Re: [PHP] Re: PHP and OOP

2002-06-27 Thread B i g D o g
You also need to remember that these tests need to be run 100s of times and then calculate the avg. However, as we can assume there is really not going to be a big difference between the two. Its not like they are whole seconds apart. B i g D o g - Original Message - From: Remy

Re: [PHP] grabbing content of a web page...

2002-06-27 Thread B i g D o g
('', file ('http://www.example.com/')); ? PHP.net example always RTM... B i g D o g - Original Message - From: Kelly Meeks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 1:53 PM Subject: [PHP] grabbing content of a web page... Howdy, I know there has

[PHP] PHP and Apache

2002-07-02 Thread B i g D o g
Has anyone had a problem where PHP created to many open files and crashed apache? B i g D o g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Apache

2002-07-02 Thread B i g D o g
--with-zlib --with-config-file-path=/etc --with-freetype-dir=/usr/local/lib My webserver keeps crashing: error log entry [Tue Jul 2 15:12:07 2002] [error] [client 164.214.4.59] (24)Too many open files I am just wondering if this a php issue or something else... B i g D o G - Original

[PHP] DBX Functions

2002-07-02 Thread B i g D o g
Has anyone tested the dbx functions with huge results 1+ records returned? How does the performance handle? Thanks, B i g D o g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Have you seen this host?

2002-07-02 Thread B i g D o g
He is looking for a web hosting company that has what he has listed below... B i g D o g - Original Message - From: Lazor, Ed [EMAIL PROTECTED] To: 'Tony Harrison' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 2:29 PM Subject: RE: [PHP] Re: Have you seen this host

Re: [PHP] Help - I'm New

2002-07-02 Thread B i g D o g
() and require_once() for your forms. B i g D o g - Original Message - From: admin [EMAIL PROTECTED] To: PHP List [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 3:14 PM Subject: [PHP] Help - I'm New Hi, first let me introduce myself... My name is Kit, and I own the domain below

Re: [PHP] Dealing with XML charsets

2002-07-03 Thread B i g D o g
--with-iconv=/location/of/iconv Iconv is a gnu app that you use for the conversions. You can get more info GNU's website about iconv... B i g D o g - Original Message - From: Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 12:46 AM Subject: Re: [PHP] Dealing

Re: [PHP] cURL in an exec() . more

2002-07-03 Thread B i g D o g
Check out setuid and sticky bits for the file permissions. Remember that if you are running php under apache and you try the exec with a command php is running with apaches permissions. So apache needs to be able to run what ever you are trying to run with the exec command. B i g D o g

Re: [PHP] Stored Procedures

2002-07-05 Thread B i g D o g
Try http://techdocs.postgresql.org or techdoc.postgresql.org B i g D o g - Original Message - From: David Busby [EMAIL PROTECTED] To: php-general [EMAIL PROTECTED] Sent: Friday, July 05, 2002 1:30 PM Subject: [PHP] Stored Procedures List, I'm using a postgres datbase for my PHP

Re: [PHP] Re: Stored Procedures

2002-07-05 Thread B i g D o g
Actually, Postgres supports stored procedures, triggers and views to name a few where mysql does not... B i g D o g - Original Message - From: Mark McCulligh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 1:45 PM Subject: [PHP] Re: Stored Procedures I think

Re: [PHP] Stored Procedures + Answer

2002-07-05 Thread B i g D o g
... B i g D o g - Original Message - From: David Busby [EMAIL PROTECTED] To: php-general [EMAIL PROTECTED] Sent: Friday, July 05, 2002 2:16 PM Subject: Re: [PHP] Stored Procedures + Answer List, I read the documentation on postgres site (http://techdocs.postgres.sql) and then also

Re: [PHP] Survey: MySQL vs PostgreSQL for PHP

2002-07-05 Thread B i g D o g
I am there with you on PostgreSQL. B i g D o g - Original Message - From: Lazor, Ed [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 2:59 PM Subject: [PHP] Survey: MySQL vs PostgreSQL for PHP How many here feel PostgreSQL has surpassed MySQL as the better

Re: [PHP] snmpwalk

2002-07-08 Thread B i g D o g
try ?php with no space... B i g D o g - Original Message - From: MAAS [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 08, 2002 2:24 AM Subject: [PHP] snmpwalk Hi Iam trying to use snmpwalk but I get this: Parse error: parse error, unexpected T_VARIABLE in c

Re: [PHP] Development Tools

2002-07-10 Thread B i g D o g
PHPED is really good if you have the money to spend... B i g D o g - Original Message - From: Mark McCulligh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 9:42 AM Subject: [PHP] Development Tools I am looking for a good Development tool to write my PHP

Re: [PHP] Accessing multiple List/Menu values

2002-07-10 Thread B i g D o g
Search the archives...this has been answered by me and many others... B i g D o g - Original Message - From: Joseph Szobody [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 12:02 PM Subject: [PHP] Accessing multiple List/Menu values This is sorta OT

[PHP] Exchange LDAP Authentication

2002-07-11 Thread B i g D o g
Has anyone done LDAP auth with PHP on an Exchange 5 server? I need help finding the values to authenticate with... B i g D o g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] No text in form submission

2002-07-21 Thread B i g D o g
Tell your web hosting company to do an upgrade...or find a different hosting co... .: B i g D o g :. - Original Message - From: Dean Ouellette [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 21, 2002 2:20 PM Subject: RE: [PHP] No text in form submission PHP Version

Re: [PHP] Submitting to cgi script

2002-07-21 Thread B i g D o g
In your example you are using the method of POST to pass the form data to the cgi script. However, when you pass the data to the cgi script from the php script you are using the GET method to pass the data. Check and see if the cgi can accept with METHOD=GET .: B i g D o g :. - Original

Re: [PHP] is php.net down ?

2002-07-22 Thread B i g D o g
It took me about 30 minutes to get it...just keep trying...some mirrors are really good...i used a canadian mirror and that worked great... .: B i g D o g :. - Original Message - From: Brian V Bonini [EMAIL PROTECTED] To: Jay Blanchard [EMAIL PROTECTED]; 'R'twick Niceorgaw' [EMAIL

[PHP] Comma question

2002-07-22 Thread B i g D o g
Tried to check the archive, but it is offline... What does the , and {} do in this type of statement? Example: echo trtd{$strName}/td/tr, htmlspecialchars( $teststr ); Thanks, .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Comma question

2002-07-22 Thread B i g D o g
... .: B i g D o G :. - Original Message - From: Kevin Stone [EMAIL PROTECTED] To: B i g D o g [EMAIL PROTECTED]; PHP GEN [EMAIL PROTECTED] Sent: Monday, July 22, 2002 5:00 PM Subject: Re: [PHP] Comma question Curly braces {} are sometimes required for PHP to properly parse variables

Re: [PHP] Re-directing

2002-07-24 Thread B i g D o g
Check under header() in the docs... .: B i g D o g :. - Original Message - From: Roberts, Mark [EMAIL PROTECTED] To: PHP Mailing list (E-mail) [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 8:28 AM Subject: [PHP] Re-directing Is there a way to redirect to a different script

[PHP] .htaccess file

2002-08-01 Thread B i g D o g
Is it possible to set register_globals to off in the .htaccess file. If so how do I do that? .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File Question

2002-08-08 Thread B i g D o g
I have been looking all over the manual and I have not found anything for __FILE__ does anyone know where I can get more info on its use in PHP? .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] File Handler Error

2002-08-15 Thread B i g D o g
I am getting include errors in php and when I check the apache logs i get out of file handler errors. Has anyone ran into this problem? I am wondering if there is a problem with the image functions. I am doing a lot of image creating and manipulation. Can anyone confirm this? .: B i g D o g

[PHP] PHP User Group

2002-08-15 Thread B i g D o g
Is anyone here have any information on the PHP Users Group of Salt Lake City, Utah? Thanks, .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $html_code .= include (filetoinclude.txt);

2002-10-13 Thread .: B i g D o g :.
files that I want included in the html that I am storing in the variable. The HTML is in text files. The above code obviously does not work. I want to know if there is another way. Thanks. -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Multiple Return Values from function

2002-10-13 Thread .: B i g D o g :.
: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP XML

2002-10-15 Thread .: B i g D o g :.
experience with this kind of thing so I can better make a decision wrt whether or not I should even go down this route. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http

Re: [PHP] PHP XML

2002-10-15 Thread .: B i g D o g :.
. The options are endless... That is relatively all that needs to be done. Thank you all for your ideas and suggestions thus far. Please keep them coming if you haven't chimed in or if you think of anything else. I'm sure this information is helping other people as well! Chris -- .: B i g

RE: [PHP] Re: PHP XML

2002-10-16 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Warning: Failed to write session data ?

2002-10-16 Thread .: B i g D o g :.
Grafström Sweden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PhpMyAdmin Help Needed

2002-10-16 Thread .: B i g D o g :.
: 704 987 6500 Cell : 704 236 2939 Fax : 704 987 5002 _ -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] array()

2002-11-05 Thread .: B i g D o g :.
= Test2); return $test; } //outiside de function echo $test; // - the array ? This doesn't work. So, any clue ? Regards and tks in advance! f. -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] uploading an image in binar

2002-11-05 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LIKE condition in query

2002-11-05 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] session cache limiter

2002-11-05 Thread .: B i g D o g :.
/includes/display_options.php on line 115 Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Trouble with php-4.2.3, apache-1.3.27, sablotron 0.96

2002-11-05 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] publishing php mysql website on cd-rom

2002-11-06 Thread .: B i g D o g :.
don't know where to begin and am looking for advice. Thanks, Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] regular expression and exact word search...

2002-11-07 Thread .: B i g D o g :.
, and .. if the searched word is part of an html tag, it's very auwfull... ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] regular expression and exact word search...

2002-11-07 Thread .: B i g D o g :.
pass, I take results from a mysql table with a query like this : select * from mytable where content REGEXP '[[::]]theword[[::]] But... I can't get all entry where words is in... .: B I G D O G :. [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Which functions

RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread .: B i g D o g :.
know where to begin and am looking for advice. Thanks, Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] specifying different port for db connections

2002-11-07 Thread .: B i g D o g :.
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting Newest

2002-11-07 Thread .: B i g D o g :.
, Stephen Craton http://www.melchior.us Life is a gift from God. Wasting it is like destroying your favorite item you received from the person you love most. -- www.melchior.us -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] php

2002-11-07 Thread .: B i g D o g :.
at 21:02, dk1eng wrote: hi there, I just compiled a new version of php. How do i tell apache to stop using my old version and start using the new one? peace dimitris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g

Re: [PHP] php

2002-11-07 Thread .: B i g D o g :.
apache? and if yes how? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] specifying different port for db connections

2002-11-07 Thread .: B i g D o g :.
wrote: --- .: B i g D o g :. [EMAIL PROTECTED] wrote: Not a big mssql guy but if i remember correctly that should be set in your interfaces file...but a valid server name should be used and that is checked in the interfaces file... I think the interfaces file is only used if you

RE: [PHP] publishing php mysql website on cd-rom

2002-11-07 Thread .: B i g D o g :.
about xml or xsl. Any literature, articles, links, or other resources you know of that could point me in the right direction. This would be worth researching. Roger -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Thursday, November 07, 2002 5:15 AM

Re: [PHP] Listing a few words from one sentence ??

2002-11-07 Thread .: B i g D o g :.
-07 at 22:29, conbud wrote: Say I have a sentence that contains 8 words, how do I get PHP to list just 4 of those 8 words ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http

Re: [PHP] specifying different port for db connections

2002-11-07 Thread .: B i g D o g :.
, the link identifier of the already opened link will be returned. On Thu, 2002-11-07 at 23:02, heath boutwell wrote: --- .: B i g D o g :. [EMAIL PROTECTED] wrote: Actually the remote file is used if you are trying to connect to a remote system. Sybase uses remote files and that is how

Re: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How-to instal GD libary

2002-11-07 Thread .: B i g D o g :.
Is c:\program files\PHP\extensions in your path... if not then i would add it...also make sure to edit your php.ini file so that it loads when php is fired up... On Thu, 2002-11-07 at 23:20, Davy Obdam wrote: Hi B i g D o g , You need to download the php-version.zip file that contains

Re: [PHP] problem compiling php

2002-11-08 Thread .: B i g D o g :.
and install php on my machine? Furthermore, how do i add mysql support to apache? Is there a --with-mysql switch? Kind regards, dimitris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General

Re: [PHP] php/html debug

2002-11-08 Thread .: B i g D o g :.
://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] For ... = max($myArray) vs For ... = $max

2002-11-08 Thread .: B i g D o g :.
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAP + Exchange

2002-11-08 Thread .: B i g D o g :.
: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] For ... = max($myArray) vs For ... = $max

2002-11-08 Thread .: B i g D o g :.
assigns $x=1 and $max=count($myArray), then it compares $x with $max .: B i g D o g :. wrote: Then only problem with doing it like for($x = 1, $max = count($myArray); $x = $max; $x++ ) is that the $max = count( $myArray ) is always verified in each loop...slowing the for loop down

Re: [PHP] LDAP + Exchange

2002-11-08 Thread .: B i g D o g :.
: Well i need to give some users access to user attributes of exchange to change these. .: B I G D O G :. wrote: Yes, what are you looking for... On Fri, 2002-11-08 at 19:58, Raceeend wrote: Hello, Has anybody tried to connect to Exchange via LDAP? Because i would like

Re: [PHP] LDAP + Exchange

2002-11-08 Thread .: B i g D o g :.
this, there are some serious risks to exchange if you do this... Yea, it's dangerous to let Microsoft software come into contact with something that actually works... :-) Sorry, had to come up with my stupid joke of the day. From: .: B i g D o g :. [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [PHP] _POST _GET

2002-11-11 Thread .: B i g D o g :.
... On Mon, 2002-11-11 at 19:26, GC wrote: Hi- Can I use both _GET and _POST in the same php file? Thanks!! -Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net

RE: [PHP] Mcrypt Under IIS 5 / Win32?

2002-11-11 Thread .: B i g D o g :.
or something like that... But I just can't get it to work. Everytime I try to do it I get 'call to undefined function . ' //Nick -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Monday, November 11, 2002 4:37 AM To: Nick Richardson Cc: [EMAIL

Re: [PHP] Mcrypt Under IIS 5 / Win32?

2002-11-11 Thread .: B i g D o g :.
] --- Outgoing mail is certified Virus Free. Can McAfee do that? - Hell NO! Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/2002 -- .: B i g D o g :. -- PHP General Mailing List (http://www.php.net/) To unsubscribe