|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Creating a search engine sql errors?
see i want to input this in to my retarded phpmyadmin only the ting is half of the scripts i input dont work...
PHP Code:
Nothing wrong right? made it by hand turns out this PHP Code:
i see the ' and ` are differend but why doesnt that work?
__________________
EAT THIS PIECAKE!!! liked the old site more Last edited by roelor : May 6th, 2007 at 10:34 AM. |
|
#2
|
||||
|
||||
|
Code:
CREATE TABLE introduction ( id INT AUTO_INCREMENT NOT NULL, last_name VARCHAR( 50 ) NOT NULL , first_name VARCHAR( 50 ) NOT NULL, PRIMARY KEY(id)) TYPE=MyISAM COMMENT='Example Table', DEFAULT CHARACTER SET utf8, COLLATE utf8_general_ci;
__________________
life is a game.... Have fun ----------------------------- http://www.phpwomen.org strength in unity PHPCommunity IRC #phpc on freenode |
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > Creating a search engine sql errors? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|