Is this possible to be done on a shared server or a dedicated server is needed?
Hello guys I have a big problem on my machine Ransomware virus attack on my pc I can not access my data so how to recover my data please help me?
what you want to acheive?
Are there Arabs?
Anyone can help me?
Websites like tumblr.com, blogger.com, wordpress.com allow users to register new sub-domain names from within the website by using a simple HTML/PHP form. With my current knowledge of PHP I couldn’t figure out myself how this is done. I’ve read some posts on this and still can’t build a clear idea about this.
So, how do I create a script that allows users to register their own sub-domains on my website (www.username.mydomain.com) and more than that, how do I allow them to use a different website template (as wordpress.com does). Is this possible to be done on a shared server or a dedicated server is needed?
also it’s a very high level topic so unit you have deep understanding of server side and dom you can’t make it
Can you suggest few sites or give leads which will help me learn and solve this problem of mine
We are hiring passionate software engineers at Atlantis Software pvt ltd.
Qualifications:- BE/BTech (Final year students can also apply).
We are hiring passionate software engineers at Atlantis Software pvt ltd.
Qualifications:- BE/BTech (Final year students can also apply).
please share your website url
We are hiring passionate software engineers at Atlantis Software pvt ltd.
Qualifications:- BE/BTech (Final year students can also apply).
country??
But what next!
But what next!
echo it lol
Hhaha so funny… I need to extract specific content not all the page
But what next!
its basically a string to do string operations
use Oauth 2.0
I have a little issue in my live php website(Issue related to uploading a file in database).
If any one interested in please dm me.
I have a little issue in my live php website(Issue related to uploading a file in database).
If any one interested in please dm me.
Post your query here you will get answers
if(isset($_POST[‘upload’])){
include(‘../dbcon.php’);
$name=$_SESSION[‘username’];
$dname=$_POST[‘dname’];
$dserial=$_POST[‘serial’];
$descrp=$_POST[‘Description’];
$imagename=$_FILES[‘simg’][‘name’];
$tempname=$_FILES[‘simg’][‘tmp_name’];
move_uploaded_file($tempname,”lost_img/$imagename”);
$qry=”INSERT INTO lost_info`(`uname,dname, dserialno, descrp, `img`) VALUES (‘$name’,’$dname’,’$dserial’,’$descrp’,’$imagename’)”;
$run=mysqli_query($con,$qry);
if($run==true){
header(‘location:../welcome.php?status=success’);
}
else{
echo “something went wrong”;
}
}
?>

Did you start session
When i call a function the server restart with this error
Reached max children process limit: 35, extra: 0, current: 35, busy: 28, please increase LSAPI_CHILDREN.
Anyone can help me?
This is openlitespeed server
You need to copy contents into another CSV skipping that row and save

check your code, its not possible to see whats happening