JSON - in Ajax (Php and Javascript)
Uploader Comments (alihammadshah)
Video Responses
All Comments (49)
-
nice and very clear video...it's a simple example but it does the job.
-
Can I place that index.php as index.html outside the server? Will it work?
-
@eltin182 he is using netbeans for some of his videos. You can use a norml text editor too, but you wont get the text completion and suggestions
-
Posted a year and a half ago but still a terrific intro to JSON + PHP. Thanks!
-
Integrated development environment, usually a program that aids development by providing lots of programming tools such as syntax highlighting, auto-completion of common classes, built in compilation, language help, and others.
-
what its IDE?
-
what text editor is that?
-
@Robbinski14 you're so smart robbinski, and humble too. i guess because this is easy as hell we wouldn't need tutorials like this right? i guess you watched this tutorial only to make sure alihammadshah wasn't making any mistakes?
Is there a way to send a json array from php to javascript without an external javascript library?
KE7CFN 2 months ago
@KE7CFN
I think for decoding javascript without a JSON library in javascript, you could use eval..
var jsobj = eval("("+jsonstr+")");
alihammadshah 2 months ago
no offense but this really is easy as hell. i'm now 16 years old and I've been doing stuff lile this for almost 3 years now...
Robbinski14 1 year ago
@Robbinski14 yeh its easy to learn decode and encode. When I learn't Files I/O, I used to store data in tags like XML but i didn't know XML existed. Doesn't mean I am as smart as the XML inventor. This data format is ideal of JS because it represents JS object and now the decoders/encoders written in different languages for JSON are also very very fast.
alihammadshah 1 year ago
That was a awesome! I informative and very detailed yet simple.
Thank you , I have had exp. with JSON and Ajax with php , but needed a refresher. Thank you so much, your delivery of the subject was amazing.
www70665 1 year ago
@www70665 thank you v much :).
alihammadshah 1 year ago