[tw] Re: Receiving data from a php file

2013-11-18 Thread skye riquelme
Em quinta-feira, 14 de novembro de 2013 20h15min09s UTC-3, Yakov escreveu: > > Hello everyone, > > I'm by no means an expert in serverside scripting or client-server > interaction, but shouldn't TW (as client-side) interact with php-script > (server-side) with some POST/GET requests? > > Best r

[tw] Re: Receiving data from a php file

2013-11-18 Thread skye riquelme
Thanks Eric...thats damm awesome.opens up a whole new ball´park for me. Skye Em quarta-feira, 13 de novembro de 2013 22h38min49s UTC-3, Eric Shulman escreveu: > > > On Wednesday, November 13, 2013 4:38:21 PM UTC-8, skye riquelme wrote: >> >> Hi Ericthanks...I am sure we are really close.

[tw] Re: Receiving data from a php file

2013-11-14 Thread Yakov
Hello everyone, I'm by no means an expert in serverside scripting or client-server interaction, but shouldn't TW (as client-side) interact with php-script (server-side) with some POST/GET requests? Best regards, Yakov. четверг, 14 ноября 2013 г., 5:38:49 UTC+4 пользователь Eric Shulman написал

[tw] Re: Receiving data from a php file

2013-11-13 Thread Eric Shulman
On Wednesday, November 13, 2013 4:38:21 PM UTC-8, skye riquelme wrote: > > Hi Ericthanks...I am sure we are really close...but I cant get it to > work. seems the onclick is not firing the code I am testing is - > > style="width:100%;height:200px;"> > check this out! > <> > > ..for

[tw] Re: Receiving data from a php file

2013-11-13 Thread skye riquelme
Hi Ericthanks...I am sure we are really close...but I cant get it to work. seems the onclick is not firing the code I am testing is - check this out! <> ..for now I am just putting the txt into a localStorage so I can quickly see if it worked... the php code is returning the text.

[tw] Re: Receiving data from a php file

2013-11-13 Thread Eric Shulman
On Wednesday, November 13, 2013 10:09:11 AM UTC-8, skye riquelme wrote: > Thanks..as I said, the link returns the dataand I can format the > output into JS code or whatever..but the result of the link is that the > data is returned to window/tab where the TW is open... losing the >

[tw] Re: Receiving data from a php file

2013-11-13 Thread skye riquelme
Thanks..as I said, the link returns the dataand I can format the output into JS code or whatever..but the result of the link is that the data is returned to window/tab where the TW is open... losing the TW.my question is how receive the data from the php link...into a tiddler..

[tw] Re: Receiving data from a php file

2013-11-13 Thread whatever
Hey! Whatever data (I presume they're URLs) you get from PHP, you need to parse it in TW with JS/jQuery. There, you can add HTML code (or TW markdown) and make the links clickable. Linking to PHP will open the PHP file. w On Wednesday, November 13, 2013 3:35:56 AM UTC+1, skye riquelme wrote: >