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
~428 People Reached
Favorite Tags
Member Avatar for bjg5858

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 "product" by post I think. Any help would be great thanks.

Member Avatar for bjg5858
0
102
Member Avatar for bjg5858

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 same chip. [url]http://atmelwlandriver.sourceforge.net/howto/howto.html[/url]. In this how to it …

0
81
Member Avatar for bjg5858

<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> <td align="center">DATE</td> <td align="center">TIME</td> <td align="center">LEAVING FROM</td> <td align="center">BOAT</td> <td align="center">DEPTH</td> <td align="center">DIVE SITE</td> <td align="center">MIN QUAL</td> </tr> <? include("conn.php"); $res=mysql_query("SELECT * FROM dives"); if(mysql_num_rows($res)==0) echo "No data in table"; for($i=0;$i<mysql_num_rows($res);$i++) { $row=mysql_fetch_assoc($res); //mysql_fetch_assoc STORES A …

Member Avatar for bjg5858
0
95
Member Avatar for bjg5858

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 moment is a plain html form that posts the …

Member Avatar for buddylee17
0
150