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
Ranked #4K
~540 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for designingamy

It looks like you are not registering your session vars. The following works for me. session_start(); session_register("SESSION_VAR1"); session_register("SESSION_VAR2"); $SESSION_VAR1 = $var1; $SESSION_VAR2 = $var2; Good luck, cmc:)

Member Avatar for designingamy
0
193
Member Avatar for SavyCat

I have a web based form that contains a select box that calls to an AJAX function from the onchange event that produces at least two additional select/textboxes boxes. When I submit the form using Firefox/Mozilla, the additional form values do not post to the next page. Ugh! Works fine …

Member Avatar for brechtjah
0
120
Member Avatar for jproducer

Use css with the following example: <style type="text/css"> <!-- a:link.mp3 { color:YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } a:active.mp3 { color:YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } a:visited.mp3 { color:#YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } a:hover.mp3 { color:white; background-color:YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } --> </style> Change appropriate params above, ie, text-decoration, font-weight, font-size, etc. Then …

Member Avatar for SavyCat
0
227

The End.