Forum C# Print data on HTML

Print data on HTML

Postby Ariel Valls » March 20th, 2011, 5:08 am

Is there any way to print info from bigDB to an html or php etc? For example: www.mydomain.com/users.html then i got a list of all users pulled from bigDB.
Ariel Valls
Paid Member
 
Posts: 32
Joined: March 11th, 2011, 12:50 pm

Re: Print data on HTML

Postby Oliver » March 21st, 2011, 5:44 am

Sorry, we don't yet supply a PHP client to Player.IO.

We do have a C# client, so you might be able to use that for all your-own-server-serverside-needs?

- Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am

Re: Print data on HTML

Postby Ariel Valls » March 21st, 2011, 4:29 pm

Thanks for the answer Oliver :), i know there is no PHP client, i just wanted to know if there is any available way to generate an html with C#, something like this http://www.dotnetperls.com/htmltextwriter that i can generate it but if i upload a dll with that function where i can see it? ... the only way to see serverside function its on flash? .... what i want to achieve its generate html content pulled from bigDB for SEO, if you know another way i can do this please let me know :roll:

Thanks :)
Ariel Valls
Paid Member
 
Posts: 32
Joined: March 11th, 2011, 12:50 pm

Re: Print data on HTML

Postby Oliver » March 21st, 2011, 4:38 pm

You have to host a server running asp.net or simliar somewhere, where you use the .net client to pull objects from BigDB and then generate HTML based on those objects and then Response.Write(...) the resulting HTML back to the client.
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am


Return to C#



cron