[Proto-Scripty] Being Dynamic

2009-06-21 Thread Robaj
Hello, I love Prototype.js, it's sort of the miracle we have been waiting for. All hard coded examples I have tried work great, but for some reason when I try to get dynamic (one sendRequest() for a group of controls for example) I can not get something that works. Maybe I am not allowed to do t

[Proto-Scripty] php in files

2009-06-23 Thread Robaj
I know this isn't strictly speaking a Prototype issue, but this is the only group I am in and a few topics do skirt around the edges of your main topic. If I have a file - home.php A very interesting home page"; ?> Then the file is returned to go into with a plain fread() into a variable which

[Proto-Scripty] Re: php in files

2009-06-23 Thread Robaj
} pg_close($dbconn); echo $retstr; } In the end this would leave me with only one main page index.php and all other pages called up via ajax and created or loaded via php. I have the feeling now that I have to update the whole page, not a terrible tragedy, but I just have the feeling th

[Proto-Scripty] Re: php in files

2009-06-25 Thread Robaj
etstr); > > > then anything inside that variable or file will be evall'd as opcode and > > passed through the pre-processor and you will be left with html or whatever > > your php code spits out! > > > HTH > > > Alex > > > - Original Message