questions/web-development/php
Hello @kartik, In Laravel 4 & 5 (up ...READ MORE
I want to use some data from ...READ MORE
Hello @kartik, I used FPDF v. 1.53 and ...READ MORE
Hello @kartik, Sending an HTTP POST request using file_get_contents is ...READ MORE
Hello @kartik, Single quotes are escaped by doubling ...READ MORE
I'm having trouble using PHP code to ...READ MORE
Hello @kartik, Set posts_per_page parameter in args to ...READ MORE
Hello, Use the admin_enqueue_scripts action and the wp_enqueue_script method to add custom ...READ MORE
Hello @ Regina, First checks whether a variable is ...READ MORE
Hello @kartik, You can Zip a whole folder using ...READ MORE
My form has a dropdown that I ...READ MORE
Hello @kartik, try this: function grab_image($url,$saveto){ ...READ MORE
The index.php I created a connection with the ...READ MORE
I made a registration validation in PHP. ...READ MORE
Hii, I don't think this can be done ...READ MORE
Hii @kartik, Working with different servers with various ...READ MORE
Hello @kartik, This error message gets triggered when anything is ...READ MORE
Hello, Use getLastRequest. It returns the XML sent in ...READ MORE
Hello @kartik, Follow these steps to reset password ...READ MORE
Hello @kartik, Your server most like does not ...READ MORE
Hello @kartik, It is not working because you have to ...READ MORE
Hello @kartik, Use SERVER_NAME. echo $_SERVER['SERVER_NAME'] ...READ MORE
Hello @Hitesh, Yes, you can create a database using ...READ MORE
Hii, Use cURL. This function is an alternative to file_get_contents. function ...READ MORE
Hello @kartik, Try-Username: root Password: (No password set). Sometimes it doesn't ...READ MORE
Hello @kartik, For a typical XAMPP install on ...READ MORE
You can easily tell laravel to load ...READ MORE
Hello @kartik, If you're already logged into the ...READ MORE
Hello @kartik, Go to the phpMyAdmin Home page ...READ MORE
Hello @kartik, We setup wildcard DNS like they ...READ MORE
Hello @kartik, Each YouTube video has four generated ...READ MORE
Hii, Use: $session_id = Session::getId(); or $session_id = ses ...READ MORE
Hello @kartik, You just need to enable this ...READ MORE
Hii, Your best bet is the magic method __call, ...READ MORE
Hello @kartik, Using property_exists( mixed $class , string $property ...READ MORE
Hello @kartik, file_get_contents / file_put_contents will not magically ...READ MORE
Hello, Try this: $content = utf8_encode(file_get_contents('http://example.com/rss.xml')); $xml = simplexml_load_string($content); Hope it ...READ MORE
Hello @kartik, In Ubuntu for install imap use sudo ...READ MORE
Hello @kartik, You need to place the \n in double ...READ MORE
Hello kartik, Use session_id(), it returns an empty string ...READ MORE
Hello, A simple example capturing anything starting with http:// and https:// could ...READ MORE
WordPress is running on localhost for me ...READ MORE
Hello @kartik, There is a very simple solution: http_build_query(). ...READ MORE
Hello @kartik, I use Privoxy and cURL to scrape Tor ...READ MORE
Hello @kartik, Use the below piece of code ...READ MORE
Hello @kartik, it seems that your JSON is ...READ MORE
Hello, You could do something like this to ...READ MORE
I successfully installed PHP, Apache, and MySQL. ...READ MORE
Hello, Try mysql_fetch_object(). It returns an object, not an ...READ MORE
Hello @kartik, This is what I'm doing now: protected ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.