Forum: HTML and CSS Jul 16th, 2009 |
| Replies: 5 Views: 360 Thanks Menster Adding the quotes fixed the problem. |
Forum: HTML and CSS Jul 15th, 2009 |
| Replies: 5 Views: 360 Here is the real code "product name" was just an example.
This is the part of the input form;
echo "<select name='type'>";
include("mysql_conn.php");
include("db_conn.php");
// Get a... |
Forum: HTML and CSS Jul 14th, 2009 |
| Replies: 5 Views: 360 I have a form which takes a string from a database and posts it to another page problem is that post seems to be shortening the variable.
So if post should be "product name" it is shortened to... |
Forum: *nix Hardware Configuration Jan 3rd, 2008 |
| Replies: 0 Views: 1,231 Hi I am trying to install an ADDON usb wireless card on centos 4.5. I took the cover off of the card and found that it had the at76c505 chip. So I used a Netgear MA101 how to because this uses the... |
Forum: PHP Dec 13th, 2007 |
| Replies: 5 Views: 1,798 Thanks for your help that's not so bad after all. |
Forum: PHP Dec 8th, 2007 |
| Replies: 5 Views: 1,798 No that hasn't worked I think that it would but I have got the date field of my database as varchar.
I am trying to change the field but the date format needs to have a YYMMDD format and i want a... |
Forum: PHP Dec 8th, 2007 |
| Replies: 5 Views: 1,798 <form action="book_dive.php" method="post">
<input type="submit" value="Submit">
<table border="1" width="75%" cellpadding="2" cellspacing="2">
<tr>
<td align="center">BOOK</td>... |
Forum: PHP Dec 3rd, 2007 |
| Replies: 7 Views: 781 Probably a silly question but why is it neccesary to encrypt the passwords if the web server is secure. |
Forum: PHP Dec 2nd, 2007 |
| Replies: 7 Views: 781 |
Forum: PHP Dec 2nd, 2007 |
| Replies: 7 Views: 781 Hi I am new to php and most other things, I am trying to make a form on my website to take users details for membership purposes. This data will be stored in a mysql database. What I have at the... |