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.

~2K People Reached
Favorite Forums
Member Avatar for nigelsponge

Hi, I am using a $get function to get a variable from the URL as my page subtitle. It works fine except if the variable has an apostrophe in it. Then the title has a backslash in front of the apostrophe (probably to escape that apostrophe). Not sure how to …

Member Avatar for coolest_987
0
191
Member Avatar for nigelsponge

Hi, this is probably very easy for someone, I have a link that I am creating dynamically. There is no problem if I use a static link but when I try to make it dynamic, I get syntax errors. I am not really a php developer. If someone could help …

Member Avatar for diafol
0
516
Member Avatar for nigelsponge

I am having a problem with an online application I've built that is using flashvars to get parameters from the url. This application works perfect in all browsers except ie 7 and older. I have tried embedding the content using AC_FL_RunContent javascript method and the newer swf object method accessing …

Member Avatar for Varnius
0
160
Member Avatar for nigelsponge

I am trying to figure out how to add up a series of text boxes which contain numbers that a user will input and have the total of those text boxes show up in a quantity text box on the next page. Not sure if i should use javascript or …

Member Avatar for scotttheath
0
203
Member Avatar for nigelsponge

Hi, I am using the explode function to bring some txt boxes from a database based on sizes. All is good but I need to only show the text boxes if there are sizes available for that particular garment. So the user can't enter any quantity into the text box. …

0
46
Member Avatar for nigelsponge

Hi a kind member (ardav) helped me with some php scripting to get a drop list to be populated using an exploded function in php. I need to also add a first option to the list that would say "Choose Color" as the client wants the light and dark colors …

Member Avatar for nigelsponge
0
101
Member Avatar for nigelsponge

Hi , I am using an explode function to split some comma separated colors into a drop down list. [CODE]<?php // Split the string up into an array of values $dropdown_data = explode(",", $row_rsApparel['Item_Colors']); // Output a dropdown echo '<select name="color" id = "color">'; foreach($dropdown_data as $key => $value) { …

Member Avatar for nigelsponge
0
419