RE: [PHP] best method for relative linking in php

2008-03-22 Thread Brandon Orther
method. That should be Kind Regards, Brandon Orther -Original Message- From: Sudhakar [mailto:[EMAIL PROTECTED] Sent: Saturday, March 22, 2008 4:26 AM To: php-general@lists.php.net Subject: [PHP] best method for relative linking in php i have a registration page where a user fills a form

RE: [PHP] strange list behavior when replying to message on list

2008-03-22 Thread Brandon Orther
I just signed back up to the list recently, but it was like this 5 years ago when I was still on it. I have always wondered why they didn't have that. It seems like they are pushing people to submit their solutions to the person with the question. Kind Regards, Brandon Orther -Original

[PHP] FileSize and file_exist failing a file that I am sure is there

2002-11-12 Thread Brandon Orther
/2002-11-12-Part1.mp3 it does exist. Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com http://www.webintellects.com/

RE: [PHP] FileSize and file_exist failing a file that I am sure is there

2002-11-12 Thread Brandon Orther
Hello, Open_basedir is not set in the php.ini and I can rename the files without an issue using the rename function. Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com http

[PHP] getting changed to \ when pulled from a text area

2002-11-07 Thread Brandon Orther
Hello, When trying to save data from a form, the quotations () get change to (\) Is there a function that will fix this? Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com http

[PHP] ^M at the end of each line when I use php to write file

2002-10-31 Thread Brandon Orther
Hello, Does anyone know a way around all the ^M at the end of each line that my php file writes to on a linux box? Brandon Orther WebIntellects Design/Development Manager mailto:brandon;webintellects.com [EMAIL PROTECTED] 800-994-6364 http

RE: [PHP] ^M at the end of each line when I use php to write file

2002-10-31 Thread Brandon Orther
? Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -Original Message- From: Evan Nemerson [mailto:evan;coeus-group.com] Sent: Thursday, October 31

RE: [PHP] ^M at the end of each line when I use php to write file

2002-10-31 Thread Brandon Orther
Hello, For anyone else that had a problem with ^M use this function: str_replace(\r, , $result); Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Problems pulling up a certain url with curl

2002-10-10 Thread Brandon Orther
there in a browser it shows up just fine. Does anyone have any idead why it would do this? Thanks, Brandon Orther WebIntellects Design/Development Manager mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] 800-994-6364 http://www.webintellects.com

[PHP] Time is off?

2002-09-25 Thread Brandon Orther
be off? I am thinking maybe a setting in the php.ini or something? Thanks for any help, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com http://www.webintellects.com/

[PHP] Reading a conf file

2002-02-27 Thread Brandon Orther
and newsite.worldwideweb.net Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Using a mysql data base and cookie to log a person in

2002-02-20 Thread Brandon Orther
mind around it a little better. If anyone knows a good tutorial on how to log people into your site using a userser database please hook me upZ wiT da Inf0z Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Reading the value in a cookie

2002-02-20 Thread Brandon Orther
Hello, I know how to set a cookie. How do I read the value of that cookie the next time that person returns to my website? Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

RE: [PHP] Writing PHP files from inside a PHP file

2002-02-06 Thread Brandon Orther
Use include(); or require(); Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -Original Message- From: Georgie Casey [mailto:[EMAIL

[PHP] Check if var is a domain name

2002-02-05 Thread Brandon Orther
Domain that would be FALSE And so on. Does anyone have a function that makes sure there are no illegal characters and there is a period in the middle of the text? Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994

[PHP] MySQL and PHP

2002-01-17 Thread Brandon Orther
Hello, I am trying to use mysql through php. When I try to run the following query it does nothing. I am trying to figure out if it is the query or php I am having a problem with. Does anyone see a problem with the below query? (Note: This is for mysql) QUERY: INSERT INTO page_properties

[PHP] MySQL

2002-01-17 Thread Brandon Orther
Hello, I am trying to insert data, but it willnot take the # Does anyone know how to escape the # sign in mysql? Thanks Brandon Sorry if I was a bit Off Tapic

[PHP] FreeType 2 on windows?

2001-12-26 Thread Brandon Orther
How do I get FreeType 2 installed on my WIndowsXP box? Anyone know of web site with a tutorial? Thanks Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Opening a new window.

2001-12-14 Thread Brandon Orther
Does anyone know how I could have php open a new windows with the url I specify? Thanx, Brandon

RE: [PHP] Opening a new window.

2001-12-14 Thread Brandon Orther
To: PHP User Group Subject: RE: [PHP] Opening a new window. I would use target=_blank in the anchor tag so it would work just fine _without_ javascript ... Mark C. -Original Message- From: Mehmet Kamil ERISEN [mailto:[EMAIL PROTECTED]] I would use javascript for that. --- Brandon Orther

[PHP] FW: A little O T: input type=File -- Can I make a better looking file box?

2001-12-12 Thread Brandon Orther
Hello, I have been working on a php script and lately have been adding style sheets and image submit buttons to make it look better. I have now run into the problem that the input type file looks like a regular form input. I would like to use an image as the browse button and a css for the

[PHP] mail() function

2001-11-14 Thread Brandon Orther
Hello, I have been mssing with the mail function for a day now. When I send a e-mail it always adds the server name to the end of whatever I put the e-mail from in the header. Example: $mailheaders = From: \Do Not Reply\\r\nReply-To: Do Not Reply@Do Not Reply\n; If I use the above

[PHP] using mail

2001-11-12 Thread Brandon Orther
Hello, I am using the mail() function right now to send e-mails. Is there a way I can dynamically change where it says the e-mail is from? Thanks Brandon

RE: [PHP] using mail

2001-11-12 Thread Brandon Orther
YES I DID READ THE F...in MANUAL -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] using mail Did you RTFM? http://www.php.net/manual/en/function.mail.php Just create a variable and input

[PHP] Extensions problem

2001-11-01 Thread Brandon Orther
Hello, I have mssql extensions working with the .dll in the extensions directory of my PHP4 folder. I am trying to get curl to work but when I try to run php it says that php_curl.dll was not found, But it is in the same dir as the mssql and mssql is working great. Any IDEAS? Thanks

[PHP] WindowsXP, PHP4 and MS SQL functions

2001-10-31 Thread Brandon Orther
Hello, I am trying to get php4 to use mssql function under WindowsXP. I don't know if this is a problem or not. I uncommented the extensions line in the php.ini file that says: extension=php_mssql.dll But when I try to use mssql_connect it says call to undifiened function. Does anyone know

[PHP] MSSQL functions

2001-10-31 Thread Brandon Orther
Hello, Since I am not able to get msssql functions running. Can someone please give me instructions on exactly what I need to do to get the functions werking? Thanks Brandon

[PHP] PHP isn't reading the php.ini

2001-09-24 Thread Brandon Orther
Hello, I had a computer running a MSSQL server and apache with PHP on it for development. I got hit by the nimda Virus and have had to start all over. I am trying to get MSSQL support with PHP but I am having the following problems. Thanks for any help ahead of time. When I uncomment the

[PHP] FW: PHP isn't reading the php.ini

2001-09-24 Thread Brandon Orther
Hello, I had a computer running a MSSQL server and apache with PHP on it for development. I got hit by the nimda Virus and have had to start all over. I am trying to get MSSQL support with PHP but I am having the following problems. Thanks for any help ahead of time. When I uncomment the like

[PHP] Get the beginning array number

2001-09-17 Thread Brandon Orther
, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP] Beginner's books?

2001-09-13 Thread Brandon Orther
PHP Fast Easy : http://www.thickbook.com/books/index.phtml -Original Message- From: LRW [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: [PHP] Beginner's books? OK, here's a question that should just make me look like a newbie and

[PHP] Convert a string so it is valid for a sql query

2001-09-10 Thread Brandon Orther
Hello, Is there a function to convert a string so it is a valid string of text for a SQL query? AN example would be a string of text that has ' in it would be converted to \' Thank you, Brandon Orther WebIntellects Design/Development Manager

[PHP] Rounding a number up

2001-09-10 Thread Brandon Orther
Is there a way to round a number to the next whole number? Example: Before: 1.86758 After: 2 Thank you,

RE: [PHP] URLencode

2001-09-07 Thread Brandon Orther
I just realized that on the server I am trying to run this on, URLEncode is working like rawurlencode. Does anyone have any idea why this might be happening? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800

[PHP] Looking for PHP programmer in San Diego Area

2001-09-06 Thread Brandon Orther
, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] If statement within a variable?

2001-08-30 Thread Brandon Orther
Hello, Is there a way to put an if statement in a variable? For example: $var = Hello.IF($var2 = 1) { .Mr. Bean. } else { .New Comer. }. To The Coffee House.; Thank you, Brandon Orther

[PHP] Check if a word is in my string.

2001-08-28 Thread Brandon Orther
Hello, I have a variable with a string in it. I want to check if in that string a certain word is in it. Example $var = This is a good sentence; $check = look(good, $var); and $check would equal 1 since good is in that string does anyone know how to do this?

[PHP] Using PHP to move a row of information to another table

2001-08-27 Thread Brandon Orther
Hello, In MSSQL: I want to take one row of information from one table and put it into another row. Does anyone know of an easy way? Or do I have to go column by column copying each column into the new table? Thank you, Brandon Orther

[PHP] Using cURL on windows?

2001-08-17 Thread Brandon Orther
Hello, How would I go about installing cURL for PHP on windows box?

[PHP] Connecting to a MSSQL2000 database with a Linux box and PHP

2001-08-17 Thread Brandon Orther
Hello, Does anyone know of a tutorial on how to get PHP to connect to a MSSQL database from a Linux box?

[PHP] Is there a special character I here?

2001-08-16 Thread Brandon Orther
Hello, I am looking for a way to check a string if it has anything other than Numbers or Letters. Does anyone know how to do this? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Help, I'm so close!!!

2001-08-15 Thread Brandon Orther
the results it is just the login page. Does anyone know how after my script logs in to a site I can run another curl post while I am logged in? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Looking for the cookies a site sends.

2001-08-15 Thread Brandon Orther
Does anyone know of a tool that lets me see the cookies a site sends my browser?

[PHP] Snoopy class: Getting the auth cookie back?

2001-08-15 Thread Brandon Orther
Hello, For my script to login to a SSL site I need to have the snoopy class receive a cookie and store it as a variable. Is that possible with Snoopy0.94? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994

[PHP] Using Sockets to connect to an SSL site?

2001-08-14 Thread Brandon Orther
Hello, Does anyone know how I would go about connecting to an SSL site using sockets? Or could I need to go in another direction? Thank you, Brandon

[PHP] cURL tutorials ?

2001-08-14 Thread Brandon Orther
Hello, I am looking for tutorials for using PHP with cURL. If you know of a site please e-mail me. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Using PHP to log into a site

2001-08-13 Thread Brandon Orther
for the info. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] PHP's equivalent to Net::SSLeay?

2001-08-13 Thread Brandon Orther
Hello, I have a cgi script that logins to a site and then emulates a form POST. The script uses Net::SSLeay and was wondering if there is soemthing equvilent to it? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED

[PHP] Using a receiving a cookie with cURL?

2001-08-13 Thread Brandon Orther
Hello, I need to login to a site that requires you to have cookies. Can cURL receive and accept cookies? Thank you, Brandon Orther -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] Emulating a POST

2001-08-08 Thread Brandon Orther
Hello, I have used perl to emulate a post with LWP:UserAgent I am looking for the same effect in php. Does anyone know how I can do this? Thank you Brandon

[PHP] Sending information to a script on another host....

2001-08-07 Thread Brandon Orther
Hello, I am trying to make a script that automates domain name registration. What I need my script to do is send information to a script that opensrs runs to activate a pending order. But I don't want to redirect the user there. I only want to send information there and then take the user to

RE: [PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread Brandon Orther
I can send you one if your subject calms down. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -Original Message- From

[PHP] Using an image as a reset button on a PHP script

2001-07-13 Thread Brandon Orther
Hello, I am making a script at the moment and want to use images instead of the usual buttons. Does anyone know how I can use the image as a reset button? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994

[PHP] Objects and sessions

2001-07-02 Thread Brandon Orther
Hello, I was informed by someone that is a blatent liar and regulary makes things up that PHP session can handle Objects. Is this true? Thank you, Brandon Orther

[PHP] Adding a line of text to every page PHP spits out

2001-06-28 Thread Brandon Orther
Hello, I want to have a DOC Type ate the top of every PHP script I run. Is there a way to edit the PHP.ini to make PHP spit out a line of text before echoing anything? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL

[PHP] test

2001-05-21 Thread Brandon Orther
test -- 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] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-18 Thread Brandon Orther
You should be appointed to the head of all HTML. For you are the master and can see through the ignorance of us all. I bow below you and thank you for letting me grace your presence. You truly are the HTML messiah 8/ -Original Message- From: Brian S. Dunworth [mailto:[EMAIL

[PHP] Mail with Win2K

2001-05-17 Thread Brandon Orther
Hello, I usually use Linux as my OS so I am not to familure with Windows as a web server. The problem I am facing now is the mail function in windows. It doesn't seem to work. Does anyone know what I need to do to use the mail() function on a Win2k advanced server box? PHP 4.0.5 Thanks

[PHP] How do I have a Authentication box pop up?

2001-05-17 Thread Brandon Orther
Hello, How to I make the browser pop up a authentication box? Thanks Brandon -- 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] How do I have a Authentication box pop up?

2001-05-17 Thread Brandon Orther
To: Brandon Orther; PHP User Group Subject: RE: [PHP] How do I have a Authentication box pop up? See the following URL in the manual: http://www.php.net/manual/en/features.http-auth.php HTH Sam Masiello Systems Analyst Chek.Com (716) 853-1362 x289 [EMAIL PROTECTED] -Original Message- From

[PHP] A universal Database Class

2001-05-17 Thread Brandon Orther
Hello, I am making a suite of online tools. Right Now I am connecting to a MS SQL 2000 database. Is there any class out there that will let you send a query to more than just one type of databases? Like someone could run it off a MSSQL server and another could run it off a MySQL database.

RE: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-17 Thread Brandon Orther
.(Not that PHP has a bug in it) Thanks, Brandon -Original Message- From: Jason Murray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 5:03 PM To: 'Brandon Orther'; PHP User Group Subject: RE: [PHP] Netscape 6, What a piece of s$#@ , anyone else had problems with php and Netscape 6

RE: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-17 Thread Brandon Orther
Hello, It is on a local site and is a security risk if I give out the address. I am sorry :( Thanks for your interest Brandon -Original Message- From: DAve Goodrich [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 2:02 PM To: Billy Harvey; [EMAIL PROTECTED] Subject: Re: [PHP]

RE: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-17 Thread Brandon Orther
This is the HTML that is returned by PHP. Does anyone know why Netscape Would have problems viewing it? html head titleControl Maestro Menu System/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 link rel=stylesheet href=menu.css type=text/css /head body bgcolor=#FF

[PHP] Does anyone know where I can get mcrypt.dll?

2001-05-16 Thread Brandon Orther
Does anyone know where I can get mcrypt.dll? Thanks Brandon -- 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] Sessions question.

2001-05-16 Thread Brandon Orther
Hello, Is there a way to get the name of each variable in a session? Thanks Brandon -- 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] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-16 Thread Brandon Orther
Hello, I am making a drop down menu script in PHP so it is compatible with non JavaScript browsers like Netscape 6.0 The problem I am having is that when I make tables it doesn't always load the background in the tables. I suspect that maybe this is something with PHP because when I make html

[PHP] Crypt is not supported in this build??? 4.0.5

2001-05-15 Thread Brandon Orther
Hello, I just installed 4.0.5 on IIS and it is telling me that crypt is not supported in this build. Does anyone know why? Thanks For Da Help Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] PHP and GD on a Redhat linux box

2001-05-15 Thread Brandon Orther
I do not believe this is the reason that you are having problems. I have compiled GD on many Redhat machines without X11 Brandon -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 2:44 PM To: php Subject: [PHP] PHP and GD on a Redhat linux box

[PHP] Are Sessions safe to use, Security wise?

2001-05-14 Thread Brandon Orther
Hello, I am setting up a script that logs into a data base and I only want the person to have to login once. Is it safe for me to save there login info as sessions? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Crypt in build 4.0.5

2001-05-14 Thread Brandon Orther
Hello, Does Crypt need to be setup in the ini or as an extension? When I installed 4.0.5 it doesn't seem to work? Thanks Brandon -- 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

[PHP] IIS and PHP4.0.5 give me some problems?

2001-05-11 Thread Brandon Orther
Hello, I recently installed ISS with SQL server because of a database our company had installed. I installed PHP 4.0.5 to IIS and now get soem weird errors when i run these script I made that worked perfectly before. Error1: Undefined variable Error2: Undefined offset Has anyone else had

[PHP] Setting extensions for IIS and PHP4.0.5

2001-05-11 Thread Brandon Orther
Hello, Does anyone know the proper way to setup the extension_dir when i try to set it up it says it can't find the extensions in that dir even though when i go to that dir it is right there. Can someone let give me an example of what they have for extension_dir and then give me the path to

[PHP] Multiple ASP 2 PHP conversion

2001-05-11 Thread Brandon Orther
Hello, I found asp2php to be a great tool. Does anyone know of a way to make it convert a whole directory or more than one file at a time? Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] ASP 2 PHP?

2001-05-09 Thread Brandon Orther
Hello, I am looking at a complete database with it interface written in ASP. All of our company programs are written in PHP and that is what I want to use. I believe I remember seeing ASP 2 PHP converts before. Does anyone know of any. They don't have to work perfect just convert it with

[PHP] ASP 2 PHP

2001-05-09 Thread Brandon Orther
Hello, I am looking at a complete database with it interface written in ASP. All of our company programs are written in PHP and that is what I want to use. I believe I remember seeing ASP 2 PHP converts before. Does anyone know of any. They don't have to work perfect just convert it with

[PHP] Refreshing multiple frames?

2001-05-07 Thread Brandon Orther
Hello, I am using php with frames for a menu bar. In one frame I have a menu. When the link is clicked on the menu I would like two frames to be updated. Is there a way to do this? Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Multi Dimensional Arrays?

2001-05-07 Thread Brandon Orther
Hello, I am working on a menu script that I wanted to use multi-dimensional arrays for. Here is the conf file I have: //Main Menu Array $main_menu[0] = Menu 1; //Represents the name of the menu //Menu 1 Array $main_menu[0][0] = Test 1; $main_menu[0][1] = Test 2; $main_menu[0][2] = Test 3;

[PHP] Variable Variable with array

2001-05-07 Thread Brandon Orther
Hello, I am trying to use variable variable. with arrays. this may be hard to understand so here is an example: $menu1[0] = 1; $menu1[1] = 2; $menu1[2] = 3; $menu2[0] = 1; $menu2[1] = 2; $menu2[2] = 3; $menu3[0] = 1; $menu3[1] = 2; $menu3[2] = 3; does anyone know the proper way to

[PHP] Variable Variable

2001-05-07 Thread Brandon Orther
Hello, I can't find Variable Variable in the php manual. If someone has a link to the section in the PHP manual about this please send me a link. Thank you, Brandon Orther -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Make text a submit button?

2001-05-03 Thread Brandon Orther
Hello, I am currently using image buttons for my submit buttons on a project I am working on. What I would like to use is regular text like a hyperlink. Does anyone know of how I can use text as the submit button? Thanks for any help Brandon -- PHP General Mailing List (http://www.php.net/)

[PHP] OT-Please bare with me :)

2001-05-03 Thread Brandon Orther
Hello, I am making a suite of php tolls that I want to have all incorporated in one management website. What I would like to have is a drop down menu in a frame on the left. A great example of what I want is the left drop down menu on the new Cobalt XTR server admin section. If anyone has a

[PHP] Closing a FTP connection

2001-05-02 Thread Brandon Orther
Hello, I have recently been using the ftp functions in php to get a lot of stuff done. My question is when I exit; a php script does it close the ftp connection for me? I thought it would since the script is completely closing also. If anyone knows please let me know thanxZ Brandon -- PHP

RE: [PHP] Closing a FTP connection

2001-05-02 Thread Brandon Orther
The reason I ask is not for a way to close an ftp connection but because I want to know if close closes it. thank you -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 12:53 PM To: PHP User Group Subject: [PHP] Closing a FTP connection

FW: [PHP] adding text to a variable name

2001-05-01 Thread Brandon Orther
Sorry Syntax error. Correct: $fieldcode = $field; -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 2:06 PM To: PHP User Group; Jamie Saunders Subject: RE: [PHP] adding text to a variable name Just do this: $fieldcode = field; Brandon

[PHP] FTP function in php

2001-05-01 Thread Brandon Orther
Hello, I am making a script that makes .htaccess files for websites. When I use ftp_nlist(); It doesn't show the files with a . in front of them. Does anyone know how to show hidden files when listing a directory? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To

[PHP] Sort Question

2001-04-30 Thread Brandon Orther
Hello, I am doing a dir list of an ftp and using sort to sort the dir list alphabetically. What I am using now sorts it alphabetically but it sorts the capital letters then the lower case so a capital Z would come before a lower case a The Code I am using is: sort($complete_list); return

[PHP] Sort an array

2001-04-30 Thread Brandon Orther
Hello, Is there a way to sort an array alphabetically? Brandon -- 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] Query Analyzer For MySQL with PHP?

2001-04-23 Thread Brandon Orther
Hello, I recently took an ANSI SQL class to better familiarize my self with SQL in general. In the class we used MSSQL SERVER 7 and to do queries we used the Query Analyzer. Does anyone know of a PHP script that works like the Query Analyzer so I can test Queries in a Browser? Like A

[PHP] Variables not getting passed when I post info

2001-04-16 Thread Brandon Orther
Hello, I made a GD script that made an image with the name of whatever page I was in in my web site. I would post info to it like this: http://www.domain.com/jpeg-out.php?title=FrontPage what ever I put for title it would make the image. After reinstalling php4 on my win2000 box with apache

[PHP] Blur some text please

2001-04-16 Thread Brandon Orther
Hello, Does anyone know of an image library that plugs right into php that has a blur function so I can create a drop shadow effect for text? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] What variable are being sent to my script?

2001-04-12 Thread Brandon Orther
Hello, I there a way for me to find out what variables are being sent to script? Example: http://www.myscript.com/myscript.php?var1=asdfvar2=asdf that above would be $var1 and $var2 Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] Adding GD for win PHP

2001-04-09 Thread Brandon Orther
Hello, I am running PHP4, Apache 1.3, on Win2000. Can I download a dll and put that in a directory to get GD working? Or what would I have to do to add it to my PHP? ThankZ Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] .htpasswd encryption

2001-04-09 Thread Brandon Orther
Hello, I am trying to make a script that creates .htpasswd files. Does anyone know what encryption is used? Thanks Brandon -- 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

[PHP] IF this then, move to this line...

2001-04-05 Thread Brandon Orther
Hello, Is there a way to make my script jump to a certain line in my code if a certain variable is true. like use an if then statement to check for a certain value, then if it is true jump back to line 34 (Any line really). Thanks Brandon -- PHP General Mailing List

RE: [PHP] IF this then, move to this line...

2001-04-05 Thread Brandon Orther
Yeah, Memories... of Basic... Ok thanxs for the info :) brandon -Original Message- From: Steve Werby [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 10:51 AM To: Brandon Orther; PHP User Group Subject: Re: [PHP] IF this then, move to this line... "Brandon Orther&qu

[PHP] How can I send command to ftp?

2001-04-05 Thread Brandon Orther
Hello, While connected to ftp can I send a command to the ftp? thanks Brandon -- 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] How can I chmod something with php.

2001-04-05 Thread Brandon Orther
Hello, I have been looking for a chmod command in the ftp functions, and there isn't any. how can I chmod something? thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Shell Programming with PHP, but where is the PHP?

2001-04-03 Thread Brandon Orther
Hello, I am looking for the path to my php so I can put it on the top of my php script. Like this: #!/path/to/php All I can find that looks like this is libphp4.so Does anyone know where to look for the binary? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Shell Programming with PHP, but where is the PHP?

2001-04-03 Thread Brandon Orther
PROTECTED] Subject: Re: [PHP] Shell Programming with PHP, but where is the PHP? Brandon Orther wrote: Hello, I am looking for the path to my php so I can put it on the top of my php script. Like this: #!/path/to/php All I can find that looks like this is libphp4.so Does anyone know

  1   2   >