Hello, i have a form like this. Is there any to get data from another file after clicking the submit button? Like: user entered a username for ex admin which is already tak...
hello, how can i add custom TAB completion on notepad++? like in sublimeText/Atom when i type html n press TAB the editor automatically writes the basics for html document!
<?php $v = number_format(10/4, 4, '.', ''); echo $v; ?> this will echo 2.5000 how can i echo 2.5? so that all the value-less zero's gets out!
Hello, i have set buy mail service on namecheap.com (privateemail.com) am able to send mail from the private mail dashboard, how can i send mails by running PHP file?
hi, how can i include a file which is one directory above? like: i have a file called data.php on /var/www/html/folder/ but i want to include it on a file located /var/www/...
Hi, I have inserted my Google API on a page like <?php $api = "my_api_here"; //My_other_codes_below ......... ?> Now my q is can anybody get the API key? Like thi...
Hello, how to SUM in mysqli? am trying $conn->query("SELECT SUM(amount) FROM table WHERE condition"); but its not woking!
#ask hello, how can i use 0.5s gap between each loop in while() ? am trying to get data from another server which limits 3req/s, if exceed rate limit my ip will be banned f...
Hello, What is happening to my DB? thats an input field which collects data from users!!!! but the start of the value should be 1,3 or b (bitcoin address) is someone trying t...
Hello, this i my code, in d.php i put <?php echo $_GET['name']; ?> when i click Hello button shouldn't responseText change into Khandaker? but its not being,,, why?
https://telegram(.)me/share/url?url=https://hello.com/ Remove ()
what is more easy n secure than mysqli_real_escape_string();?
#ASK i have $sec = 90064; , how can i echo 25:01:04 ?
where to place the Functions in php file? on bottom or top?
hi, how to increase the max file size in phpmyadmin? it has a limit of 2MB but am in need of to import file of around 5MB. so can i evevn increase the limit or its not possib...
hi, if i uninstall phpMyAdmin and then install again will my MySQL database also be deleted? or i databases will be there? Apache2 Debian
<?php $v = file_get_contents($url); echo $v; ?> In the file of $url it echo's 1.2300 How to remove the 0's?
#ask, is there any limit on file_put_contents(); ? Can I use it to store about 0.7 MB file?
Hello, why this is not working? cap INT(11) ip VARCHAR(400) id INT(11) why not updating ?
hello, <?php $str = "1234567890"; ?> how can i echo 1 from the $str?