Search found 23 matches

by skydivelouie
Fri Jan 21, 2005 2:58 am
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

Thanks again Feyd...

Appreciated...
by skydivelouie
Thu Jan 20, 2005 2:55 am
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

I am exhausted for the night...I can't think anymore...

I will post again tomorrow AM...quite possibly PM...

I do sincerely appreciate your help...you are a PHP genius...

Thanks again...my personal email is hidden...

Feel free to contact whenever for whatever...

TTYS...
by skydivelouie
Thu Jan 20, 2005 2:39 am
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

Dude...you...are...a...freakin'...GENIUS!!!... I can't thank you enough... Your genius far exceeds what I feel I could offer in gratitude...Thank you...Exponentially...!!!... I am still curious as to why the number continues to grow from 10000...to which is currently at 10022...even though I've chan...
by skydivelouie
Thu Jan 20, 2005 1:29 am
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

I switched them around in the code...I received the same results...
by skydivelouie
Wed Jan 19, 2005 11:19 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

I thought I already submitted this...but didn't see it after I rebooted... This script is designed for newbies like me...I understand you are used to more complicated scripts...although I am not...This script was written into subsections in order for idiots like me to attempt to make simple modifica...
by skydivelouie
Wed Jan 19, 2005 10:36 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

I see the button...will remember that next time... It seemed that the solution was just around the corner...the flatfile is making the necessary changes...surely these changes are dictated by this script...what would prevent the subject line from producing the same result as the flat file...???... W...
by skydivelouie
Wed Jan 19, 2005 10:11 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

Sorry...don't understand how to implement

Code: Select all

tags...
by skydivelouie
Wed Jan 19, 2005 10:02 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

Here it is: <? ################################################################################# # # # Mail Manage EX, v3.2 # # Written by Gregg Kenneth Jewell, Copyright © 2003-2004 # # # # All settings can be controlled from the settings file. # # For all features and instructions refer to the rea...
by skydivelouie
Wed Jan 19, 2005 9:47 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

I used this: $ID = $num; in place of: $a = 10000; $a++; $ID = $a; and the flatfile did increase...although the email subject line appeared as Web Order - ...no number appeared afterwards... Would it be possible for me to paste the whole code and have your professional eyes critique it...???...
by skydivelouie
Wed Jan 19, 2005 9:30 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

So it should read:

$num = 10000; $num++;
$ID = $num;

Is this correct?
by skydivelouie
Wed Jan 19, 2005 9:22 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

Alright...there is definite movement... the /ID.txt file is making the incremental changes I'm looking for... Although...in the form submission subject line in my email is staying the same...I don't understand why... This is making the necessary changes in the flatfile... if ($Action == "F"...
by skydivelouie
Wed Jan 19, 2005 8:38 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

You're the best. I will try applying this and will post again.

Thank you again.
by skydivelouie
Wed Jan 19, 2005 8:27 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

I tried connecting to a mysql database without success. Nothing happened. I began to receive errors in the code and the form wouldn't process. Errors were appearing where no change had been made. Although, with the flatfile, I did get some results. The script posted the information. More information...
by skydivelouie
Wed Jan 19, 2005 7:20 pm
Forum: PHP - Code
Topic: php random vs sequential numbers
Replies: 15
Views: 942

Here's a copy of the flat file funtion of the scripts: if ($Action == "F" or $Action == "EF" or $Action == "DF"){ while (list ($key, $val) = each ($_FILE)) { if ($key != "Settings" and $key != "Refresh") { $val = stripslashes($val); $val = str_replac...
by skydivelouie
Wed Jan 19, 2005 7:10 pm
Forum: PHP - Code
Topic: random numbers vs sequential numbers
Replies: 23
Views: 1287

random numbers vs sequential numbers

I need an expert who can help me out with a precise answer...I can't seem to find an answer on the net or in other forums...Please Help... This is what I'm trying to accomplish... $Alpha = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z');...