Page 1 of 1
PHP & Javascript
Posted: Fri Aug 14, 2009 4:48 pm
by SpiritWebb
Do you plan on doing some videos with the PHP/Javascript & MySql implementation? If so, that would be wonderful...just a thought
Re: PHP & Javascript
Posted: Fri Aug 14, 2009 5:31 pm
by Noctrine
Who? And to what end?
Re: PHP & Javascript
Posted: Fri Aug 14, 2009 5:51 pm
by hallsofvallhalla
yes i do plan on making javascript tutorials.
Re: PHP & Javascript
Posted: Fri Aug 14, 2009 6:06 pm
by SpiritWebb
This will come in handy with me, cause what I'm trying to do with flash, javascript is pretty much the same code, and with javascripting and actionscripting communicating with PHP, it will help in building the communication lines between the two into MySql! WOOT!
Re: PHP & Javascript
Posted: Sat Aug 15, 2009 6:07 am
by SpiritWebb
This will allow me to consider making my game, straight in flash using actionscript, then communicating that to javascript and over to PHP for MySql, and back. Which will be alot better for us, in our game design. Which I will release our game, on what we are doing later. Making sure we get everything right in our story (presentation if you will).
Re: PHP & Javascript
Posted: Sat Aug 15, 2009 5:00 pm
by hallsofvallhalla
javascript ----> PHP = Ajax
Re: PHP & Javascript
Posted: Sun Aug 30, 2009 7:42 pm
by Falken
hallsofvallhalla wrote:javascript ----> PHP = Ajax
Nope...
Javascript ----> PHP != Ajax
Javascript + XML = Ajax
AJAX means "Asynchronous JavaScript and XML", so no need to use php, and not real ajax without XML involved. Yes you are using XMLHttpRequests mainly yo transfer data, which initially was used to transfer XML data, but now also used to transfer ordinary text data.
Altho just a question of definition

Re: PHP & Javascript
Posted: Sun Aug 30, 2009 11:44 pm
by hallsofvallhalla
you misread my post..it read, to get javascript to run like php or with php you use ajax
i did not say javascript + php = ajax