← prev | next →
Raj 2021-08-08 11:40:18
Guys
I am Raj
We need PHP developers with 3+ exp in PHP technology and 3+ exp in Laravel
Location : Chennai
Ctc:3-4lpa
Skills HTML, CSS, MYSQL, SQL SERVER, PHP
interested candidates can send their CVs to hr@parkavinfotech.com
Sridharmca 2021-08-08 21:57:45
firebase_php
Amit Gupta 2021-08-08 22:22:22
arnestbeck 2021-08-06 14:19:12
Anyone who can help me to run php Laravel project on server
Do you still need help ?
Shini 2021-08-09 04:17:20
Any one done chat count of user
Shini 2021-08-09 04:17:54
Using WordPress custom plugin
Priyanka_018 2021-08-09 07:05:11
Hi guys
Hope you are doing well
Looking for “PHP developers”
(Any Frameworks)
Exp : 2 + years
Location: Ahmedabad
Contact : shaily.technowise@gmail.com for details
Sn8474 2021-08-09 09:55:14
After clicking on color change green , color does not change to green what will be the cause
Raji S 2021-08-09 10:05:58
Is there any openings for php developer for freshers
Rahul Kothari 2021-08-09 10:13:23
Rahul Kothari 2021-08-09 10:13:46
Rahul Kothari 2021-08-09 10:14:18
Anyone help me on this . Why this data is come on the same line
Rahul Kothari 2021-08-09 10:14:37
I want to show the surveyor new id in new row
Rahul Kothari 2021-08-09 10:14:51
But it will come on the same line
Rahul Kothari 2021-08-09 10:16:23
My whole value come on the same line
Rahul Kothari 2021-08-09 10:16:42
Pls help.me on this
Akshat Simejiya 2021-08-09 10:25:21
I think
echo “<br>” will do the work
humveefunvee 2021-08-09 18:38:31
/get firebase_php
humveefunvee 2021-08-09 18:39:03
/get wordpress_databse
humveefunvee 2021-08-09 18:40:08
/get wordpress_databse
A J 2021-08-09 21:21:26
Looking for freelance QA and Yii developer. DM if interested.
Jagans123 2021-08-10 08:06:06
Skcse1 2021-08-10 08:07:41
Skcse1 2021-08-10 08:08:16
Anyone can give approch of this project
Skcse1 2021-08-10 08:08:16
Please anyone give me source code of this project
jyoti239 2021-08-10 10:52:01
How can i set limit for number of entry in mysql table?????????
faisalamin001 2021-08-10 11:11:17
What do you suggest to a junior developer to go for….
React or WordPress ?
Code Eater 2021-08-10 11:29:23

Help😓
Code Eater 2021-08-10 11:37:54
Group is Full of develoeprs still no help🙁
Akshat Simejiya 2021-08-10 12:26:34
Code Eater 2021-08-10 11:29:23
Help😓
You can create a loop with a condition of 31 days
Skcse1 2021-08-10 12:37:41
faisalamin001 2021-08-10 11:11:17
What do you suggest to a junior developer to go for….
React or WordPress ?
React
Amirjahan_1 2021-08-10 12:44:50

hey guys
who know the name of this font ?
how can add to VScode
Code Eater 2021-08-10 13:03:03
Akshat Simejiya 2021-08-10 12:26:34
You can create a loop with a condition of 31 days
Thanks its done
Code Eater 2021-08-10 13:03:38
/get firebase_php
Code Eater 2021-08-10 13:03:43
Wow
Code Eater 2021-08-10 13:05:40
Code Eater 2021-08-10 11:29:23
Help😓
<?php
//echo “assignment of php”;
echo ‘<form method=”post”>
<input type=”submit” name=”button1″
value=”Tuesday”/>
<input type=”submit” name=”button2″
value=”Tuesday”/>
</form>’;
//Months Array
function printTuesdays(){
$allMonths= Array(“Jan”,”Feb”,”Mar”,”Apr”,”May”,”Jun”,”Jul”,”Aug”,”Sep”,”Oct”,”Nov”,”Dec”);
// echo “Printing tuesday”.”<br>”;
$totalDaysInMonths=cal_days_in_month(CAL_GREGORIAN, date(“d”), date(“Y”));
$todayDate=date(“d”);
$currentMonth= date(“m”)-1;
$tues=$todayDate;
echo “Next Five Tuesdays”. “<br>”;
for ($x = 0; $x <5; $x++) {
if($tues<=31){
echo $allMonths[$currentMonth] . ” “. $tues.”<br>”;
}
else { $tuesdayOfNextMont=$tues-$totalDaysInMonths;
echo $allMonths[$currentMonth+1] . ” “. $tuesdayOfNextMont.”<br>”;
}
$tues= $tues+7;
}
echo “Today is “. date(“l”).” and Date is “.date(“Y/m/d”);
// echo $totalDaysInMonths;
}
if(isset($_POST[‘button1’])) {
printTuesdays();
}
if(isset($_POST[‘button2’])) {
printTuesdays();
}
?>
← prev | next →