Forum: MySQL Dec 3rd, 2008 |
| Replies: 1 Views: 474 Here is a diagramn explaining what i need to do. |
Forum: MySQL Dec 3rd, 2008 |
| Replies: 1 Views: 474 I need to get the 'customers_info_date_account_created' from the 'customers_info' table where the field 'customers_info_id' matches with the field 'customers_id' in the following query:
SELECT *... |
Forum: MySQL Dec 2nd, 2008 |
| Replies: 1 Views: 460 What i want to do is display all the customers data which is in the 'customers' table where their 'customers_id' is NOT IN the 'customers_id' field in the 'orders' table.
I hope i made sense!
... |
Forum: PHP Nov 9th, 2008 |
| Replies: 8 Views: 3,015 Why isn't this working????
Echo '
<form action="show.php" method="post" onChange="this.form.submit()">
<select>
<option value selected>select</option>
<option value="1">1</option>
<option... |
Forum: PHP Nov 6th, 2008 |
| Replies: 1 Views: 338 In the product list online i have the same products uner different names due to restrictions on oscommerce.
Example:
VDE004-DE
VDE004-DE1
VDE004-DE2
NLD6400-TO
NLD6400-TO1
etc..... |
Forum: PHP Nov 3rd, 2008 |
| Replies: 1 Views: 297 I am putting together an inventory system which keeps count of the stock level.
I have the inventory database setup for example:
Product Stock_level
Battery1 25
... |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2008 |
| Replies: 2 Views: 1,965 Problem 2 solved:
onkeyup=\"if(((this.value.charAt(0) == 8)&&(this.value.length > 2))||(this.value.length > 3))reload(this.form);else return false;\" |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2008 |
| Replies: 2 Views: 1,965 Hi,
I have an Alert box which pops up when a customer enters in "po box" in IE7 it doesn't let the user continue after entering "po box" in the field but in Firefox after Alerting it still lets the... |
Forum: PHP Aug 12th, 2008 |
| Replies: 1 Views: 573 I have this script working and now i just need the alert to pop up when the field is in PHP.
But when i put it in echo"" the onBlur event wont work.
function validate() {
var valStreet... |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2008 |
| Replies: 1 Views: 4,070 Hey,
My code i pretty messed up at the moment but i was hoping someone could help me change it so that when the form is reloaded the 2nd time round that the value in the drop down menu that's... |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2008 |
| Replies: 3 Views: 4,455 http://i36.tinypic.com/11rus5g.jpg
So far i have a database with all data in it.
I have the 1st text field where the user enters their postcode and then the page reloads populating the drop down... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 3 Views: 3,682 Please help me then!!!
I want to eneter "Fruits" into a text field and then for the Fruit options to populate the 2nd drop down menu.
So all i want to do is replace the 1st drop down menu with... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 3 Views: 3,682 I want to change this code so that you can enter "Fruits" in a textr field and the drop down is populated instead of selecting "Fruits" from a drop down.
<!doctype html public "-//w3c//dtd html... |
Forum: PHP Feb 25th, 2008 |
| Replies: 1 Views: 447 I have dates stored for logs which has three fields February 8 2008 for example.
How can i do a MYSQL querry which selects the logs between march 1 2005 to december 1 2007 for example.
Thanks |
Forum: PHP Feb 25th, 2008 |
| Replies: 2 Views: 2,368 i still have this problem p please help! |
Forum: PHP Jan 31st, 2008 |
| Replies: 2 Views: 2,368 Hi, i am having problems displaying the second page of search results. I have applied similar code to a view all logs page which works perfectly but i am having problems making it work with search... |