[PHP] Mail server that doesn't actually get installed

2008-12-24 Thread Michael S. Dunsavage
ows that I can put on the CD for him so he can see what the site looks like? -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] unsubscring from the list

2008-12-22 Thread Michael S. Dunsavage
On Tue, 2008-12-23 at 10:33 +1100, Chris wrote: > Sudhakar wrote: > > hi > > > > i would like to unsubscribe from this php list as i keep getting too many > > emails. how do i unsubscribe. > > http://php.net/unsub.php > Maybe change your subscription to d

Re: [PHP] mySQL query question

2008-11-14 Thread Michael S. Dunsavage
On Fri, 2008-11-14 at 12:46 -0800, Jim Lucas wrote: > SELECT @confirm_number AS confirm_number; Are we not SELECTING the column value here? should we be selecting confirm_number as confirm_number? -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] mySQL query question

2008-11-14 Thread Michael S. Dunsavage
thing gets inserted into the database. I've been all over the variables and column names and the naming is correct. -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mySQL query question

2008-11-14 Thread Michael S. Dunsavage
Hit the 0 one to few times. -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mySQL query question

2008-11-13 Thread Michael S. Dunsavage
rm_number is a confirmation number that gets e-mailed out. So I have to pull it from the DB any way -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mySQL query question

2008-11-13 Thread Michael S. Dunsavage
pposed to be 5 digits long and the +1 should make it 10001, 10002, 10003 etc how would I set the original number to 1000 to begin with? Or should I just set that in the database record its self when I'm ready to use the website? -- Michael S. Dunsavage -- PHP General Mailing List (http://

Re: [PHP] Re: The Best PHP Editor.

2008-09-20 Thread Michael S. Dunsavage
On Sat, 2008-09-20 at 04:52 +0200, Michelle Konzack wrote: > What is the best to edit my PHP file? Recently I've been doing quick updates in vim but I designed my friends DJ website in Geany and Quantum. Geany is really quite good. You'll need GTK libraries, it's a Gnome progr

[PHP] Printing date out of array

2008-08-31 Thread Michael S. Dunsavage
ubmits to mysql: Now, when I submit it to mysql, it's all in mm-dd- format. When I submit it to an e-mail, I'd like it to me Month-dd-. How could I do this? Would it be easier to pull the date from mysql and break it down somehow? And if so how would I do that? -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] undefine variable

2008-08-17 Thread Michael S. Dunsavage
ut it, but it does work. In fact someone on this list helped me before, sorry if I can't remember your name who it was :). But it wasn't writing to the DB and I discovered I had to change the permissions (it was a backup I had restored) and restart mysql. But you have a lot of useful information in your list, so I'll be keeping it. -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] undefine variable

2008-08-17 Thread Michael S. Dunsavage
www/htdocs/djtommer/contact.php on line 243 This is the code: - foreach($state_list as $key=>$value){ if($selected_state == $key){ $sel = 'selected="selected"'; } else{ $sel = ''; } echo "$value";

Re: [PHP] PHP editor for linux

2008-08-14 Thread Michael S. Dunsavage
On Thu, 2008-08-14 at 10:05 -0700, It flance wrote: > Hi, > > What do you think is the best php editor for linux. > > I'm using the Debian distribution. > > Thanks > > > > > I use geany and Quantum -- Michael S. Dunsavage -- PHP Gene

RE: [PHP] Trying to keep a dropdown selection sticky

2008-07-05 Thread Michael S. Dunsavage
} Just another quick ?.. where is $choice coming from? or is that the name of the select in -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Trying to keep a dropdown selection sticky

2008-07-05 Thread Michael S. Dunsavage
g where the "selected" came fro :) Thanx for the explanation. -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Trying to keep a dropdown selection sticky [solved] - Forgive the length of message, please

2008-07-05 Thread Michael S. Dunsavage
On Sat, 2008-07-05 at 21:30 +1000, Peter Jackson wrote: > Michael S. Dunsavage wrote: > > I have a form I want to keep sticky, but I can't figure out how. I got > > all the 's to be sticky > > > > The select script > > > > > > >

[PHP] Trying to keep a dropdown selection sticky

2008-07-04 Thread Michael S. Dunsavage
cho ''; ?> so now how do I keep that sticky? -- Michael S. Dunsavage -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Scrambling a word

2008-07-04 Thread Michael S. Dunsavage
On Fri, 2008-07-04 at 18:52 -0400, Ron Piggott wrote: > I am using PHP 4 > > I am trying to figure out how to scramble a word. > > Example: hello so the output might be elolh > > Any ideas? > > Ron > > http://koivi.com/letter-scramble/ -- Michael S. Du