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
~15.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ayooshkasmth

Hi, I have a problem with retrieving uploaded images from a database. It appears to upload fine, but when i try to display the image i get loads of binary jargon? I have tried looking everywhere for a solution, but unable to, any help would be greatly appreciated. The code …

Member Avatar for gentlemedia
0
8K
Member Avatar for jigglypuff13

Hi There, I am a bit of a PHP newb :P I have developed a multi-page form which works fine at the moment - each stage is on another page (I use the session to retain the data). However I know that users don't always use these forms the way …

Member Avatar for somedude3488
0
280
Member Avatar for ayooshkasmth

I am trying to do some JavaScript calculation with checkboxes, and have been able to modify some codes to do bits of what i want to do. (Screenshot attached) However, i want each checkbox to have multiple values, and therefore multiple results. I can't find any examples, but i've come …

Member Avatar for Airshow
0
3K
Member Avatar for ayooshkasmth

I've been on this for so long and cant seem to get it working. I am trying to display teh value of a dropdown in a text box and i've tried so many things but it just wont work: [CODE] <?php $query3 = "SELECT contaminant, gac_value FROM gac_ea WHERE land_use …

Member Avatar for ayooshkasmth
0
104
Member Avatar for ayooshkasmth

Is there a way to display text from selecting checkboxes such that different combinations have different texts?

Member Avatar for ayooshkasmth
0
74
Member Avatar for ayooshkasmth

I am trying to insert multiple rows using foreach, with no luck. I am able to insert the rows i want, however all the rows have the same value (that of the last row). This is the script i'm using: [CODE]foreach($_POST as $key=>$val) { $contaminant = $_POST['contaminant']; //$gac_value = $_POST['gac_value']; …

Member Avatar for ayooshkasmth
0
2K
Member Avatar for facarroll

I have a script that creates a record in MySql database which allocates certain machines to any or all of six usergroups under the management of a unique manager. It works fine in creating an original record, but I want to be able to use the same form to update …

Member Avatar for ayooshkasmth
0
108
Member Avatar for ayooshkasmth

Hi, i have a table with a list of items, each of which has certain values. I want to have a set of checkboxes for the values and another for the items, so the items can be filtered by selecting different values. My question is: will this be better done …

Member Avatar for ayooshkasmth
0
155
Member Avatar for ayooshkasmth

Hi, I am trying to insert two columns each from a different table into a single table and give that a value and i can only find insert INTO different table examples, and none for FROM different tables? I have attached the table im trying to insert into: the samples, …

Member Avatar for ayooshkasmth
0
98
Member Avatar for ayooshkasmth

Hi, I am trying to print different messages based on what is selected. The selections are stored in a database as $perm, and the options are low, intermediate and high. I am using switch, however i only get the first case printed: [CODE] $low = "Low"; $int = "Intermediate"; $high …

Member Avatar for ayooshkasmth
0
93
Member Avatar for ayooshkasmth

Hi, I have a parent and child form, with the child form connected to the parent form by the parent_id. The forms are on different pages, and i am trying to pass the id of the parent form to the child form using session variables. What ive done (with no …

Member Avatar for ayooshkasmth
0
154
Member Avatar for ayooshkasmth

Hi, I have two sets of checkboxes, which im planning to use for selecting items from a mysql database. The first set of checkboxes are the search criteria, which can be ticked or unticked according to user preferences. The second set of checkboxes contain the results of the use preferences, …

0
72
Member Avatar for ayooshkasmth

Hi, i have been trying in vain all day to assign child name to a parent id in an innodb table with foreign key. I can retrieve the parent id fine, but the problem is when i try to insert child name, PHP doesn't seem to be passing any values …

Member Avatar for MindSter
0
87
Member Avatar for ayooshkasmth

Hi, I have some pictures in a MySQL database that i am able to retrieve and display. How ever, i want to display them as images in a gallery, but not able to. The MySQL query is ok, it retrieves the images, i think the problem is with my PHP …

Member Avatar for ayooshkasmth
0
199