Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Node JS anyone?
Post: RE: Node JS anyone?

I use it for websockets and some tasks where PHP execution time makes my life complicated, but have to say it is interesting. But PHP is mature and widely supported technology, sill my preferred serve...
20,133 Views
10 Replies
03-01-2016, 06:11 AM
Mangetsu
    Thread: How To convert the Php array to Javascript array
Post: RE: How To convert the Php array to Javascript arr...

PHP Code: -- $input=array(    array(        'loc'=>'loc1',        'lat'=>'32131',        'lng'=>'23232'        ),   array(        'loc'=>'loc2',        'lat'=>'111',        'lng'=>'23232222'        )...
5,885 Views
2 Replies
03-01-2016, 05:40 AM
Mangetsu
    Thread: Multiple images and data upload
Post: RE: Multiple images and data upload

If you have fixed number of images just have one column in table for each. If you may have variable number of images, or want to save additional data for each image (extension, size etc) you may think...
6,047 Views
4 Replies
03-01-2016, 03:37 AM
Mangetsu
    Thread: ulpoad video
Post: RE: ulpoad video

You will need to use something like FFmpeg on your server, triggering it trough exec. But expect high CPU and memory load during encoding. And to install it you will need SSH access to your server, so...
5,662 Views
4 Replies
03-01-2016, 03:16 AM
Mangetsu

Theme © iAndrew 2016 - Forum software by © MyBB