[PHP] SetCookie

2001-03-01 Thread WreckRman2
How can I set cookies during a login for fields in the a table? Example set cookie for UserID which is a file in the same table. Also how would I retrieve that info? Thanks in advance... David Smith '; } ?> David Smith Indy Web Design http://www.indywebdesign.co

[PHP] Replace last 4 of 16 with ****

2001-03-02 Thread WreckRman2
I am building an account manager for my web hosting clients in which they can edit thier information, etc only I do not want to display the entire credit card number on the site. Instead I would like to replace the last 4 numbers with a * if possible. Can anyone assist me with the code to

RE: [PHP] Replace last 4 of 16 with ****

2001-03-02 Thread WreckRman2
Excellent, thank you very much... -Original Message- From: Krznaric Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 4:32 PM To: 'WreckRman2'; PHP List Post Subject: RE: [PHP] Replace last 4 of 16 with Hi, O.k. this is of the top of my head, but

RE: [PHP] How can I get a random number

2001-01-10 Thread WreckRman2
-Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Monday, January 10, 2000 5:14 PM To: PHP User Group Subject: [PHP] How can I get a random number How can I get a random number Thank you, Brandon Orther WebIntellects

RE: [PHP] file uploading error - can't upload "none"

2001-01-11 Thread WreckRman2
{ $filezip_size = round($filezip_size / 1024 * 100) / 100 . " Kb"; } else{ $filezip_size = $filezip_size . " Bytes"; } $FileDate = date("Y-m-d H:i:s"); } }

RE: [PHP] PHP makes sexy!

2001-01-11 Thread WreckRman2
On all my domains if an account/email doesn't exist it forwards to my root account. You can still see who it was sent to and everything... Domain Aliasing or somthing... -Original Message- From: Dieter Kneffel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 11:28 AM To: Michae

[PHP] Array...

2001-01-15 Thread WreckRman2
How can I do an array like below 100-1? to WreckRman2 Combat Flight Center http://www.combatfs.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

RE: [PHP] Web hosting for PHP/MySQl development

2001-01-19 Thread WreckRman2
I would be willing to host sites for $10 a month with 100 meg, 25 Email, yourdomain.com, FP2000 if you like, PHP 4.04 with MySQL. Contact me for more information... No sites with extremely large bandwidth requirements please. David Smith -Original Message- From: Boaz Yahav [mailto:[EMA

[PHP] Cookies...

2001-01-20 Thread WreckRman2
Currently my cookie expires in 1 hour, How can I make it expire in 1 day? setcookie("MemberLogin",$value,time()+3600); /* expire in 1 hour */ setcookie("MemberLogin",$value,time()+3600,"/",".combatfs.com",1); WreckRman2

Re: [PHP] Sending Download Header

2001-01-29 Thread WreckRman2
When doing this does the $file_name have to be in the current directory or can it be a URL? - Original Message - From: Bojan Gajic <[EMAIL PROTECTED]> To: Natasha <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 27, 2001 2:13 PM Subject: Re: [PHP] Sending Download Head

Re: [PHP] Cobalt Raq Servers & PHP

2001-02-01 Thread WreckRman2
I currently have a dedicated RaQ3 server which runs PHP great. Before I got the RaQ3 my host provider was using a RaQ4 which also ran great. No problems on my end using the RaQ servers and PHP. David Smith - Original Message - From: Jamie Thompson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: [PHP] upload_max_filesize

2001-02-01 Thread WreckRman2
tails. * * * * http://www.cobaltnet.com at login... Below is my phpinfo script. http://www.indywebdesign.com/phpinfo.php Thanks... - Original Message - From: Jon Haworth <[EMAIL PROTECTED]> To: 'WreckRman2' <

Re: [PHP] upload_max_filesize

2001-02-01 Thread WreckRman2
Actually it isn't on a windows system. Looking at my phpinfp.php file it shows "Configuration File (php.ini) Path" as /usr/local/lib but I see no file called php.ini in there using ftp or telnet. Any ideas? David - Original Message - From: Jon Haworth <[EMAIL PROTECTED]> To: 'David Smith

Re: [PHP] 2 questions

2001-02-04 Thread WreckRman2
I use a RaQ3 and have no problems running PHP and MySQL. I started out using one IP but the biggest problem I found was that in order to view the site or make changes to it, the domain name must resolve to the server before it would work. I decided it would be best for me to assign each site a

[PHP] email with multiple records

2001-03-07 Thread WreckRman2
is [EMAIL PROTECTED] Bye, WreckRman2 --- Hi [EMAIL PROTECTED], Your email is [EMAIL PROTECTED] Bye, WreckRman2 Hi [EMAIL PROTECTED], Your email is [EMAIL PROTECTED] Bye, WreckRman2 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Get next record

2001-03-12 Thread WreckRman2
How can one get the next record to compare two fields... I want to check if the date of the first record matches the date of the next record with the least amount of code... David Smith Indy Web Design http://www.indywebdesign.com -- PHP General Mailing List (ht

[PHP] Not Looping...

2001-03-14 Thread WreckRman2
I am having problems figuring out how to loop to show more then one record... Any help would be great... All I can get is the first record... Thanks... Code: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona