Have an account? Sign in
Login  Register  Facebook
Help with php queries

1) My first query is how can i get the values from an array to be passed into a mysql query for the following part. I have a dropdown select box with to options that have values assigned ... [see more]

1 answer September 22, 2011 Latest Activity: September 22, 2011
duplicate content

Hello Jooria ! please i want to update a table sql which content an ID + colum already exist the probleme is when i want to make the insert it gave me a message error : #1062 - Duplicate ... [see more]

1 answer September 22, 2011 Latest Activity: September 22, 2011
Help with Dock Plan

I need help in creating the following PHP MySQL system that will create a dock plan system. I do not know much about creating relational databases. Let me give you abit off back ground ... [see more]

8 answers September 22, 2011 Latest Activity: November 20, 2018
How to move pages in MySQL using PHP

Can anyone help with a little query I have. I don't have the PHP code sorted yet but I'm hoping someone will have a solution with any code as an example. Example of MySQL ... [see more]

3 answers September 22, 2011 Latest Activity: September 22, 2011
PHP MySQL to create dock plan

I want to create a PHP MySQL where I can create the following but i'm not sure how to do it with my little knowledge of programming. Let me give you abit off back ground on the basic ... [see more]

1 answer September 22, 2011 Latest Activity: June 11, 2018
PHP Pagination problem

I have a problem with the pagination class that I have downloaded from here. When I run this code it gives me more pages than I need as it is grouping all the files in the database as one ... [see more]

1 answer September 21, 2011 Latest Activity: September 21, 2011
mysql query question

I want insert "This is a apple, it is a fruit" to query the database. and only match the words 'apple' and 'fruit' not 'fruits' from the database and return '1 fruit apple red ... [see more]

3 answers September 21, 2011 Latest Activity: September 21, 2011
Duplicate record

The duplicate record check does not work properly if($_POST) { $required = array('full_name','usr_email','pwd','user_name'); $missing = array(); foreach($_POST as $key => ... [see more]

1 answer September 21, 2011 Latest Activity: September 21, 2011
Help with login/register system and validation

I am trying to create a create a login system but it odes not work or validate. Here is my code: require_once('dbc.php'); if(isset($_POST['doRegister']) == 'Register') { ... [see more]

2 answers September 21, 2011 Latest Activity: September 21, 2011
how to make a newsletter using php 5 and mysqli

how to make a news letter with php and mysqli this is the user interface <?php $company_name = ""; $company_email = ""; $user_msg = ... [see more]

8 answers September 21, 2011 Latest Activity: June 2, 2018