| View previous topic :: View next topic |
| Author |
Message |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Sat Nov 07, 2009 10:14 am Post subject: PHP problems... +rep for solution |
|
|
| Code: | $sQuery = "INSERT INTO `valid`.`clients`
(`user_name` ,`company` ,`email`, `serial_no`)
VALUES ($user , '$comp', '$email', '$serial')";
mysql_query($sQuery);
if (mysql_query($sQuery))
{
print "Your serial number: " . $serial;
}
else
{
echo "error: ". mysql_error();
} |
Keeps saying "INSERT command denied to user '******'@'localhost' for table '******'"
* = censor
but
i my user has full rights to the database.
solution = rep
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
Demetrius Flenory Advanced Cheater
Reputation: 2
Joined: 05 May 2009 Posts: 51 Location: Menage a trois
|
Posted: Sat Nov 07, 2009 10:15 am Post subject: |
|
|
solution
There, where's my + Rep ?
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Sat Nov 07, 2009 12:43 pm Post subject: |
|
|
I already have a user.
I am able to write to MySql but not in this form
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
WhiteByte Master Cheater
Reputation: 0
Joined: 29 Mar 2009 Posts: 404 Location: Visual Studio
|
Posted: Sat Nov 07, 2009 12:43 pm Post subject: |
|
|
Download instant hack creator
_________________
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Sat Nov 07, 2009 1:18 pm Post subject: |
|
|
I solved this by myself =p but compactwater was the most helpful so he wins rep
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
|