Jump to content

[SOLVED] Create a new column with php?


newbtophp

Recommended Posts

Im trying to create 1 new column using php.

 

Im trying to add the column: country to the table gaming.

 

<?php
//Include mysql connect
include "conn.php";

mysql_query("alter table gaming add column country varchar (20)") or die(mysql_error()); 

die("column created!");

?>

 

So when I add this code to a file and then run the file the column should be created.

Link to comment
Share on other sites

lol, bad description.

 

hehe, i was trying to add a column to the table, the code usually worked, but today it didnt so i posted here for help on what im doing wrong.

 

But just now i check and the problem was that in my conn.php the table was a different one.

 

I need to  :sleeping:

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.