|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
|
What does this query means?
I installed one mod on one script and last step is adding sql but i dont know how to add it,i tried with sql query on phpmyadmin but it reports errors.
Here is info: Query: [Select] SHOW COLUMNS FROM {$db_prefix}members LIKE '$column' Query: [Select] SHOW COLUMNS FROM {$db_prefix}log_activity LIKE '$column' Query: [Select] ALTER TABLE {$db_prefix}log_activity ADD COLUMN $column $spec |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2004
Posts: 430
|
The first 2 just show the columns of the tables which have a name that contains the value of $column.
The last query adds a new column at the end of the table, named with the value of $column and with datatype specified in $spec. |
|
|
|
|
|
#3 |
|
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
|
Yes but can it be converted to phpmyadmin sql code ?
|
|
|
|
|
|
#4 |
|
So Fucking Banned
Join Date: Jan 2008
Posts: 2,995
|
It shows me tht you don't know what you are doing and need to hire someone.
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Nov 2005
Posts: 2,167
|
It's a bit hillarious :P
"can it be converted to phpmyadmin sql code"
__________________
agentGFY *at* gmail.com |
|
|
|
|
|
#6 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Nov 2005
Posts: 10,012
|
"In general, a query is a form of questioning, in a line of inquiry"
SQL = Structured Query Language And yes, you can do that using PHPMyAdmin.. |
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Jan 2005
Location: Stockton
Posts: 4,365
|
Whats the errors...
__________________
ICQ:268731675 |
|
|
|
|
|
#8 |
|
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
|
|
|
|
|
|
|
#9 |
|
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
|
I got answer in phpmyadmin query form from author.Problem solved.
|
|
|
|
|
|
#10 |
|
So Fucking Banned
Join Date: Jan 2008
Posts: 2,995
|
|
|
|
|