DHTML and CGIs in Euphoria

new topic     » topic index » view thread      » older message » newer message

Hi Euphorians;

	I=B4m working with some CGIs in Euphoria for creating dinamic html pages,=
=20
based on data sent in by the client and retrived from an edb database.

	For this purpose, I=B4m using the "%s" option inserted in some places of=
 the=20
html code:

For example:

text=3D{"Yellow","Banana"}
printf(1,<h1>%s</h1><h2>%s</h2>,text)


This works great, BUT, there is a big problem.
A lot of instructions in HTML use the % simbol. So, if I create a HTML page=
=20
using tables for example, I have to take a lot of care with the command=20
width=3D"xx%" and change all of them to width=3D"xx%%".

My question is :  Is there any other way in euphoria for create dinamic=20
HTML pages ? Is the strategy I=B4m using for this a good one ? Any=20
suggestions about creating cgi scripts in euphoria are welcome !

Thanks

Rubens=20

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu