Do you guys have any tips for me?
you know what is api?
can someone help me with this code?
What is the name of these type cartoons used in websites?
i can give you a general way. I keep a visitor table. I made a visitor.php file which makes the entries in the visitor table of time, page, ip, userid. Then included it in the connection variable file, therefore whenever a connection file is included, it gets executed and stores the details. And about the login, you can do the same, when success login, get the all details insert in a table.
what is it?
Let me try bro
Ecommerce live update
that’s just api calss
https://www.youtube.com/playlist?list=PLk7v1Z2rk4hjQaV062aE_CW68xgXdYFpV this may help
Create one table with field operation and userid and create one function to push data in these table you can create log of each and every activity of user
You can use bootstrap studio
AWS(Amazon web services)
Big data and Hadoop
RPA(Robotic process Automation)
Oracle
Linux
PHP
Pune
4 vacancies: Asp Net MVC DLR –
Experience: (3Years)
Salary: (5to8 lpa)
4 vacancies: WPF DLR – Experience:(1to3y)
Salary: (4to7 lpa)
Must know: Net framework & Core Libraries, C#, WPF, UWP
5 vacancies: full stack DLR
Experience: (1to5Y)
Salary: (5 to 14 lpa)
Must know: – PHP / Python,MVC Framework Laravel / Python Flask, 90 days bond
Bangalore
8 full stack DLR
Experience: (3to6Y)
Salary: (7 to 16 lpa)
Must know: React.js, Node.js, Django/Flask, reporting libraries such as D3.
Gurgaon
Regional Business Head North, IT Infra and Business Continuity – experience: (10to15Y) salary: (30 to 45 lpa)
Hyderabad
1 Data Modelling
Exp: 7 years with bachelor or 5 year
with Master Degree.
– Salary is as company Stated.
1 Web / Graphic Design- Exp: 7to12Y
Salary: as company state.
Should know: Web Gl, Open GL, Shaders,3D Rendering, GLSL
Finally:
1 international vacancy Senior Java DLR, Ireland, with ten years exp, and salary upto 65lpa. WFH till lockdown.
How to apply:
Mr. Mukhtar is the main coordinator.
1- send mail to contact@awdiz.co.in & contact@awdiz.in
2- subject: Position Name / Experience / location preferred.
3- refferal: YES. “Ref by name”
4: Include CTC and Notice period in email body.
Eg: www.domain.com/eghfh
Eg: www.domain.com/eghfh
Create two additional columns in your user database table
e.g
ref_id, referer
then when a user is created generate a unique id for the user that will be passed into the user’s referral link using rest api pattern or as a get request parameter.
e.g domain.com/{ref_id}
In the point of registering a referred user check if the ref is set then store it together with the user details in the referer column …
e.g
ref_id, referer
then when a user is created generate a unique id for the user that will be passed into the user’s referral link using rest api pattern or as a get request parameter.
e.g domain.com/{ref_id}
In the point of registering a referred user check if the ref is set then store it together with the user details in the referer column …
Okay got it,
e.g domain.com/tuggvjk
I’m not getting is how to pull this unique code in variable like we do in $S = $_POST[‘user’].
how to fetch the unique code generator in referral link, so i can check it in database to give access.
Eg. domain.com?user=’xyz’
Than i can use this
I’m asking how to pull this referal code (gjhhh)
Eg. Www.domain.com/gjhhhh
<!DOCTYPE html>
<html>
<head>
<title>Task 5</title>
</head>
<body>
<?php
include ‘menu.inc’;
?>
<main>
<?php
echo “……………..Task 5 (A)……………..”.” <br>
“#Create function;
function getResult($assMarks) {
if($assMarks >=75)
{
echo “Distinction <br>”;
}
else if($assMarks >=40 && $assMarks<49)
{
echo “You qualify for supplementary <br>”;
}
else if($assMarks >=50)
{
echo “Pass <br>”;
}
else
{
echo “Fail <br>”;
}
}
echo getResult(25);
echo getResult(40);
echo getResult(45);
echo getResult(50);
echo getResult(74);
echo getResult(95);
?>
//End Task 5 A /////////
echo “…………..Task 5 (B)……………
// for loop
for($i=1; $i<=10; $i++){
if($i%2 != 0)
echo “$i – odd number <br>”;
else
echo “$i – Even number <br>”;
}
echo “………..Do While Loop……………….
//do while loop
$i = 1;
do{
if($i % 2 != 0){
echo “$i – Odd number <br>”;
}else{
echo “$i – Even number <br>”; }
$i++;
}while ($i <= 10);
echo “………………..Task 5 (C)……………..
echo “<br>”;
for($i=1; $i<=10; $i++) {
$randNum = rand(1,4);
switch($randNum)
{ Case 1:
echo ‘North ‘.'<br>’;
break;
Case 2:
echo ‘south ‘.'<br>’;
break;
Case 3:
echo ‘East ‘.'<br>’;
break;
Case 4:
echo ‘West ‘.'<br>’;
break;
}
}
?>
</main>
<!– iframe containing PHP source code —>
<iframe src=”task5.txt” width=”1200″ height=”400″>Your browser does not support iframe.</iframe>
</body>
</html>
U should relay alot more on Javascript
These are svg animated images
U can just write your own code it’s very simple once u master PHP and front-end
Fivver upwork freelancer
Which application
Twitter has a very good and well organized api documentation u should find time and read it