My form opens by populating a PHP array using data from a MySQL database. The PHP array name is $aTee[$i] and will have 3 - 5 elements. I have a JavaScript...
Hi all... I have a tell-a-friend script that I am using for a website. After one enters the necessary information and submits it, it takes the visitor to a...
Try deleting the whole line: print $display->full('Email sent successfully to ' . $to_name, a({-href=>$referrer}, 'Click here to return to the page you came...
... Er...JavaScript is _client_-side. PHP is _server_-side. You are trying to mix two technologies that are fundamentally different. What you want to do...
... I did indeed make a backup; I always do that when I'm making tweaks that I am unsure will work. *grin* I tried that and got a 500 error - "The page cannot...
... Without knowing more about the script... and this is of course just a guess... but while that may still work, I think it takes out any indication to the...
The question of whether or not anyone really disables javascript and whether web designers should take non-javascript enabled browsers into account comes up on...
Assuming your javascript is in a PHP page, use PHP to write out a *javascript* array using the values from the PHP array which your javascript can then use....
Hi Melinda, I assumed that the variable $referrer held the page you wanted to go to. If you put:- echo $referrer; exit; and run it, it will stop and print out...
... It sounds to me like "orders@..." just redirects the e-mail to everyone who is supposed to receive it. Sorta like this list group. The fact that...
Thanks. You confirmed what I thought but wanted to be sure I didn't have wayward thinking. JoAn ... It sounds to me like "orders@..." just redirects...
... Get on the phone with your hosting company and while on the phone with them, test your form. Ask them to check to see if the problem email went thru their...
Yes. That is appx what happened. Seems like the host turned on some forbidden spam filters. Who knows why???? Anyway, we got the filters turned off and the...
Hey gang, I'm struggling trying to create cross-browser hover effects for some thumbnails on a page. When someone rolls over a thumbnail, I want a 1px red ...
Hi Dean, The only solution I can see (to make it work in all browsers that support hover) is having a black border, then red on hover:- .prodtext img { border:...
... Wow... I tried about 50 different ways to do that yesterday and none of them worked. Somehow you came up with just the right syntax and combo to pull it ...
Is it Possable to change an animated picture to html .I think I am asking the right question.What im trying to do is put an animated pic on a yahoo home page....
Hi Dan, --"Is it Possable to change an animated picture to html .I think I am asking the right question.What im trying to do is put an animated pic on a yahoo ...
... <snip> Er...while that statement is false (I've got the source code to prove it too), performance goes out the door to actually make it happen. Think one...
... Probably because I'm the only one on this list capable of programmatically extracting individual pixels from a GIF and dumping the result into a HTML...
Hi Thomas, --"> You cannot change a GIF picture into HTML code, ... Er...while that statement is false (I've got the source code to prove it too), performance...
Hi Gary, --"I was replying to someone who thought something was impossible on a computer." -- Not so much impossible (hell, I built my first computer back in...