Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for BillyMako

[IMG]http://i36.tinypic.com/11rus5g.jpg[/IMG] 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 menu with the corresponding suburbs. Next what i want is after a suburb has been selected in …

Member Avatar for itsjareds
0
503
Member Avatar for BillyMako

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: [code=sql]SELECT * FROM customers WHERE customers_id NOT IN( SELECT customers_id FROM orders )[/code] I basically have all the information in columns from the query and need an …

Member Avatar for BillyMako
0
127
Member Avatar for BillyMako

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! Thanks, Billy

Member Avatar for stephen84s
0
106
Member Avatar for BillyMako

Why isn't this working???? [code=php]Echo ' <form action="show.php" method="post" onChange="this.form.submit()"> <select> <option value selected>select</option> <option value="1">1</option> <option value="2">2</option> </select> </form> ';[/code]

Member Avatar for Yipyo
0
3K
Member Avatar for BillyMako

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..... In the inventory list it will just have - VDE004 NLD6400 When a product is purchased is decrements one off the stock_level column. I need …

Member Avatar for Will Gresham
0
95
Member Avatar for BillyMako

I am putting together an inventory system which keeps count of the stock level. I have the inventory database setup for example: [B]Product[/B] [B] Stock_level[/B] Battery1 25 Whenever "Battery 1" is bought, it adds a row to the "orders_products" table. Is there a way where i can have an update …

Member Avatar for somedude3488
0
109
Member Avatar for BillyMako

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 customer continue. How can i make it so that on …

Member Avatar for essential
0
124
Member Avatar for BillyMako

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. [CODE] function validate() { var valStreet = new RegExp("[pP]{1}[.]*[oO]{1}[.]*[ ]*[bB]{1}[oO]{1}[xX]{1}"); //Anything with "PO BOX" alerted if (form.Street.value.match(valStreet) …

Member Avatar for langsor
0
94
Member Avatar for BillyMako

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 selected stays after the reload. [CODE] <!doctype html public "-//w3c//dtd …

Member Avatar for langsor
0
208
Member Avatar for BillyMako

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. [code] <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Multiple drop down list box from plus2net</title> <SCRIPT language=JavaScript> function reload(form) …

Member Avatar for langsor
0
160
Member Avatar for BillyMako

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 results. I think it might be a problem with $searchString, not sure??? Please help …

Member Avatar for ambrose
0
153
Member Avatar for BillyMako

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

Member Avatar for nav33n
0
89