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
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
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
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
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
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
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://
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
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
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
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";
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
}
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
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
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
> >
> >
> > >
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
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
17 matches
Mail list logo