NEED HELP
Moderator: General Moderators
Re: NEED HELP
frankly, no I don't. You told me to make sure there was no spaces. I replied and I didn't get a reply.
Re: NEED HELP
Code: Select all
<?php
$foo = $bar;
$str = "string";
// comment
Re: NEED HELP
OK, now I am trying to get a field from one of my databases tables and insert into another one.This is what I have..
but when I checked the new table, instead of inserting the id, it started with 0. A little help would be appreciated.
Code: Select all
$id=mysql_query("SELECT id FROM users WHERE username='$user'");