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

2001-04-03 Thread Brandon Orther
When I type: make it does nothing??? What am I supposed to be typing? -Original Message- From: Nuno Silva [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 9:19 AM To: Brandon Orther Cc: PHP User Group Subject: Re: [PHP] Shell Programming with PHP, but where is the PHP? :) yes

[PHP] Quick one...

2001-04-03 Thread Brandon Orther
Hello, How do I alphabetize the out put of my data base? The field would be LastName 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

[PHP] MySQL info...

2001-04-03 Thread Brandon Orther
Hello, I am looking for info on how to make a MySQL table searchable. Does anyone have a tutorial on how to do this? ThankZ 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] Check whether I have php installed as cgi or api???

2001-04-02 Thread Brandon Orther
Hello, Can I check to see if cgi is installed as a cgi or an api? What does PHP embedded mean? thanXor 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] (8)Exec format error???

2001-03-30 Thread Brandon Orther
Hello, I am trying to get php to run on my Apache Redhat server.When I run it I just get internal server error. This is the error that I get in my error logs after running my script: (8)Exec format error??? thanks for any help, Brandon -- PHP General Mailing List (http://www.php.net/)

[PHP] Giving my script the power!

2001-03-29 Thread Brandon Orther
Apache1.? Thanks 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 the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Super User Script?

2001-03-29 Thread Brandon Orther
Hello, Is there anyway I can have my script turn super user at the beginning when it runs? 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,

RE: [PHP] problem uploading big (50MB) file

2001-03-29 Thread Brandon Orther
Hello, You can use set_time_limit(); at the top of your script to set the max time limit. set_time_limit(0); will let it go forever, as I do not recommend this until you test the script and know the it doesn't have an endless loop or what not. example: ? set_time_limit(0); echo "test"; ?

[PHP] Locating where PHP is on my server.

2001-03-28 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-mail

[PHP] Get info to a perl script and then continue without going to that perl script.

2001-03-26 Thread Brandon Orther
he results of the cgi script? Thank you, -------- Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] GD problem

2001-03-26 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

[PHP] I want to execute a cgi

2001-03-23 Thread Brandon Orther
Hello, I have a cgi that I run in telnet by doing this: perl /script/cgi-script.cgi name=cgi+script purpose=test is there a way I can run a cgi script and pass it variables? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Make Script login to password protected web sites

2001-03-22 Thread Brandon Orther
Hello, Can I put the user name and password at the top of my php script so it can loggin to a site that requires authentication? Can i put it anywhere in teh script to amek it do this? Thank you, Brandon Orther WebIntellects Design/Development

[PHP] Authenticated without Authenticating???

2001-03-21 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

[PHP] What does a ? do

2001-03-20 Thread Brandon Orther
heloo, Could someone plese explain this line if code??? What does the "?" do? $r = ($r 1) ? $config['maxResults'] : $r; Thank you, -------- Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webinte

[PHP] MSSQL 2000 in PHP4... Is this possible?

2001-03-15 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

[PHP] Has anyone got MSSQL2000 to connect and work properlly?

2001-03-15 Thread Brandon Orther
Hello, I am trying to get PHP4 to connect to Microsoft SQL2000. All I want to know is if it is possible on a Win Box and a Linux box for server. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Executing a CGI script.

2001-03-15 Thread Brandon Orther
Hello, Is there a way to execute a CGI script while in php? 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 the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Session problem

2001-03-13 Thread Brandon Orther
Hello, Does anyone know how to fix this error? Warning: open(/tmp\sess_4fb4c5778fe97ab351baca1d8db90abf, O_RDWR) failed: m (2) in c:/htdocs/br/br.php on line 2 Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800

RE: [PHP] need some help..

2001-03-13 Thread Brandon Orther
Why, Don't you use the ftp functions to ftp everything over, instead of reading in all the files. If you can get telnet access you could ftp them straight from your telnet connection. -Original Message- From: Rick St Jean [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 3:56 PM

[PHP] Kick one of these darn elements out of my array, I aint having it!

2001-03-12 Thread Brandon Orther
uot;4"); So: $array[0] = 1, $array[1] = 2, $array[2] = 3, $array[3] = 4 I want to kick $array[2] out and have $array[3] be moved to $array[2] Thank you, -------- Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTE

[PHP] So whats up with that GTK... Anyone know of a site with tutorials?

2001-03-09 Thread Brandon Orther
So whats up with that GTK... Anyone know of a site with tutorials? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General

[PHP] Start you php script over??

2001-03-05 Thread Brandon Orther
Hello, Is there a way for me to tell my php script to start over? I want to have an if then statement to check if something is done. Then if it isn't I want the php script to start over. Thank you, Brandon Orther WebIntellects Design/Development

[PHP] getting info.. help!

2001-03-05 Thread Brandon Orther
to delete the first spaces. I hope you can understand. : Thank you, -------- Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing L

[PHP] Is it odd or even???

2001-03-05 Thread Brandon Orther
Hello, Is there an easy way to check and see if a number is odd or even? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP

[PHP] strip ^M's ??

2001-03-02 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-mail

RE: [PHP] strip ^M's ??

2001-03-02 Thread Brandon Orther
Thanks! Werked Great d;- -Original Message- From: Nathan Cassano [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 9:46 AM To: 'Brandon Orther'; [EMAIL PROTECTED] Subject: RE: [PHP] strip ^M's ?? Here is a solution I can up with to solve all the CR and LF funniness coming from

[PHP] Error, anyone seen this before?

2001-03-01 Thread Brandon Orther
hello, I am getting this error when I try to get an ftp_list. Warning: Unable to find ftpbuf 0 in c:\apache\htdocs\sitemaestro\scripts\formmail.php on line 72 and ideas? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL

[PHP] PHP trace route?

2001-02-26 Thread Brandon Orther
you, 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

[PHP] Lets nock off any numbers at the begging of a string...

2001-02-26 Thread Brandon Orther
umber one twenty three"; Thank you, -------- 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 PR

[PHP] Writing to an ftp...

2001-02-22 Thread Brandon Orther
Hello, I need to write a file and upload it to a ftp. Is there a way to upload without making a temp file? Like making a text file on the server and writing to it? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED

[PHP] Making .phtml an extension

2001-02-21 Thread Brandon Orther
Hello, I am trying to get .phtml to work for php files. How would I do this? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Uploading files will it time out?

2001-02-20 Thread Brandon Orther
Hello, If I use a form to upload will it time out after 30m seconds ? When the php script runs for 30 seconds it shuts down and I was wondering if the uploading of the file counts for this. Thank you, Brandon Orther WebIntellects Design/Development

[PHP] PHP SSI

2001-02-20 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-mail: [EMAIL

[PHP] I am looking for an image library that can do blurs

2001-02-20 Thread Brandon Orther
Hello, I am looking for an Image Library that can blur text. Does anyone know of an image library that can work with php to make blured text? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Does anyone have a link to ImageMagick's web site?

2001-02-20 Thread Brandon Orther
Hello, Does anyone have a link to ImageMagick's web site? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing

[PHP] Sending multiple files through ftp in telnet.... PHP files that is

2001-02-16 Thread Brandon Orther
Hello, I have a huge folder for php files that I want to send from one server to another. Is there a way to ftp *.php using ftp instead of having to send each individual file? Does anyone have a ftp script that does this? Thank you, Brandon Orther

RE: [PHP] require() ???

2001-02-16 Thread Brandon Orther
Hello, Can you give me the full path to where the php script is and the full path to where the script is you want require(''); I use this all the time and should be able to figure it out. Thank you, Brandon Orther WebIntellects Design/Development

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

2001-02-16 Thread Brandon Orther
From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 2:07 PM To: DanO Subject: RE: [PHP] using tar to untar a file into a certain dir... In php of course That just untars it into the current dir the php script is in. -Original Message- From: DanO [mailto

[PHP] Quick hellp, How do I stip new lines?

2001-02-16 Thread Brandon Orther
Hello, Hey I can't remeber how to do it but I'm sure one of you will. How do I strip the \n from a variable? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] intput type=\file\ .....

2001-02-14 Thread Brandon Orther
Hello, I am trying to get the value for a file input field to have a starting value I can't seem to get it to work when using Value=\"C:\test.gif\" does anyone have any advise? Thank you, -------- Brandon Orther WebIntellects Design/Developme

[PHP] require('asdf')

2001-02-14 Thread Brandon Orther
this head.php file. I hope you can understand that thanXor Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http

[PHP] locating the actual php executable

2001-02-13 Thread Brandon Orther
Hello, I am trying to locate the php executable on my server. Is there an easy way to do this? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Using a variable in a variable

2001-02-13 Thread Brandon Orther
uot;$i"; ^^--I want this variable to get bigger while the loop is going but I can't figure out how to make the $test#text variable to read it correctly. I hope someone can understand what I am saying. Thank you, -------- Brand

[PHP] Upload form

2001-02-13 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-mail

RE: [PHP] Upload form

2001-02-13 Thread Brandon Orther
I am trying to do that with a file input not a text box. So if anyone has done this with a file input box please e-mail me! -Original Message- From: jason cox [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 4:24 PM To: Brandon Orther Cc: [EMAIL PROTECTED] Subject: Re: [PHP

[PHP] MySQL fields

2001-02-12 Thread Brandon Orther
Hello, What type of field should I use if I don't want it to have a max length of characters? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

RE: [PHP] MySQL

2001-02-12 Thread Brandon Orther
I fixed it, Me so stupid, I had it order by a field that wasn't there. -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 9:15 AM To: PHP User Group Subject: [PHP] MySQL Hello, I am new to MySql and I am trying to make a simple script

RE: [PHP] How To Tell Which v. PHP?

2001-02-12 Thread Brandon Orther
Make a file call it what ever you want (example: phpinfo.php) and write: ? PHP_INFO() ? then run that script Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Telnet with php?

2001-02-09 Thread Brandon Orther
Hello, Is there a way to telnet with php? If so does anyone know a good place to find a tutorial on it? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Connecting to MsSql2000

2001-02-09 Thread Brandon Orther
Hello, Does anyone know how I can get PHP4 to connect to Microsoft SQL server 2000? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] mssql70.dll

2001-02-09 Thread Brandon Orther
Hello Does anyone know where I can get mssql70.dll for php to connect with MsSql 2000? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] unlink(); in windows?

2001-02-07 Thread Brandon Orther
Hello, I am trying to use unlink(); in windows. Does anyone know if unlink works in windows? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Unlink for windows?

2001-02-07 Thread Brandon Orther
Hello, Does anyone have a function that can delete files like unlink(); for windows? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] GD

2001-02-06 Thread Brandon Orther
where I can get a couple good GD tutorials, other than making graphs. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General

[PHP] GD, TTF, and Anit-Alias

2001-02-06 Thread Brandon Orther
Hello I am making a php script that make an image with the text that I send to the script. What I was wondering is if there was an anti-alias function in GD for my test. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL

[PHP] Graphics Library

2001-02-06 Thread Brandon Orther
Hello, A couple weeks ago there was a listing for a new release of an image editing library that worked with GD and php, if you can remember what it was please e-mail me with the URL Thank you, Brandon Orther WebIntellects Design/Development Manager

[PHP] Blur text using GD and TTF

2001-02-06 Thread Brandon Orther
Hello, is there a way to blur text at all, I am trying to make a drop shadow effect. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Outline text using GD

2001-02-06 Thread Brandon Orther
Hello, Does anyone know how to outline text in GD? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing

[PHP] GD

2001-02-05 Thread Brandon Orther
Hello, Does anyone have a tutorial getting started with the GD lib? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP

[PHP] GD for: PHP on WIN

2001-02-05 Thread Brandon Orther
Hello, Can anyone tell me a simple way to install the GDlib for php on a windows machine? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] GD font errors

2001-02-05 Thread Brandon Orther
folder I supposed to have my fonts in? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http://www.php.net

[PHP] GD with TTF

2001-02-05 Thread Brandon Orther
Hello, Does anyone know where PHP looks for the TTF when using GD to make an image? I keep getting an error saying it can't find the font file Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Using a background image with GD

2001-02-05 Thread Brandon Orther
Hello, Does anyone have an example or can someone tell me how to use a background image in GD? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] PHP/FI what FI?

2001-02-02 Thread Brandon Orther
I have been using PHP for a while now and never knew what FI is, can someone enlighten me. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

RE: [PHP] Problems With Fopen

2001-02-02 Thread Brandon Orther
Have you tried replacing the "/" with "\" like: d:\www\www\ome\faid\newsitems\news.txt I am pretty sure it should work now. Thank you, -------- Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 w

[PHP] CSS with PHP

2001-02-02 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

[PHP] E-mail valid

2001-02-01 Thread Brandon Orther
Hello, Does anyone have a function that tells you weather a variable holds a valid e-mail address or not? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Making sure a variable doesn't contain a comma

2001-01-30 Thread Brandon Orther
Does anyone know how I can check a variable for a comma and remove it if it does have one? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] Microsoft SQL server 7

2001-01-26 Thread Brandon Orther
hello, I was just wondering if it is possible to connect to Microsoft SQL server 7.0 with php4? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

[PHP] CSS and PHP

2001-01-18 Thread Brandon Orther
. It loads up perfectly. Has anyone ever had this problem before? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing

RE: [PHP] PHP Editors

2001-01-18 Thread Brandon Orther
I am not sure what OS you are running but for windows I use PHPED. Check it out at www.phped.com -Original Message- From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 7:03 AM To: PHP Mailing List Subject: [PHP] PHP Editors So what editor is recommended?

RE: [PHP] Spell checker?

2001-01-18 Thread Brandon Orther
Check here, I have never messed with it just ran into it the other day. I hope it helps. http://www.php.net/manual/en/ref.pspell.php Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] Clearing a variable

2001-01-18 Thread Brandon Orther
Hello, How can I clear a variable? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http

[PHP] PHP connecting to FIlemaker Database

2001-01-17 Thread Brandon Orther
Has anyone used PHP to connect to a FileMaker database? If you have a url to a tutorial please e-mail me. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com

RE: [PHP] Ok thanx sessions that was great,now it's time to go back home!!!

2001-01-17 Thread Brandon Orther
\htdocs\sessions\done.php on line 3 Here is the code I am using: ?php session_start("CONTROL"); session_destroy(); echo "It WerkedBR"; ? A HREF="index.php"RESTART/a Thank you, ------------ Brandon Orther WebIntellects Design/Develo

[PHP] Rounding a number up if the number is anything more than a whole number

2001-01-17 Thread Brandon Orther
I am trying to say. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http://www.php.net

[PHP] Sessions

2001-01-16 Thread Brandon Orther
Does anyone have a place with a little more user friendly tutorial or place to learn about sessions? The php manual is making me go mad. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364

[PHP] gc_probability

2001-01-16 Thread Brandon Orther
Hello, Does someone have an example of how I can use session.gc_probability. I want to pass the session ID through GET/POST so if someone has a better way of making the sessions end please let me know. Thank you, Brandon Orther WebIntellects Design

[PHP] session_destroy

2001-01-16 Thread Brandon Orther
Hello Everyone, Can someone please give me example code on how to use session_destroy because I can not get it to work. Also if you have an example for gc_probability I would love that too. Thank You :) Thank you, Brandon Orther WebIntellects

[PHP] Format a number for Money

2001-01-15 Thread Brandon Orther
Hello Everybody, I want to take a number and echo it with only 2 numbers after the decimal point. I can't remember how to do this but I do remember it was easy. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED

[PHP] rand is not random for me :(

2001-01-10 Thread Brandon Orther
When I use random rand(1, 10) I always get 2? Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -- PHP General Mailing List (http

<    1   2