My PHP profile updater is not working

Here. Found an ‘export as text option’
===Database dadtatx1_socialmedia

== Table structure for table normal

|------
|Column|Type|Null|Default
|------
|fname|text|No|
|lname|text|No|
|about|text|No|
|age|int(11)|No|
|gender|text|No|
== Dumping data for table normal

|FAKE|NAME|DESCRIPTION|0|male
| | | |0| 
| | | |0|

See that’s where the problem is. You have no id column. That’s why the bind_param keeps failing. Like I said in this post.

Ohh. I though that the ID column was automatic / hidden. Thank you.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.