php-general | 2001062
Date: 06/20/01
- Next message: Marcin Miszczak: "[PHP] php/mysql CTO needed"
- Previous message: infoz: "Re: [PHP] Template Engine"
- Next in thread: Peter Houchin - SunRentals Australia: "RE: [PHP] Code check please"
- Reply: Peter Houchin - SunRentals Australia: "RE: [PHP] Code check please"
- Reply: Philip Olson: "Re: [PHP] Code check please"
- Reply: Warren Vail: "RE: [PHP] Code check please"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm sorry guys, neither of the snippets work. I must have screwed something else up
too. Is there any way I can provoke an error message from your code examples below?
If anyone manages to find out what's wrong, please tell me. I'm not giving up until
I smash this bug :-)
// Andreas
> Rich Cavanaugh wrote:
>
> > try:
> >
> > $sql = "INSERT INTO tabell (fornamn, efternamn, email) values ('{$fornamn}',
> > '{$efternamn}', '{$email}')";
>
> Sebastian Wenleder wrote:
>
> > I'd use this SQL-query:
> >
> > $sql = "INSERT INTO tabell \
> > (fornamn,efternamn,email) \
> > VALUES(".$fornamn.", \
> > ".$efternamn.", ".$email.")";
-- Andreas Skarin Svenska Dream Theater-Sällskapet http://www.sdts.nu - mailto:sdts <email protected>-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Marcin Miszczak: "[PHP] php/mysql CTO needed"
- Previous message: infoz: "Re: [PHP] Template Engine"
- Next in thread: Peter Houchin - SunRentals Australia: "RE: [PHP] Code check please"
- Reply: Peter Houchin - SunRentals Australia: "RE: [PHP] Code check please"
- Reply: Philip Olson: "Re: [PHP] Code check please"
- Reply: Warren Vail: "RE: [PHP] Code check please"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

