Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9223583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:06:33+00:00 2026-06-18T04:06:33+00:00

I want to change my field comment using php but there is a problem!!

  • 0

I want to change my field comment using php but there is a problem!!

I need to get other column`s features 😐

this is my code(gets all column features):

$query = "
        SELECT 
            *
            FROM information_schema.COLUMNS
                WHERE 
                    TABLE_SCHEMA = '$dbName' AND 
                    TABLE_NAME = '$tableName' AND 
                    COLUMN_NAME = '".$row->name."'";

    $result = mysql_query($query) or die($query.'<br>'.mysql_error());
    $tempRow = mysql_fetch_object($result);

this is my code that changes the comment

 $query = "ALTER TABLE `$tableName` 
            MODIFY  `".$row->name."` 
            ".$tempRow->COLUMN_TYPE." 
            DEFAULT ".$tempRow->COLUMN_DEFAULT."
            COMMENT '$comment'"   ;


        $result = mysql_query($query) or die($query.'<br>'.mysql_error());

but problem is that i lose some features , for example , outo increament , primary key …

is there any way that i dont need to write all features , just change comment like update query ?!! if not how I should correct this query?!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T04:06:34+00:00Added an answer on June 18, 2026 at 4:06 am
            if ($tempRow->IS_NULLABLE == "NO")
            {
                $nullStr =" Not null ";
            }else
            {
                $nullStr ="  null ";
            }            
    
            if (strlen($tempRow->COLUMN_DEFAULT) >0 )
            {
                $defaultStr = "DEFAULT ".$tempRow->COLUMN_DEFAULT;
            }else
            {
                $defaultStr ="  ";
            }
    
            if (strlen($tempRow->COLLATION_NAME )>0)
            {
                $collateStr = "collate " . $tempRow->COLLATION_NAME ;
            }
             $comment .= implode("|",$info);
            $query = "ALTER TABLE `$tableName` 
                MODIFY  `".$row->name."` 
                ".$tempRow->COLUMN_TYPE." 
                ".$nullStr."
                ".$extraStr."
                ".$defaultStr."
                ". $tempRow->EXTRA."
                ". $collateStr."
    
                COMMENT '$comment'"   ;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have many div's with the same background image and i want change this
I want to change a number to a string like this: var i =
I want to change the date field in my sql view so that the
So I want to change a hidden form field's value from False to True
Hello everyone I am completely stuck with this problem. I want add the name
I'm using a formset with can_delete=True. I want to change the widget of the
I want to display different forms in change_form depending on some model field's values.
i want change the content of a UITableView when i change a button, how
I want change following javascript code to jquery code, How is it? With done
What I want change the properties(e.g. background) of a context menu in a datatemplate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.