questions/web-development/php
On my Windows computer, I installed XAMPP, ...READ MORE
Hello @kartik, You should probably use pymysql - Pure Python ...READ MORE
Hello @kartik, Send the following headers before outputting ...READ MORE
I am using fuelphp a PHP framework and I ...READ MORE
I am working on a new WebApp without ...READ MORE
Hello @kartik, A lesser known trick is that ...READ MORE
Hello @kartik, If you pass the JSON in ...READ MORE
In PHP the variable of type integer ...READ MORE
Hello @kartik, The checked property of a checkbox DOM element ...READ MORE
How can I generate a create table ...READ MORE
Hello @kartik, My script for installing an error ...READ MORE
I'm attempting to read an Excel document ...READ MORE
In PHP, there are two ways to ...READ MORE
Is there any way to decode this ...READ MORE
I want a form validation like the following. Name: ...READ MORE
I downloaded a 64-bit version of xampp ...READ MORE
Hello @kartik, From the mysql console: mysql> use DATABASE_NAME; mysql> ...READ MORE
Hello @kartik, pathinfo() $path_info = pathinfo('/foo/bar/baz.bill'); echo $path_info['extension']; // "bill" Hope ...READ MORE
Hello @kartik, In SQL Server, use MERGE MERGE INTO YourTable ...READ MORE
I am working on a page where ...READ MORE
I employ PHP 5.3.10. Here is the ...READ MORE
I have a PHP app that creates ...READ MORE
I want to display an image from ...READ MORE
Hello @kartik, For your specific query, you can ...READ MORE
Is it possible to change an integer ...READ MORE
Hello @kartik, Try adding this line .htaccess: php_flag display_startup_errors ...READ MORE
I wanted to increase my list of ...READ MORE
Hello @kartik, The $GLOBALS array can be used instead: $GLOBALS['a'] = ...READ MORE
Can someone please share with me any ...READ MORE
list.php: A simple ajax code that I ...READ MORE
Someone wants me to revamp a PHP-powered ...READ MORE
On my GoDaddy Hosting account, I'm attempting ...READ MORE
Hello @kartik, Find the index of the array element you ...READ MORE
These are the commonly used methods to ...READ MORE
Hello Nishant, You are getting this error because your ...READ MORE
I wanted to know the version of ...READ MORE
I define an array in PHP : $cart ...READ MORE
Hello @kartik, You can use the parse_url() and parse_str() for that. $parts = ...READ MORE
I have a .csv file with the following content: ...READ MORE
Hello @kartik, Use this: DESCRIBE table; You can also use SHOW ...READ MORE
I am working on a function where ...READ MORE
I want to display some HTML code ...READ MORE
Is there a way to detect if ...READ MORE
Hello, To upload a file by using PHP, ...READ MORE
Hello @kartik, No. That will drop the table only ...READ MORE
Hello kartik, You need to specify when the ...READ MORE
This is the Content of my .htaccess file is: ErrorDocument ...READ MORE
When I go to the link folder ...READ MORE
Hello @kartik, You can reset the counter with: ALTER ...READ MORE
I want to write Hindi text on ...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.