![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hello, I got a PHP script in wich i have the following sql request: $configs = $db->getAll( 'SELECT * from !',array( CONFIG_TABLE ) ); No table is specified what is the character '!'? is it a reserved word or symbol? Do you know how SQL select the good table by the way of "!"? Thank you. Dominique | |||
|
| Advertisements |
| | #2 | ||
| cd wrote: > Hello, > > I got a PHP script in wich i have the following sql request: > > $configs = $db->getAll( 'SELECT * from !',array( CONFIG_TABLE ) ); > > No table is specified > > what is the character '!'? is it a reserved word or symbol? > > Do you know how SQL select the good table by the way of "!"? > > Thank you. > > Dominique I suspec that getAll is a method in a custom class. If you look through all the includes to find the funcion getAll, you should find a bit of code that substitutes a table name for the placeholder !. HTH Regards Paul | |||
|
| | #3 | ||
| ok Paul. You are right certainly. I am not yet accustomed with the programming object... Thanks a lot! Dominique "Paul Lautman" <paul.lautman@btinternet.com> a écrit dans le message de news: 4dim34F1acmkuU1@individual.net... > cd wrote: > > Hello, > > > > I got a PHP script in wich i have the following sql request: > > > > $configs = $db->getAll( 'SELECT * from !',array( CONFIG_TABLE ) ); > > > > No table is specified > > > > what is the character '!'? is it a reserved word or symbol? > > > > Do you know how SQL select the good table by the way of "!"? > > > > Thank you. > > > > Dominique > > I suspec that getAll is a method in a custom class. If you look through all > the includes to find the funcion getAll, you should find a bit of code that > substitutes a table name for the placeholder !. > > HTH > Regards > Paul > > | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: reserved, word |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MS Word to PDF | mini | PHP | 0 | 07-01-2007 5:08 PM |
| WORD!!!! | Chris Harris | HTML | 0 | 07-01-2007 1:42 PM |
| Word Puzzles | Lewis Carroll | Software Programming | 0 | 06-12-2007 11:36 PM |
| reserved word | Massimo | Database | 1 | 06-10-2007 12:25 AM |
| (OT) THE ALMIGHTY EFF WORD | 0tterbot | Computer Consoles | 0 | 05-29-2007 3:34 AM |
| Featured Websites | ||||
|