All Questions

by web-api | 30/12/16 | 1 Answers | Tags : jQuery , latest Views : 1019
how to get latest jQuery from GOOGLE CDN or any other source. suppose when new version of jQuery release . it should auto load latest jQuery. so is there any way it auto load latest jQuery from google cdn or any other source

Read more

by yogi | 30/12/16 | 2 Answers | Tags : Javascript , HTML , Security Views : 1103
form where there's a bank account id or customer id and a password, and want to make encryption on the both field before send it to server , by encryption , i want to make little harder to hack it on the way of server. so is there any way by javascript or html i can secure it before send it to server.

Read more

by yogi | 30/12/16 | 1 Answers | Tags : PHP , mod_php , php-fm Views : 1060
mod_php VS php-fpm which one is best to use and why ? working to make website more faster and using mod_php

Read more

by yogi | 30/12/16 | 3 Answers | Tags : PHP , Caching Technique , OpCache , XCache Views : 4502
website's some page load very slower , made with PHP and trying to make it faster. so decide to go with cache but now confuse that which one is more good : OpCache or XCache . OpCache or XCache which one give me more good faster pages and ease of code also . OpCache VS XCache , pros and cons of the OpCache and XCache

Read more

by yogi | 30/12/16 | 1 Answers | Tags : PHP , HTML Views : 1187
making an tree-view but it should be without JS . without JS because i dont have more deeply knowledge of JS . so i am skipping to use part code which i dont know more deeply. i need tree-view in PHP , want to use only PHP and HTML no JavaScript. i tried but its not javascript free

Read more

by | 29/12/16 | 1 Answers | Tags : PHP , xml-parser , xml-to-array Views : 956
working with cruise api , i am getting lots of xml response and very good at array than the xml so i want to convert xml response to array in php . is that any good library or something will help to convert xml to array in php

Read more

by | 29/12/16 | 1 Answers | Tags : PHP , copy , directory Views : 947
how to copy directory and its inner files , from one location to another in php , any lib or code to do copy from one location to another whole folder easily

Read more

by | 29/12/16 | 1 Answers | Tags : PHP , zip Views : 537
how to do zip in php, one file or multiple file to zip by php.

Read more

by | 29/12/16 | 2 Answers | Tags : PHP , extract , zip Views : 1118
how to extract zip file in php ? is there any lib or code to extract zip easily without more complex code

Read more

by | 28/12/16 | 1 Answers | Tags : PHP , ftp Views : 615
is there any opensource library/function to connect with server by ftp detail in Php . so to connection is easy and follow good coding standard.

Read more

by | 28/12/16 | 2 Answers | Tags : PHP , serialize , json_encode Views : 1902
serialize() or json_encode() which one is better to use ? as considering performance and memory usage . which one is good and why ? i am using serialize() or json_encode() both as per requirement but now i want to stick with one which help me to give better performance in php so suggest

Read more

by | 28/12/16 | 1 Answers | Tags : PHP , PostgreSQL , serialized Views : 1091
how to store serialized value to PostgreSQL in php

Read more

by | 28/12/16 | 1 Answers | Tags : PHP , array , unset Views : 1056
why Internal pointer never reset or never get minus ? when we do unset($value[1]); it remove array value from index 1 but if add new value it goes to next increment internal pointer , it is 2 in our case . it means php will not reuse it next time until whole array not redefined or restart. why it is there is no intelligent indexing are there in php . in mostly array why unset only remove value and index but dont fill it again when next value come up to push.

Read more

by | 28/12/16 | 1 Answers | Tags : MySQL , unserialize Views : 7557
unserialize value in database MySQL itself .by function of MySQL or any how.i dont want to use Php function unserialize() table have suppose following serialized stored value. want to decode to back value and grab some content without use of php but at database MySQL reason behind to decode at database level because i want to unserialize value and use it in same query . so single query do all thing . normally what we do 1. we grab the value from database 2. than unserialize it in php 3.again use it to get some entry from database. i want to make a single query which get data , unserialize it and again use it to same table/database.

Read more

by | 28/12/16 | 1 Answers | Tags : PHP , MySQL , serialized Views : 845
how to store serialized value to MySQL in php

Read more

by | 28/12/16 | 1 Answers | Tags : PHP , MySQL , PostgreSQL Views : 972
diffrence between MySql vs PostgreSQL

Read more

by | 28/12/16 | 0 Answers | Tags : PHP , unserialize Views : 1051
using code belowed give error Catchable fatal error: Object of class config could not be converted to string

Read more

by | 28/12/16 | 1 Answers | Tags : PHP , stdclass Views : 1262
dont know more about the PHP but experimenting with class. i read that stdclass is the standard class definition in PHP. so i used like this and it give me Parse error , so what should be good way to define class inline in php

Read more

by python | 28/12/16 | 1 Answers | Tags : PHP , MySQL Views : 2279
Difference between md5 in php vs Mysql

Read more

by python | 28/12/16 | 2 Answers | Tags : PHP , serialize Views : 1043
what is use of serialize function in php ?

Read more