Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #37.0K
Ranked #4K
~1K People Reached
About Me

I love to learn. I love to program.

4 Posted Topics

Member Avatar for gilgil2

You would need to set `$name` to equal `$_GET['name']` (dependent on the URL). The first step is showing us the URL you have used, as Majestics said. You might not be using the correct key name for the gig name in the URL. Have you also checked for SQL errors? …

Member Avatar for phorce
0
498
Member Avatar for thiemebr

May I see an example of the HTML that this is code is used on? This will help me provide a good answer.

Member Avatar for jwdunne
0
113
Member Avatar for s98samman

It looks like it's because TextBox1.Text is of type string. I'm not sure but it may attempt to convert the string into an int where applicable (with inputs such as "20" or "350") and error out otherwise. If the text box is empty, conversion may not be possible. You may …

Member Avatar for JGorard159
0
561
Member Avatar for jcomputing

I think this may need to be done using JS. It's quite simple to do using Jquery: $('div').toggleSlide(); 'div' can be any CSS selector. This piece of code will either collapse or open the element with a smooth animation dependent on whether it is visible or not, such as having …

Member Avatar for jwdunne
0
142

The End.