← prev | next →
Mr Singh 2019-05-01 19:21:18
I watch all videos
singhmohan 2019-05-01 19:21:37
What you want bro
Mr Singh 2019-05-01 19:23:20
I wants to learn
how types of notice and warning like
undefined index
Divided by zero like this
and as like these error and its solution
singhmohan 2019-05-01 19:23:50
Ok
Mr Singh 2019-05-01 19:24:19
Yes bro
singhmohan 2019-05-01 19:25:13
singhmohan 2019-05-01 19:20:34
CSE tuts in hindi
It is my suggestion for basic concepts
singhmohan 2019-05-01 19:25:25
YouTube
Mr Singh 2019-05-01 19:25:47
OK bro
Mayank_theDevloper 2019-05-01 19:26:15
Mr Singh 2019-05-01 19:23:20
I wants to learn
how types of notice and warning like
undefined index
Divided by zero like this
and as like these error and its solution
https://www.guru99.com/error-handling-and-exceptions.html
PHP Try Catch Example: Exception & Error Handling Tutorial –
Guru99Learn with example Exception & Error handling using try catch blocks for thrown exceptions, Multiple Exceptions. Difference between Errors and Exception
Mayank_theDevloper 2019-05-01 19:26:38
Its helpful for you
Divya Menon 2019-05-01 20:17:56
Want odd number star pattern
Mayank_theDevloper 2019-05-01 20:19:04
Which lang
Divya Menon 2019-05-01 20:19:10
Php
Divya Menon 2019-05-01 20:19:19
Core php
2019-05-01 20:29:21
<?php
// php program to print
// above pattern
function display($n)
{
// Initialization
$i;
$j;
$k;
for($i=1; $i<=$n; $i++)
{
for($j=1, $k=$i; $j<=$i; $j++, $k–)
{
if($k%2==0){
// displaying the numbers
echo $j;
}
else{
// displaying the stars
echo “*”;
}
}
echo “n”;
}
}
// Driver Code
// Get n
$n = 5;
// Print the pattern
Mayank_theDevloper 2019-05-01 20:29:42
Divya Menon 2019-05-01 20:19:19
Core php
for ($i = 1; $i <= 5; $i++) {
//Loop added for spacing
for ($j = $i; $j <= 5; $j++) {
echo “ ”;
}
//Loop to print star as needed
for ($k = 1; $k < ($i * 2); $k++) {
echo “*”;
}
echo “</br>”;
}
2019-05-01 20:31:00
2019-05-01 20:29:21
<?php
// php program to print
// above pattern
function display($n)
{
// Initialization
$i;
$j;
$k;
for($i=1; $i<=$n; $i++)
{
for($j=1, $k=$i; $j<=$i; $j++, $k–)
{
if($k%2==0){
// displaying the numbers
echo $j;
}
else{
// displaying the stars
echo “*”;
}
}
echo “n”;
}
}
// Driver Code
// Get n
$n = 5;
// Print the pattern
display($n);
EVGEN152 2019-05-01 23:02:43
Hello how to create a website from scratch using OOP?Sorry bad English,im Russian
EVGEN152 2019-05-01 23:03:13
we need a tutorial
Sruthy 2019-05-02 07:17:54
How to give validation for number input field
Sruthy 2019-05-02 07:18:21
Avoid telephone no
raj_eswar 2019-05-02 07:36:22
Do u want to validate length or want to accept only numbers?
2019-05-02 08:17:48
EVGEN152 2019-05-01 23:02:43
Hello how to create a website from scratch using OOP?Sorry bad English,im Russian
Use MVC for this
2019-05-02 08:18:28
Sruthy 2019-05-02 07:17:54
How to give validation for number input field
In jQuery just add rule like number : true
2019-05-02 09:43:10
I am react native developer but I don’t have any experience
2019-05-02 12:08:34
I have 6 year exp in corephp and ci… Am i eligible for this ?
2019-05-02 12:09:06
Do you have visa?
2019-05-02 12:10:11
Hiring for a *PHP*/ *JavaScript* Full Stack Developer with 5+ Years of experience using *Zend Framework*, *Reactjs*, *Sql* in #Melbourne for a 6-month contract. Interested people with valid Visa, Please email us your resume with job title in the subject line to us at 📧 *prashanthi@vedainfo.com.au* or call us on ☎*0383 756 912*
Mayank_theDevloper 2019-05-02 14:26:00
Any one, know to create custom app in shopify in php or php fremwork ?
MontyLalwani 2019-05-02 14:26:31
Yes
2019-05-02 15:16:44
2019-05-02 12:09:06
Do you have visa?
No only passport
Sruthy 2019-05-02 18:35:42
How to take a value from data table to a text field in modal
H7H2000 2019-05-02 18:56:16
anyone??
H7H2000 2019-05-02 18:56:19
there
singhmohan 2019-05-02 20:53:57
Sruthy 2019-05-02 18:35:42
How to take a value from data table to a text field in modal
JavaScript
Sruthy 2019-05-03 04:19:29
How
Sruthy 2019-05-03 04:20:10
Using JavaScript ?
singhmohan 2019-05-03 05:27:34
Sruthy 2019-05-03 04:20:10
Using JavaScript ?
Get value by id and put in modal
2019-05-03 06:04:31
Sruthy 2019-05-03 04:20:10
Using JavaScript ?
jQuery also
singhmohan 2019-05-03 06:04:57
2019-05-03 06:04:31
jQuery also
😂 yes yes
2019-05-03 10:35:53
Hi guys I’m looking for job change if we know openings on core Php let me know..
2019-05-03 10:36:04
Location hyderabad..
singhmohan 2019-05-03 10:38:25
2019-05-03 10:35:53
Hi guys I’m looking for job change if we know openings on core Php let me know..
I am also want to switch
2019-05-03 10:42:00
singhmohan 2019-05-03 10:38:25
I am also want to switch
If knon any information regarding to openings I’ll post bro..
singhmohan 2019-05-03 10:43:31
2019-05-03 10:42:00
If knon any information regarding to openings I’ll post bro..
Thanks bro
Sruthy 2019-05-03 12:09:43
How to give validation for last name for avoiding space
singhmohan 2019-05-03 12:21:22
Sruthy 2019-05-03 12:09:43
How to give validation for last name for avoiding space
By JavaScript/jQuery
Sruthy 2019-05-03 12:27:44
Pattern for it in the input type
2019-05-03 12:52:19
In server side use trim function
← prev | next →