Securing user inputs for database
What is good method to secure the user inputs before inserting to database so that there can not be SQL injection or other kind of hacking? If you can give any function/code, it will be ... [see more]
1 answer
September 18, 2011
Latest Activity: September 18, 2011
SELECT query related question
I had asked a question earlier, and is_set answered following code: This is what exactly i was looking for, many thanks. select * from table2 where column1 in (select if(column1 = ... [see more]
3 answers
September 18, 2011
Latest Activity: December 19, 2018
handling duplicates in mysql
Hi All! please, I need some help to get started with a script for finding and handling duplicate rows in a mysql table. Here's the table structure ... [see more]
2 answers
September 18, 2011
Latest Activity: September 18, 2011
Selecting data from second table based on data from 1st table
Hey. Thank you very much for your help with my previous question. This website has been very helpful to me. I need more help with the following query/queries, i will be so thankful if ... [see more]
4 answers
September 18, 2011
Latest Activity: September 18, 2011
request for help with select query
I need a help with selecting the rows in a table depending on the status in previous table. Table1 Column1 Column2 Status Smith Alex 1 Smith Mark ... [see more]
6 answers
September 18, 2011
Latest Activity: September 18, 2011
how to delete duplicate records in a table
Hi! please i wanna update the content of my table for exemple, i have one table contains 4 names of movies , and all the 4 movies are the same Please can you give me a small script php ... [see more]
2 answers
September 18, 2011
Latest Activity: September 18, 2011
Picture on feed (RSS)
Hi! please i have this Fess "rss" on my web site and i wanna show the pictures here is my file : $xml .= ... [see more]
1 answer
September 18, 2011
Latest Activity: September 18, 2011
SQL problem in selecting multi tables
okay i have his mysql query... SELECT members.memberID, members.salutation, members.firstName, members.middleName, members.lastName, members.suffix, members.company, ... [see more]
3 answers
September 18, 2011
Latest Activity: September 18, 2011
how to select from database a text orgonized Alphabetically
Hi! please how can i make a selecting from my database orgonased by order of Alphabet exemple on the top of my website i wanna put A B C E D .... every letter take all the names in the ... [see more]
3 answers
September 18, 2011
Latest Activity: September 18, 2011
How To Merge 2 Tables In 1 Table
i have a mysql table titled `films2` has `id` | `name` | `categorie` | `synopsis` | `type` | `s` and the new table that i want to merege it has `liens` `idlien` | `lien` | `name` i ... [see more]
1 answer
September 18, 2011
Latest Activity: September 18, 2011
|
© Advanced Web Core. All rights reserved