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 -Ori

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

2008-03-22 Thread Brandon Orther
first 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

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 <h

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

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

[PHP] " getting changed to \" when pulled from a

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

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 w

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

[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-99

[PHP] Problems pulling up a certain url with curl

2002-10-10 Thread Brandon Orther
u got 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.web

[PHP] Time is off?

2002-09-25 Thread Brandon Orther
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
Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[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

[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

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
hat would be FALSE Ex3. $var = "My Great 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 WebIntellec

[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] 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] 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

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 th

[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

[PHP] FW: A little O T: <-- 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 te

[PHP] The url of the last site?

2001-11-15 Thread Brandon Orther
Hello, I am trying to have a script that process a form and then sends the person back to the form they were on if there are errors. Does anyone know how I can get the url of the form that someone submit to the script from? Thanks Brandon

[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 hea

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 it

[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

[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 Bra

[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] 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 a

[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] 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 lik

[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 n

[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,

[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/Developme

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] URLencode

2001-09-07 Thread Brandon Orther
Hello, I am working on a script and using urlencode but not getting the results I want. Does anyone know how to convert the spaces of a sting of text in "+" instead of %20? Thanks

[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] 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] Using cURL on windows?

2001-08-17 Thread Brandon Orther
Hello, How would I go about installing cURL for PHP on windows 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] 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] 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] 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] 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 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] 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] 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 PHP to log into a site

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

[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 a

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] Payflow Pro Problems

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

[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]

[PHP] Crypt alternative for Win2k

2001-05-18 Thread Brandon Orther
Hello, I have been working in Linux for the last year on some scripts. Now I have to port them to Windows server. Does anyone know how to us crypt or an alternative for crypt? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

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 PROTECTED]

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? Control Maestro Menu System Web Mail

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] Ne

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

2001-05-17 Thread Brandon Orther
d with PHP.(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 wit

[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. tha

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

2001-05-17 Thread Brandon Orther
AM 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-

[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]

[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 Bran

[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 t

[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] 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]

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] 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 PROTECTED]

[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

RE: [PHP] MSSQL

2001-05-14 Thread Brandon Orther
Can you specify the OS you are running this on and the version of PHP you are running. What it looks like is that the extension is not installed. Thanks, Brandon -Original Message- From: Andreas Pucko [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 3:19 PM To: Php (E-mail) Subject

[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 comman

[PHP] Tutorial on connecting to a MSSQL 7 or 2000 database.

2001-05-14 Thread Brandon Orther
Hello, I am looking for a tutorial on connecting to a MSSQL 2000 data base running on the local computer. 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,

[PHP] Extensions for PHP on IIS Problems?

2001-05-14 Thread Brandon Orther
Hello, I installed Win2000 Advanced Server on my box and installed PHP4.0.5 on that. The only problem I am having is with Extensions When I put the Extension Directory to C:\extensions it will not load any of the DLLs in that dir like php_gd. Has anyone else had problems with extensions on a I

[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] To

[PHP] OT SQL SERVER

2001-05-11 Thread Brandon Orther
Hello, I am woking in PHP an recently got a SQL2000 database that I need to work with. What my question is ... is does anyone know how to make a printable data model so I have something to look at while I program. Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[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 whe

[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 the

[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 some

[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 some

[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 additio

[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 comman

[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 t

[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

[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 Ja

[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/)

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

[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

[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 unsubscri

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

RE: [PHP] adding text to a variable name

2001-05-01 Thread Brandon Orther
Just do this: $fieldcode = field; Brandon -Original Message- From: Jamie Saunders [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 6:46 AM To: [EMAIL PROTECTED] Subject: [PHP] adding text to a variable name Hi, Is it possible to add text onto the end of a variable name? e.g. t

[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] 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 $

RE: [PHP] How to turn off warnings ???

2001-04-23 Thread Brandon Orther
You can put a @ in front of you function. Example -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 3:05 PM To: [EMAIL PROTECTED]; Php-General Subject: RE: [PHP] How to turn off warnings ??? > I am a newbie to PHP and I am trying to get a nu

[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 Te

[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 PROT

  1   2   3   >