Hello there. I want to insert in my database some data...
  
In the database i have 2 fields:
   
  Subject type text
  Content type text
   
  My query is something like  insert into table_name values ('$subject', 
'$content'). These variables are taken using POST from a HTML formular.
   
  the problem is that if i i write into the subject field from the HTML page 
"Hello friend" into the database it's inserted only the first word ("Hello"); 
the same happens with content;
   
  How to overcome this problem?


                
---------------------------------
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/CefplB/TM
--------------------------------------------------------------------~-> 

The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to