Have an account? Sign in
Login  Register  Facebook
another sql query question

I have ONE table. it has 4 columns as following: I want to perform 2 tasks. Task 1: 1. First i have a specific user, I want to see with which user it is connected to. lets say alex ... [see more]

5 answers September 19, 2011 Latest Activity: September 19, 2011
Populate Dropdown based on another Dropdown

I want to create 2 Drop Down boxes so that first we have a dropdown box, and if a user selects any value from it, then the second drop down appears which contains related values based on ... [see more]

1 answer September 19, 2011 Latest Activity: September 19, 2011
Upload image and add image path on db

Hello there! I have a form that add some information on mysql db but i need a way to upload an image with this form too and the path of the image to be inserted on the db. I don't know how ... [see more]

5 answers September 19, 2011 Latest Activity: June 8, 2018
Which approach is better for security?

I get input from user through a form and then process. For example, Method 1: if $_POST[\'submit\']{ $title = $_POST[\'title\']; $message = $_POST[\'message\']; send_message($title, ... [see more]

1 answer September 18, 2011 Latest Activity: September 18, 2011
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
Is it Possible in PHP? Need Help

Hi All I need ur help. Is it possible to fetch the information from other sites and store those information in to my database for my site viewing purpose? Periodically i have to update ... [see more]

2 answers 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
Cache yahoo weather and yahoo currency

Hello to everyone! I have a yahoo weather script and a yahoo currency script in my site but they are taking too much time to load and are slowing my site. Can someone help me to made them ... [see more]

3 answers September 18, 2011 Latest Activity: September 18, 2011