Tom
04-22-2007, 07:12 AM
I've deleted a table in the database in my script to recreate it but wouldn't do it
I get the following error on the page
Error: 8
Request URI:
File: /home/*****/public_html/profile.php
Line: 213
Message: Undefined index: the_person_i_would_like_to_meet
can anyone tell me how to recreate the table.
it creates a table to input text up to 10,000 chararcters, at the top of the table it counts the number of characters you input into the box.
ie. hello it would read 5/10000 at the top. it counts up as you type
here is what is in the other table that I have grabbed from phpmyadmin
SQL query:ALTER TABLE `texts` ADD FULLTEXT (
`essay`
)
Hope someone can help as its taking ages for the guys who I got the script from to get back to me.
Thanks
I get the following error on the page
Error: 8
Request URI:
File: /home/*****/public_html/profile.php
Line: 213
Message: Undefined index: the_person_i_would_like_to_meet
can anyone tell me how to recreate the table.
it creates a table to input text up to 10,000 chararcters, at the top of the table it counts the number of characters you input into the box.
ie. hello it would read 5/10000 at the top. it counts up as you type
here is what is in the other table that I have grabbed from phpmyadmin
SQL query:ALTER TABLE `texts` ADD FULLTEXT (
`essay`
)
Hope someone can help as its taking ages for the guys who I got the script from to get back to me.
Thanks