Forum: PHP Nov 9th, 2008 |
| Replies: 8 Views: 3,174 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: 350 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: 305 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: PHP Aug 12th, 2008 |
| Replies: 1 Views: 580 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: PHP Feb 25th, 2008 |
| Replies: 1 Views: 457 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,446 i still have this problem p please help! |
Forum: PHP Jan 31st, 2008 |
| Replies: 2 Views: 2,446 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... |