Re: [PHP] Very, very wiered problem

2004-03-08 Thread Brian Drexler
I've run into a similar problem before and it seems like the problem was with permissions on the file. You may want to double check those. Brian - Original Message - From: "Ryan A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 4:43 PM S

RE: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread Brian Drexler
Ouchsucks to be that guy/company -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:45 AM To: [EMAIL PROTECTED] Cc: 'PHP General'; [EMAIL PROTECTED] Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap Gee, why didn't you cop

RE: [PHP] authentication

2002-04-23 Thread Brian Drexler
Use javascript and close the browser, that's all I can think of. -Original Message- From: Michael Kimsal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 3:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] authentication Morten Ronseth wrote: > Anybody know how to revoke the HTTP

RE: [PHP] List, Key, Value oh my.

2002-04-23 Thread Brian Drexler
Wow, I didn't know Angles could sing...:-) Sorry, bad attempt at humor. -Original Message- From: John S. Huggins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:53 AM To: Miguel Cruz Cc: [EMAIL PROTECTED] Subject: Re: [PHP] List, Key, Value oh my. The Earth shook, Angles s

RE: [PHP] PHP editor for windows

2002-04-22 Thread Brian Drexler
I really hate to do this, but it's one of my pet peives. Shooter McGavin: "I eat pieces of shit like you for breakfast." Happy Gilmore: "You eat pieces of shit for breakfast." Wonderful movie.sorry about being a prick. Brian -Original Message- From: Erik Price [mailto:[EMAIL

RE: [PHP] IE & $HTTP_REFERER...

2002-04-11 Thread Brian Drexler
I've also noticed that IE does not pass the Authenticated User properly -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: [PHP] IE & $HTTP_REFERER... I just ran across a very strange problem with

[PHP] Is While needed in MySQL Result with a Limit of 1

2002-04-10 Thread Brian Drexler
Here is my code: mysql_connect("localhost","username","password"); $result=mysql_db_query("Database","select * from table_name where criteria=whatever limit 1"); while($r=mysql_fetch_array($result) { $Value1=$r["TableFieldName1"]; $Value2=$r["TableFieldName2"]; echo "$Valu

RE: [PHP] mysql

2002-04-10 Thread Brian Drexler
select * from table_name where criteria=whatever limit 1; -Original Message- From: Mason Batley [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 12:02 AM To: [EMAIL PROTECTED] Subject: [PHP] mysql Hi guys, I've been looking on the net and the php docs for a simple mysql query

RE: [PHP] Re: php+myslq+IDE

2002-04-09 Thread Brian Drexler
I'm a big Edit Plus fan as well. Really though, it's just a fancy text editor with color coding and autocompleting, and IMHO the autocompleting can get annoying fast. However I have yet to find anything better. Anyone know of anything worth while? -Original Message- From: Joel Colombo

RE: [PHP] PHP FAQ (again) ... we have a plan!

2002-04-03 Thread Brian Drexler
I like the looks of it, if there's anything I can do just ask -Original Message- From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 12:09 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP FAQ (again) ... we have a plan! I'm getting a bit interested in this; her

RE: [PHP] April fools day - did anyone notice Thies's fangs on rc1???

2002-04-02 Thread Brian Drexler
Wow, talk about things from your past coming back to haunt you :-) -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 11:52 AM To: Erik Price Cc: Frank Joerdens; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] April fools day - did any

RE: [PHP] [Session]

2002-03-26 Thread Brian Drexler
Try using the same session variable. Right now it looks like the first one is "v_s" and the second is "s_v". HTH. Brian -Original Message- From: Evan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP] [Session] Hi !! I can't make thi

RE: [PHP] FAQ

2002-03-22 Thread Brian Drexler
Yes, an FAQ would be nice...so would a Manual...Oh wait, there is one, but people just happen to overlook it most of the time :-) I apologize for the sarcasm, but it is Friday! Brian -Original Message- From: James Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 2:50 PM To

[PHP] Problem with HTTP Authorization

2002-03-20 Thread Brian Drexler
tion stays the same. As it is right now, if USER1 clicks on a link that opens a new window, the new window has no user. I'd like the new window to have USER1 as the user. Is this possible? Brian Drexler Operations Technician Saginaw Control & Engineering (989)799-6871 Ext. 497 http://www

RE: [PHP] Problem with gethostbyaddr()

2002-03-20 Thread Brian Drexler
My apologies for wasting everyone's time. gethostbyaddr() works fine, I had gethostbyname() in my script. Is today Monday or something? Have a nice day! Brian -Original Message- From: Brian Drexler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:15 AM To: Php-Ge

[PHP] Problem with gethostbyaddr()

2002-03-20 Thread Brian Drexler
nyone have any input? Thanks in advance. Brian Drexler Operations Technician Saginaw Control & Engineering (989)799-6871 Ext. 497 http://www.saginawcontrol.com <http://www.saginawcontrol.com/> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: [NEWMAN] make an "if" or "else if" statement from mysql.

2002-03-20 Thread Brian Drexler
Try if(mysql_num_rows($sql_result)) instead of "db_num_rows." Hope this helps. Brian Drexler -Original Message- From: Philip J. Newman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 7:09 AM To: Philip J. Newman; Julio Nobrega Trabalhando Cc: [EMAIL PROTECTED] S

RE: [PHP] Cannot Find php binary

2002-03-19 Thread Brian Drexler
You need to reconfigure PHP without the "--with-apxs" line in your configure script. Hope this helps. Brian -Original Message- From: N. Pari Purna Chand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 1:57 PM To: [EMAIL PROTECTED] Subject: [PHP] Cannot Find php binary

RE: [PHP] MySQL and indexes

2002-03-18 Thread Brian Drexler
You don't have to have an index in order for an update to work, although indexes do help performance a great deal when you are dealing with a lot of records. Do you have "Update" permissions on the particular table/database you are working with? Brian Drexler -O

RE: [PHP] Can anybody tell what is wrong with this file?

2002-03-12 Thread Brian Drexler
MessageYou need a before the . Hope this helps. -Original Message- From: Balaji Ankem [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 4:13 AM To: 'Php-General' Subject: [PHP] Can anybody tell what is wrong with this file? H i friend, I am using the brows

RE: [PHP] Re: Is there a "GoTo Page" Function?

2002-03-06 Thread Brian Drexler
Andre, In your php database storage code, after mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 7:04 PM To: hugh danaher Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: Is there a "GoTo Page" Function? Hi Hugh, Thanks - I can access the next page now. But I've got a new problem:

RE: [PHP] CGI

2002-02-26 Thread Brian Drexler
Maybe I'm misunderstanding the question, but you should be able to make an alias in your httpd.conf file that points /cgi-bin/cgiscripts to /usr/lib/xxx/cgi-bin/ . Then in your scripts variable you would need something like this: scripts=/cgi-bin/cgiscripts/xxx.cgi Someone please correct me i

RE: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Brian Drexler
Would restarting HTTPD fix this problem? -Original Message- From: Martín Marqués [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Compiled php again but running still old php version On Mar 26 Feb 2002 09:46, you wrote

Re: [PHP] Converting CFML to PHP

2001-02-18 Thread Brian Drexler
Maybe I'm not all with it, but what is CFML? - Original Message - From: Camden Spiller <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 3:52 PM Subject: RE: [PHP] Converting CFML to PHP Checkout: http://sourceforge.net/projects/cf2php Camden -- PHP Gene

Re: [PHP] Uploading Files via PHP

2001-02-18 Thread Brian Drexler
- Original Message - From: Michael Stearne <[EMAIL PROTECTED]> To: Brian Drexler <[EMAIL PROTECTED]> Cc: Php-General <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 1:55 PM Subject: Re: [PHP] Uploading Files via PHP > The script you are using is probably chec

[PHP] Uploading Files via PHP

2001-02-18 Thread Brian Drexler
I've been using a PHP upload script to upload files to our server, but my problem is this. I can't upload anything but JPG, GIF, and HTML files. Anyone have any idea why? This is probably something simple that I'm just overlooking, but please help. Brian Drexler -- PHP Gener

Re: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-18 Thread Brian Drexler
You could use frames, then you wouldn't have to refresh ALL of the page - Original Message - From: Siim Einfeldt aka Itpunk <[EMAIL PROTECTED]> To: Brian V Bonini <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTE

Re: [PHP] Can I select only the newest record?

2001-02-18 Thread Brian Drexler
This worked: SELECT * from that_table ORDER BY thetimestamp DESC LIMIT 1 Thanks to all for the help. Brian Drexler - Original Message - From: Christian Reiniger <[EMAIL PROTECTED]> To: Php-General <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 8:58 AM Subject: R

Re: [PHP] MySQL: Add Autoincrement Field?

2001-02-16 Thread Brian Drexler
alter table $TableName add column $ColumnName NOT NULL AUTO_INCREMENT PRIMARY KEY; Have a nice day! Brian Drexler Precision Web Design - Original Message - From: Jeff Oien <[EMAIL PROTECTED]> To: PHP <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 11:30 PM Subject: RE:

[PHP] Can I select only the newest record?

2001-02-16 Thread Brian Drexler
Using PHP3/MySQL, is there a way I can select only the newest record from a MySQL table. I have a datetime field and an Auto_incremented field. Anyone got any ideas??? Brian Drexler -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Can PHP execute a refresh to a new page?

2001-02-16 Thread Brian Drexler
HTML can create a refresh to a new page. Put this in the header http://newurl.com"> 3 is the number of seconds that it is delayed.... Brian Drexler Precision Web Design - Original Message - From: Kenneth R Zink II <[EMAIL PROTECTED]> To: PHP <[EMAIL PROTECT

Re: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread Brian Drexler
Try just specifying the path system("tar -xvf /home/httpd/html/file.tar /home/httpd/html/filedirectory/."); Let me know if this helps. Brian Drexler - Original Message - From: Brandon Orther <[EMAIL PROTECTED]> To: PHP User Group <[EMAIL PROTECTED]> Sent: Fri