← prev | next →
2020-01-31 10:41:04
In for each loop
Kriti Agarwal 2020-01-31 11:09:41
Thanks 🙏
2020-01-31 12:58:07
I’m passing array through get method to URL
And by using get method i also want to fetch those value from array
2020-01-31 12:58:31
But getting error named undefined index
2020-01-31 12:59:30
This is my code
2020-01-31 12:59:45
This is error I’m facing
2020-01-31 13:06:15
looking for a codeigniter developer
sir_strange 2020-01-31 13:10:47
Unfortunatly this will not work like that, you cannot pass an array in GET param like that. You can check for param type using var_dump like that.
sir_strange 2020-01-31 13:11:03
sir_strange 2020-01-31 13:11:18
To pass an array you can try the below code:
sir_strange 2020-01-31 13:11:45
sir_strange 2020-01-31 13:15:54
Second thing as that you cannot access index without mentioning the name of parent index or array.
For instance take a look at the below code:
sir_strange 2020-01-31 13:16:07
sir_strange 2020-01-31 13:19:09
notice! any kind of advertisement is prohibited in this group, delete your messages else admins will remove you
Kriti Agarwal 2020-01-31 13:52:44
How to handle spaces in dynamic id in html
master_immy 2020-01-31 13:56:23
I want to learn codeignitor any reference or videos
2020-01-31 13:58:38
inbox
rohit267 2020-01-31 14:09:29
Kriti Agarwal 2020-01-31 13:52:44
How to handle spaces in dynamic id in html
one element can have only one id
rohit267 2020-01-31 14:10:17
2020-01-31 12:59:45
This is error I’m facing
convert the data into json, encode it into base64, then transfer
rohit267 2020-01-31 14:10:40
again decode it and convert it to array
Kriti Agarwal 2020-01-31 14:16:24
rohit267 2020-01-31 14:09:29
one element can have only one id
Yes m passing 1 id only.. but the value of id contains white space.. so how can i trim that?
R8/210 Saran Saladi 2020-01-31 14:51:17
Kriti Agarwal 2020-01-31 10:36:11
are you working in kellton tech
venkatesh 2020-01-31 14:53:46
foreach ($AllModules as $node) {
if (!array_key_exists($node[‘parent_name’], $map)) {
$map[$node[‘parent_name’]][] = array(‘child_name’ => $node[‘child_name’]);
} else {
$map[$node[‘parent_name’]][] = array(‘child_name’ => $node[‘child_name’]);
}
}
venkatesh 2020-01-31 14:54:05
print_r($map);
Ace_69 2020-01-31 14:56:45
venkatesh 2020-01-31 14:54:05
print_r($map);
result:
Array
venkatesh 2020-01-31 14:57:23
Ace_69 2020-01-31 14:56:45
result:
Array
Yes we got an array of result
Ace_69 2020-01-31 14:58:41
print_r(json_encode($map, “JSON_PRETTY_PRINT”));
Ace_69 2020-01-31 14:58:52
venkatesh 2020-01-31 14:57:23
Yes we got an array of result
^
venkatesh 2020-01-31 15:03:18
Kriti Agarwal 2020-01-31 10:36:11
i am replaying this bro @Ace_69
harsh_modi 2020-01-31 19:04:03
vivek choudhary 2020-01-31 19:26:47
https://youtu.be/F_OpVz4eC_M
Image slider in html css and bootstrap –
YouTube
babjani 2020-01-31 19:36:35
sir_strange 2020-01-30 23:03:22
Please note that sometimes, often when database is storing complex structures such as quotes, problems can arise while importing the SQL files which are exports of the same client.
This can occur because of a combination of a certain sequence of characters and the character set of the MySQL client at the time of the import.
To take a look at potential errors run:
mysql -u {user} -pfD {dbname} < imports.sql 2>errors.log
You can use –hex-blob options to convert the characters into a hexadecimal representation.
Thank you for the help
Mr_PHPer 2020-01-31 21:33:51
Hi
Hosting Is There Anyone Buying?
HoffmannMatthias 2020-01-31 22:42:19

<?
require_once(“.authorized_tokens.php”);
class auth extends tokens {
function auth($token, $id){
if($token[$id] == self::$_tokens) {
return true;
} else {
return false;
}
}
}
$auth = new auth();
echo $auth->auth(“123”, “0”);
?>
HoffmannMatthias 2020-01-31 22:42:20
Has anyone an idea why echo is printing the whole code behind the object operator??
HoffmannMatthias 2020-02-01 00:54:45
HoffmannMatthias 2020-01-31 22:42:19
<?
require_once(“.authorized_tokens.php”);
class auth extends tokens {
function auth($token, $id){
if($token[$id] == self::$_tokens) {
return true;
} else {
return false;
}
}
}
$auth = new auth();
echo $auth->auth(“123”, “0”);
?>
Forgot to say this: There are no log entries, that could give a hint to the problem in /var/nginx/error.log and /var/log/php7.3-fpm.log 🤔
HoffmannMatthias 2020-02-01 01:57:10
Have found the problem… The òpening Tag should be <?php… Such a dumb mistake…
raj_eswar 2020-02-01 05:48:12
HoffmannMatthias 2020-02-01 01:57:10
Have found the problem… The òpening Tag should be <?php… Such a dumb mistake…
<? This also works no need of <? Php
2020-02-01 06:20:04
raj_eswar 2020-02-01 05:48:12
<? This also works no need of <? Php
Yes
Vijay 2020-02-01 08:10:17
Any one can help for my project
Vijay 2020-02-01 08:10:30
My topic is online doctor appoitment system
2020-02-01 09:44:27
Hi, Good Evening!
Hope you’re doing well!
We are executive search consultants, specialising in mid and senior level hiring.
We are expanding and looking at people to join our team at the earliest.
Requirement:
0 to 5 years of experience in recruitment or sales or operations.
Anyone passionate about building a career in HR.
Job location will be goregaon east.
Kindly suggest recommendations, if any.
You can send your CV at searchsupport@synapse-partners.com or you can reach me at 7400315634/9892285957
Thanks.
Regards,
Mihir.
2020-02-01 10:43:12
Hey any IOS developer looking for job ???
HoffmannMatthias 2020-02-01 13:18:36
raj_eswar 2020-02-01 05:48:12
<? This also works no need of <? Php
But this fixed my problem. 🤔
Akshay Waghe 2020-02-01 16:44:54
Vijay 2020-02-01 08:10:30
My topic is online doctor appoitment system
May i know it’s collage lavel project or live project
Vijay 2020-02-01 16:45:50
College level project
← prev | next →