hello i am new here and i have a problem in mysql
Posted: Fri May 23, 2008 6:06 am
hello every one
i have been programing php for 1 month and i realy like ut.
its the most wonderfull thing i have ever learned.
now i have a problem i am tring to insert into a mysql database a huge text like 400 words but there is a peoplem with it that when i try doing this it dose not let me.
but it dose not say that there is a problem it just dose not go into the database its like the code is not there like it jumps above it with out doing it.
the code that i am using is
$f = "INSERT INTO subjects (start) VALUES ('$text')";
$ss = mysqli_query($link,$f);
and when i try short text the code works fine
please tell me whats wrong????
i have been programing php for 1 month and i realy like ut.
its the most wonderfull thing i have ever learned.
now i have a problem i am tring to insert into a mysql database a huge text like 400 words but there is a peoplem with it that when i try doing this it dose not let me.
but it dose not say that there is a problem it just dose not go into the database its like the code is not there like it jumps above it with out doing it.
the code that i am using is
$f = "INSERT INTO subjects (start) VALUES ('$text')";
$ss = mysqli_query($link,$f);
and when i try short text the code works fine
please tell me whats wrong????