Tell me how can we display information of a variable and readable by human with php?
No Answer is Posted For this Question
Be the First to Post Answer
What is trait in php?
i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200
How check submit button is clicked in php?
How to split a string into array using php?
Which is faster for or foreach?
How do you identify independent and dependent variables in regression analysis?
How to increase the execution time of a PHP script?
how to select the multiple data in selection button
What are the array functions in php?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
what are the errors and when we get that particular errors.and who will give that errors
how to set session expire(session timeout) using php code