[PHP] Empty form

2002-02-15 Thread Ben Clumeck
I am trying to have my form redirect back to my form, if the 'name' field is not filled in or the submit button is not pushed. Can someone tell me what my problem is with the script below that I have in my header: Thanks, Ben -- PHP General Mailing List (http://www.ph

[PHP] Moto

2002-02-19 Thread Ben Curtis
I noticed this server-side scripting language which has an interesting twist: your code can be complied and loaded as an apache DSO. Would this be feasible with PHP? -- This space for rent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Moto

2002-02-19 Thread Ben Curtis
Not PHP itself, heh, but PHP scripts that you write. Moto scripts can be interpreted by moto, just like PHP, but the scripts can also be compiled as DSOs. On Tue, Feb 19, 2002 at 11:58:52AM -0500, Gary wrote: > Ben Curtis wrote: > > >I noticed this server-side scripting language

Re: [PHP] Re: Moto

2002-02-19 Thread Ben Curtis
http://www.webcodex.com/moto/ On Tue, Feb 19, 2002 at 05:07:14PM +, Nick Winfield wrote: > On Tue, 19 Feb 2002, Ben Curtis wrote: > > > Not PHP itself, heh, but PHP scripts that you write. Moto scripts can > > be interpreted by moto, just like PHP, but the scripts can al

Re: [PHP] What is the different between Apache and IIS?

2002-02-19 Thread Ben Turner
word) that the recent virus and exploit outbreaks in MS have required. My 2 cents Ben - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 12:26 AM Subject: Re: [PHP] What is the different

Re: [PHP] What is the different between Apache and IIS?

2002-02-19 Thread Ben Turner
Not mention budget friendly-ness - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 12:26 AM Subject: Re: [PHP] What is the different between Apache and IIS? > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > >

[PHP] Retaining data across multiple sites

2002-02-20 Thread Ben Sinclair
I want to retain some data across my sites, which have different domain names. I can't use cookies because they rely on the domain name, and I'd rather not pass the information on every link Any suggestions? -- Ben Sinclair -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] Retaining data across multiple sites

2002-02-20 Thread Ben Sinclair
I could do that, but how would I keep track of the users? I don't think IP addresses are reliable. I would also prefer to limit my database access. -- Ben Sinclair - Original Message - From: "Chris Boget" <[EMAIL PROTECTED]> To: "Ben Sinclair" <[EM

Re: [PHP] Retaining data across multiple sites

2002-02-20 Thread Ben Sinclair
These are all workable solutions, but I also have to worry about https sites. If I link to hidden images on non-secure servers, the browser will display a warning. I'm also trying to avoid buying multiple certificates when all I want to do is brand a site. -- Ben Sinclair - Original Me

[PHP] Passing Variable

2002-04-17 Thread Ben C.
information that a user inputs via a form to the next page so it can be e-mailed via the mail() function. Can someone please advice how to do so. Thanks, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] $PHP_SELF empty when using Xitami Web Server

2002-04-20 Thread Ben Edwards
The variable $PHP_SELF seems to be blank, I am using PHP 4.1.2 and Xitami 2.4d9 which are both the latest version. Has anyone else had this problem and do they know how to fix it? Ben * Ben Edwards

[PHP] Problem with fopen()

2002-04-30 Thread Ben Turner
able to give me some insight on how they solved a problem like this on their servers Help! Thanks! Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with sessions.

2002-05-13 Thread Ben Edwards
could be would be much appreciated. I guess if you have cookies turned of it wont work but what else may cause a problem. Regards, Ben * Ben Edwards +44 (0)117 9400 636 * * Critical Site Builderhttp

[PHP] E-mail Spyder Software

2002-02-21 Thread Ben Clumeck
I know this is not a PHP question but would really appreciate comments regarding experiences with the software E-mail Spyder or any other experiences with other software. Thanks, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie question...

2002-02-22 Thread Ben Turner
. Thanks! Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] changing the http status from file not found to....

2002-02-26 Thread Ben Turner
he crawler into thinking that it is an actual page?? Or maybe its an Apache setting to fiddle with you think?? Any help would be appreciated.... Thanks! Ben

Re: [PHP] changing the http status from file not found to....

2002-02-26 Thread Ben Turner
I guess if anyone knows of a place, is there a source on the web that details the headers sent to the page for valid pages??? I checked php.net and nothing was there on the subject - Original Message - From: "Ben Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

[PHP] Login to account

2002-02-26 Thread Ben Clumeck
variables carryover from the login page to the subsequent pages or how would that work? Would MySQL be powerful enough to support something like this? Please give me your thoughts. Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] changing the http status from file not found to....

2002-02-26 Thread Ben Turner
accomplish this. At this point it is looking like I will be creating simple php pages including the 404 script to pull the page from the database. This is going to be very messy as a page must be created for every entry into the database... Thanks! Ben - Original Message - From: "Ben T

Re: [PHP] changing the http status from file not found to....

2002-02-26 Thread Ben Turner
in case anyone is wondering... I fixed the problem (it appears) by using header("HTTP/1.0 200 OK"); in case anyone else runs across this problem. Just setting header(Status: 200 OK"); wasnt enough it appears... - Original Message - From: "Ben Turner" <[E

[PHP] anyone else been having this problem???

2002-03-01 Thread Ben Turner
if the user downloads it, the page comes up, if not the page is blank (although the source is there when they view it). Sound familiar to anyone? got any ideas what to change/check? Thanks! Ben

[PHP] CheckBoxes....

2002-03-02 Thread Ben Turner
n ASP... is there something different for PHP? thanks! Ben

Re: [PHP] CheckBoxes....

2002-03-02 Thread Ben Turner
ROTECTED]> To: "Ben Turner" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 02, 2002 10:25 PM Subject: Re: [PHP] CheckBoxes > As far as I know, you can't name different checkboxes with the same name > (seems odd to me to do this anyway...). Whe

[PHP] Upload a CSV file to MySQL

2002-03-04 Thread Ben C.
Is there an easy way to upload a CSV file into a MySQL table? Is there also a way to export the MySQL file into a CSV file? I would like to make a form using PHP to do import a CSV file into an existing table. Any advise would be appreciated. Ben -- PHP General Mailing List (http

[PHP] Required problem....

2002-03-05 Thread Ben Turner
I am just setting up a server that I am leasing through Rackshack.net. I am having some difficulties just trying to get myphpadmin running. Here is the error I am receiving... anyone know anything about this?? It isnt terribly descriptive and I have no idea why it isnt working. The path is the

Re: [PHP] Required problem....

2002-03-05 Thread Ben Turner
I have got access from admin (the apache user) to those files as well as the directory. Nothing seems to be working. - Original Message - From: "Martin Towell" <[EMAIL PROTECTED]> To: "'Ben Turner'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&g

[PHP] Targetted redirection?

2002-03-13 Thread Ben Cheng
I have a page within a frame that uses Header() to redirect to another page. However, I don't want the redirection to take place just within that frame set. I want the page that it redirects to to cover over the frame. Is this possible? -Ben -- PHP General Mailing List (http://www.ph

[PHP] problem with file writing

2002-03-16 Thread Ben Waldher
I'm having some trouble writing data to a file, when I use this code it works fine: But several problems with this occur: First of all, it tries to open template.txt1 instead of template.txt. Second of all, some letters written to news.txt become a 1 for some odd reason. I don't know why. I

[PHP] Writing files a problem

2002-03-17 Thread Ben Waldher
When writing to a file several problems occur with this code: However, this code works: The problem with the first set of code is that it opens template.txt1, and some letters that were in template.txt become a 1. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP] pdflib

2002-03-17 Thread Ben Edwards
all I can to is specify X/Y coordinates and print text. Don't know how many pages the report will be for a start. Ben **** * Ben Edwards +44 (0)117 9400 636 * * Critical Site Builder

Re: [PHP] pdflib

2002-03-18 Thread Ben Edwards
j <<> >> endobj 6 0 obj <> endobj 7 0 obj <> endobj xref 0 8 00 65535 f 000337 0 n 000424 0 n 09 0 n 87 0 n 000236 0 n 000512 0 n 000586 0 n trailer <> startxref 664 %%EOF Rather than acrobat bein

Re: [PHP] help with date formatting

2002-03-18 Thread Ben Edwards
I use string manipulation on the date, basically split it into $day, $month and $year and use this to product formatted output. Ben At 17:51 18/03/2002, Ryan wrote: >Hi, I'm trying to create an events page, where it shows the posted >events. I enter data using phpmyadmin. Cur

RE: [PHP] Parse Error Suggestions?

2002-03-18 Thread Ben Edwards
Not sure exactly what your code is but if you try to pass a literal where a reference type parameter is defined this produces a blank page. function test( &$var ) { echo $var } if you call with test( "hello" ) you get NO output. Ben At 18:01 18/03/2002, Mike At Spy wrote:

[PHP] FPDF (was Re: [PHP] pdflib)

2002-03-18 Thread Ben Edwards
sorry, should of made it clear I amusing FPDF (http://fpdf.org/) library which looks like it douse the headers for you. Ben At 18:05 18/03/2002, [EMAIL PROTECTED] wrote: >On Mon, 18 Mar 2002, Ben Edwards wrote: > > This looks good, however when I try the examples I get: > > &

Re: [PHP] db driven site on IIS

2002-03-27 Thread Ben Turner
when creating these pages or the search engine will believe that it is still receiving a 404 error. Ben - Original Message - From: "olinux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 7:20 PM Subject: [PHP] db driven site on IIS >

[PHP] Current URL, Last URL, error handeling

2002-04-04 Thread Ben Edwards
. Regards, Ben * Ben Edwards +44 (0)117 9400 636 * * Critical Site Builderhttp://www.criticaldistribution.com * * online collaborative web authoring content management system * * i-Contact Progressive Video

Re: [PHP] Current URL, Last URL, error handling

2002-04-04 Thread Ben Edwards
Kind of but not quite. Was wondering if PHP help the actual full url. Ben At 15:26 04/04/2002, you wrote: >On Thursday 04 April 2002 21:56, Ben Edwards wrote: > > Is there a way I can get the whole URL of the current page for error > > handling/reporting. Also is there a way

Re: [PHP] Current URL, Last URL, error handling

2002-04-04 Thread Ben Edwards
orge.net/projects/toca > >Ajudei? Salvei? Que tal um presentinho? >http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884 > > >"Ben Edwards" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Kind of but

Re: [PHP] Exit();

2002-04-04 Thread Ben Edwards
ricio Cuenca > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php * Ben Edwards +44 (0)117 9400 636 * * Critical Site Builderhttp://

Re: [PHP] mysql_fetch_array()

2002-04-05 Thread Ben Edwards
$db = mysql_open(); $results = mysql_query( "select * from something", $db ); while( $row = mysql_fetch_array( $results ) ) { processing using $row["column"] as reference } Ben At 11:21 05/04/2002, Phil Ewington wrote: >Hi All, > >I am new to PHP and

[PHP] Re: Auto-Stretch and the BACK - FORWARD buttons -- HELP!

2001-10-18 Thread Ben Holt
ve to take priority because you can't have a width of 800 and a margin of 0 if the viewer's browser window is 1200 px wide... or 640 or any size other than 800 for that matter. - Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] What is filerpos, filelen and subfile

2001-10-21 Thread Ben Edwards
This is really strange, found this function someware (cant remember where) and it works. What I cant find is any reference to filerpos, filelen or subfile on the php website! They are not functions I define in any inc files. Anyone know where these are documented? Ben function get_file_ext

Re: [PHP] What is filerpos, filelen and subfile

2001-10-21 Thread Ben Edwards
Forget this one, i'me being stupid. At 04:26 P 21/10/01, Ben Edwards wrote: >This is really strange, found this function someware (cant remember where) >and it works. What I cant find is any reference to filerpos, filelen or >subfile on the php website! They are not functions I

[PHP] Looking for a high usage PHP host

2001-10-24 Thread Ben Quinn
+ per month * Telnet access I've been looking for quite some time now and haven't had much luck - if anyone could help me out it'd be much appreciated! Cheers Ben Quinn Assistant webmaster of the Australian Severe Weather Association website http://www.severeweather.asn.au Webmaster o

[PHP] New to PHP need a quick training program?

2001-10-25 Thread Ben Clumeck
I am new to PHP and have been experimenting with it for couple of weeks now. I need to take a course that can make me very proficient in a short amount of time. I am in Orange County, CA. Anywhere in Southern California would be fine. Please let me know suggestions. -- PHP General Mailing L

[PHP] New to PHP need a quick training program?

2001-10-25 Thread Ben Clumeck
I am new to PHP and have been experimenting with it for couple of weeks now. I need to take a course that can make me very proficient in a short amount of time. I am in Orange County, CA. Anywhere in Southern California would be fine. Please let me know suggestions. -- PHP General Mailing L

[PHP] Re: Daylight savings and timestamps

2001-10-26 Thread Ben Holt
Your timestamps should be in UTC, and therefore not effected by daylight savings. - Ben Nathan Cassano wrote: > Hello fellow PHPer's, > Daylight savings is soon upon most of us and I have some > questions in regard to timestamps. My problem: So we put our clocks an >

[PHP] Re: checkboxes

2001-10-26 Thread Ben Holt
Sounds like onChange to me... when you check it you change it, when you uncheck it you change it. - Ben Boaz Yahav wrote: > does anyone know the HTML event that knows when a checkbox has been > checked and unchecked? > So far I'm using onChange but that is not exactly what I n

[PHP] Attaching a file to a form!

2001-10-28 Thread Ben Clumeck
I am trying to let a person attach a file to my form. Can anyone help? -- 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] Windows/UNIX differences?

2001-11-02 Thread Ben Edwards
th \'' not ''. Before I write a function that loops thought the whole thing looking at each character and replaces ' with '' has anybody got any ideas? Ben ** * Ben Edwards

Re: [PHP] Parsing XML

2001-11-13 Thread Ben Gollmer
ntHandler($theParser, $theTag, $theAttrs) { global $attributeArray; //do your attribute handling here; maybe something like this $attributeArray[] = $theAttrs; } Ben On Tuesday, November 13, 2001, at 07:34 PM, Michael Harris wrote: > Can anybody tell me if there is a w

Re: [PHP] Parsing XML

2001-11-13 Thread Ben Gollmer
Oops, forgot a line: On Tuesday, November 13, 2001, at 08:58 PM, Ben Gollmer wrote: > Do something like this: > > function parseXML($xmlFile) > { global $attributeArray; > $theParser = xml_parser_create(); > xml_set_element_handler($theParser, &q

[PHP] IP Address Variable

2001-11-14 Thread Ben Clumeck
I currently log ip address that reach my site. However, I want to be able to log both the ip address and remote name. Can anyone help? Thanks, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: [PHP] IP Address Variable

2001-11-14 Thread Ben Clumeck
Jim, Thanks for your quick response. I looked over the URL and tried it but it doesn't seem to work. I tried: Any advice would be appreciated. Ben -Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 2:57 PM To: Ben Clumeck; [

[PHP] IP Address Converted to Computer Name

2001-11-19 Thread Ben Clumeck
I am trying to convert an ip address to a computer name. Then I am putting it into the mail() script. However, when I do this it come up blank. I am putting $r_hostname in the mail() script. Can anyone tell me why its not working? The script I am using is: Thanks, Ben -- PHP General

[PHP] Form results sent to file

2001-11-19 Thread Ben Clumeck
Does anybody have an easy script that send form results to a .txt file in comma separated format. Thanks, Ben -- 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

RE: [PHP] IP Address Converted to Computer Name

2001-11-19 Thread Ben Clumeck
Thanks for your response David. I am new to PHP. Are you saying that the code would look like this: Would I then put the $HOSTNAME into my mail() script. Sorry for the trouble. Ben -Original Message- From: David Robley [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 4:29

[PHP] mail() function

2001-11-20 Thread Ben Clumeck
I am new to PHP. I am trying to specify the email address in the "From" field. Right now it gives me my host name. Can anyone help? Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] Updating Timestamps

2001-11-26 Thread Ben Gollmer
The easiest way is to use an SQL query like this; update your_table set timestamp_field=null; This sets the timestamp to the current time automagically. You can of course add a where clause and so on to this query. Ben On Monday, November 26, 2001, at 09:27 PM, cosmin laslau wrote: >

[PHP] PDFLib - Builds & Installs, but doesn't show up in phpinfo()

2001-11-28 Thread Ben Holt
reciated. I would be happy to provide any additional information that might explain what I've done. Thanks, Ben -- 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] Re: unbale to send mails using mail function

2001-11-29 Thread Ben Holt
Have a look at the path to sendmail in your php.ini file. To get mine to work I had to set it to '/usr/sbin/sendmail -t -i'. Your path may be different, but the -t and -i switches are important. - Ben Sanjay wrote: > Hi > > I have successfully installed PHP 4.0.6 with

[PHP] Sending Form Result to File

2001-11-29 Thread Ben Clumeck
I am looking for a script to send my form results to a .txt file in CSV (to import into Excel) format. Does anyone have a simple code? Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] Looking for help in making a Mulit Page Form

2001-12-05 Thread Ben Clumeck
How do I make a multi page form with the ability to attach a file. The form will be about 3 different pages and the last will be a place to attach the file. Then I results will be sent to me via email. Please provide recommendations or any help! Thanks, Ben -- PHP General Mailing List

[PHP] Forms and Results with PHP

2001-12-06 Thread Ben Clumeck
and email blank information. Is there a way for the page to post an error stating no information was submitted or is there a way to enable the page to process without information? Thanks for the help, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Emailing attachments upload to a form

2001-12-10 Thread Ben Clumeck
following code: Thanks, Ben -- 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] Emailing attachments upload to a form

2001-12-11 Thread Ben Clumeck
following code: Thanks, Ben -- 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] E-mail Uploaded File

2001-12-11 Thread Ben Clumeck
Is there a short easy mail script that can take an uploaded file from a form and have it e-mailed to me? Please let me know. Ben -- 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

Re: [PHP] Logo proposal - voting script!

2001-12-13 Thread Ben Matthews
I got the same error... --- R'twick Niceorgaw <[EMAIL PROTECTED]> wrote: > While voting I got this error > > Warning: Cannot add header information - headers already sent by > (output > started at /home/b1642/public_html/vote/logo.php:6) in > /home/b1642/public_html/vote/logo.php on line 49 > >

[PHP] Config Problems

2001-12-21 Thread Ben Ocean
Hi; I'm installing php from source and I've run into these config errors: configure: error: Cannot find OpenSSL's /usr/local/bin/config_php: --with-kerberos=/usr/krb5-1.2.2: No such file or directory /usr/local/bin/config_php: --with-ldap=/usr/local/openldap-2.0.18: No such file or directory

Re: [PHP] Config Problems

2001-12-22 Thread Ben Ocean
\ --with-mysql=/usr/local/mysql exit 0 At 12:07 AM 12/22/01 -0500, you wrote: >* Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 00:01]: > > > Hi; > >Howdy. > > > I'm installing php from source and I've run into these config errors: > >[...] > >

Re: [PHP] Config Problems

2001-12-22 Thread Ben Ocean
Well, that got me headed in the right direction. I ended up combining all the commands on one line and removing the references to openssl (I'll mess with that later) and it worked. I have no_idea why... Thanks, BenO At 09:03 AM 12/22/01 -0500, you wrote: >* Ben Ocean ([EMAIL PROTECTE

Re: [PHP] Config Problems

2001-12-22 Thread Ben Ocean
At 12:24 PM 12/22/01 -0500, you wrote: >* Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 11:54]: > > > Well, that got me headed in the right direction. I ended up combining all > > the commands on one line and removing the references to openssl (I'll mess > > with that

[PHP] Why Can't I Get PHP to Work with MySQL??

2001-12-23 Thread Ben Ocean
Hi; I get this error when I try to restart Apache: Syntax error on line 236 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/libexec/libphp4.so into server: /etc/httpd/libexec/libphp4.so The above file does, of course, exist. I'm running RH71 i386 with MySQL and PHP installed from source

Re: [PHP] Why Can't I Get PHP to Work with MySQL??

2001-12-23 Thread Ben Ocean
At 02:32 PM 12/23/01 -0600, you wrote: >At 12:16 PM 12/23/2001 -0800, Ben Ocean wrote: >>Hi; >>I get this error when I try to restart Apache: >> >>Syntax error on line 236 of /etc/httpd/conf/httpd.conf: >>Cannot load /etc/httpd/libexec/libphp4.so into server:

[PHP] Problem Configuring With MySQL

2001-12-24 Thread Ben Ocean
Hi, Now that I've successfully built PHP (thanks to Brian Clark) I can no longer access mysql! I get the following: #mysql ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO) This has got to have something to do with the way I built PHP. How do I begin trouble-shooting it

[PHP-CVS] cvs: php4 /ext/standard mail.c

2001-03-21 Thread Ben Mansell
joostersWed Mar 21 07:15:31 2001 EDT Modified files: /php4/ext/standard mail.c Log: UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell) a concept of a temporary failure response to pclose(). Index: php4/ext/standard/mail.c diff -u

[PHP-CVS] cvs: php4 /sapi/fastcgi fastcgi.c

2001-03-22 Thread Ben Mansell
joostersThu Mar 22 10:48:51 2001 EDT Modified files: /php4/sapi/fastcgi fastcgi.c Log: Fix a bug with POST requests. If the Content-Type header wasn't present, we were setting SG(request_info).content_type to NULL, instead of an empty string. This was

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-03-22 Thread Ben Mansell
joostersThu Mar 22 10:54:51 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: Fix a bug with POST requests. If the Content-Type header wasn't present, we were setting SG(request_info).content_type to NULL, instead of an empty string. This wa

Re: [PHP-CVS] cvs: php4 /sapi/fastcgi fastcgi.c

2001-03-23 Thread Ben Mansell
On Thu, 22 Mar 2001, Derick Rethans wrote: > On Thu, 22 Mar 2001, Ben Mansell wrote: > > > joostersThu Mar 22 10:48:51 2001 EDT > > > > Modified files: > > /php4/sapi/fastcgi fastcgi.c > > Log: > > Fix a bug with POST requests.

Re: [PHP-CVS] cvs: php4 /sapi/fastcgi fastcgi.c

2001-03-23 Thread Ben Mansell
On Fri, 23 Mar 2001, Zeev Suraski wrote: > If it crashes PHP though, it may give remote users a way to attack (even > though I can't really think of one in this case) No crash, but the POST data gets silently ignored. -- Ben Mansell, <[EMAIL PROTECTED]>

[PHP-CVS] cvs: php4 /sapi/fastcgi fastcgi.c

2001-03-27 Thread Ben Mansell
joostersTue Mar 27 07:16:34 2001 EDT Modified files: /php4/sapi/fastcgi fastcgi.c Log: Changed header handling; before, we were somehow losing Content-Type: text/html Index: php4/sapi/fastcgi/fastcgi.c diff -u php4/sapi/fastcgi/fastcgi.c:1.2 php4/

[PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi fastcgi.c

2001-03-27 Thread Ben Mansell
joostersTue Mar 27 08:29:45 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/sapi/fastcgi fastcgi.c Log: Changed header handling; before, we were somehow losing Content-Type: text/html Index: php4/sapi/fastcgi/fastcgi.c diff -u php4/sapi/fastcgi/

[PHP] Problem starting session

2001-06-20 Thread Ben Edwards
I am getting the following on a Windows 2000 Professional installation when I try to start a session: Warning: open(/tmp\sess_9ab091b811c5675d90fabf4392b3c110, O_RDWR) failed: m (2) in e:\inetpub\wwwroot\cd\common.inc on line 27 Any help would be much appreciated. Regards, Ben

[PHP] Problem starting session

2001-06-20 Thread Ben Edwards
I am getting the following on a Windows 2000 Professional installation when I try to start a session: Warning: open(/tmp\sess_9ab091b811c5675d90fabf4392b3c110, O_RDWR) failed: m (2) in e:\inetpub\wwwroot\cd\common.inc on line 27 Any help would be much appreciated. Regards, Ben

[PHP] Problem starting session

2001-06-20 Thread Ben Edwards
I am getting the following on a Windows 2000 Professional installation when I try to start a session: Warning: open(/tmp\sess_9ab091b811c5675d90fabf4392b3c110, O_RDWR) failed: m (2) in e:\inetpub\wwwroot\cd\common.inc on line 27 Any help would be much appreciated. Regards, Ben

[PHP] Problem starting session

2001-06-20 Thread Ben Edwards
I am getting the following on a Windows 2000 Professional installation when I try to start a session: Warning: open(/tmp\sess_9ab091b811c5675d90fabf4392b3c110, O_RDWR) failed: m (2) in e:\inetpub\wwwroot\cd\common.inc on line 27 Any help would be much appreciated. Regards, Ben

[PHP] PHP 4.0.6 + GD 2.0.1

2001-06-23 Thread Ben Gollmer
configure, but make still goes kablooey. TIA, Ben Gollmer -- 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]

RE: [PHP] open_basedir

2001-07-08 Thread Ben Bleything
. You can find more information in the HOWTO's off of RedHat's site or at linux.com. This may not be correct, but I'm fairly certain. I trust someone will correct me if I'm wrong. Good Luck, Ben -Original Message- From: Yacoon [mailto:[EMAIL PROTECTED]] Sent: Sun

RE: [PHP] can't generate gif!!!

2001-07-08 Thread Ben Bleything
file, and then echo `convert upload.gif output.png`; your_functions_here('output.png'); Ben -Original Message- From: Henrik Hansen [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 3:16 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] can't generate gi

RE: [PHP] can't generate gif!!!

2001-07-08 Thread Ben Bleything
Oh yeah => That's probably true. Howver, every machine I have ever used has had convert. I do a lot of photography, and so I use it a lot => Ben -Original Message- From: Tom Carter [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 9:52 AM To: [EMAIL PROTECTED] Subjec

RE: [PHP] mcrypt

2001-07-08 Thread Ben Bleything
Have you made sure that the php on the command line and the php that apache is using are indeed the same one? It's possible that apache is looking at a module somewhere and that the php on the command line is the binary you built. Just a thought. Ben -Original Message- From:

RE: [PHP] Question about how to do this...

2001-07-08 Thread Ben Bleything
Use a database. With mysql, you can store the text into a table with primary key called 'page' or something like that, and a text field of some sort. Then, do mysql_query("SELECT pagetext FROM website WHERE page=$page;"); => Dive into it. It's easier than i

RE: [PHP] Question about how to do this...

2001-07-08 Thread Ben Bleything
er method I sent will reduce the size (and maintenance cost) of your index.php page, while being fast (as Mark says). Ben -Original Message- From: Mark Charette [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 2:05 PM To: Ben Bleything; [EMAIL PROTECTED]; 'PHP General List (E-mai

RE: [PHP] Question about how to do this...

2001-07-08 Thread Ben Bleything
Yup => Try splitting the pages out into separate files. I'm betting you'll find it easier to work with. Ben -Original Message- From: Chris Cocuzzo [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 2:02 PM To: PHP General List (E-mail) Subject: RE: [PHP] Question ab

RE: [PHP] Running PHP as a cron job....

2001-07-08 Thread Ben Bleything
How are you executing the script? Does it come by and run 'php yourscript.php' or does the script have a shebang ('#!/usr/bin/php') in it? I've found that works well... just put that as the first line, and it behaves as a shell script (after you make it ex

RE: [PHP] Running PHP as a cron job....

2001-07-08 Thread Ben Bleything
luck) So... I'm not extremely familiar with cron, so, let me guess a little... in your /etc/cron.hourly (or whatever) directory, you've got this script, right? My guess would be, if you 'chmod +x file' on this, with the shebang (with proper path) it will work. Let me know

RE: [PHP] Running PHP as a cron job....

2001-07-08 Thread Ben Bleything
honest with you, I'm too lazy to learn bash scripting, so I've been using php (it's fast and easy and does everything I need! Honest!) so when I build a new version of php, I make both... =P ANYWAY, thanks for clarifying... I think we all had been assuming => Ben -Origina

[PHP] Mosinskis's autoreply

2001-07-08 Thread Ben Bleything
Just out of curiosity, is everyone else receiving auto-replies from Peter Mosinskis when they post to the list? I know I am. => Ben

RE: [PHP] Mosinskis's autoreply

2001-07-08 Thread Ben Bleything
That's what I thought. Great. I just wanted to make sure that I wasn't doing something else to provoke his mailer => Ben -Original Message- From: Matthew Loff [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 5:19 PM To: 'Ben Bleything'; [EMAIL PROTE

RE: [PHP] easy mysql question

2001-07-08 Thread Ben Bleything
Do you mean to output the current structure of the table? Check out http://www.mysql.com/doc/m/y/mysqldump.html. Mysqldump will do that for you... If you mean a syntax reference, check www.mysql.com. If you didn't mean either of those things, Sorry => Ben -Original Message--

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