E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
d4n183 member Posts: 2 |
I made a script in a html page where a javascript code display the serial number but when i try to send to me an e-mail to verify the funcionality of that, instead of the serial number there is displayed the html code of the page. Why? # POSTED ON: May 24, 2008 @ 07:23 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
JavaScript is a client side programming language. When we can all code generator, we return as key whatever your http server throws at us .. and that will your page content. That's why you will need to write your code generator in server side scripting language and ensure that the only output we get is the code itself. # POSTED ON: May 24, 2008 @ 10:14 GMT -7 |
|
d4n183 member Posts: 2 |
So i need a code generator in php? # POSTED ON: May 24, 2008 @ 11:05 GMT -7 |
|
Thad.E-Junkie member Posts: 14 |
PHP is one way (and my personal favorite) for implementing a code generator on the server side. So in summary, yes. # POSTED ON: May 26, 2008 @ 11:19 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






