← prev | next →
Minu Savy 2019-04-23 09:20:31
https://www.naukri.com/job-listings-PHP-Developer-Snortech-Solutions-Pvt-Ltd-Ernakulam-Kochi-Cochin-0-to-1-years-220419004089
i_am_r00t 2019-04-23 12:37:45
This is your company ad???
2019-04-23 13:02:08
$query[‘arr_user’] = select_table(“select “.user_id.”,”.name.”,”.username.” from “.user_master.” where “.username.”='”.strtolower($username).”‘ and “.password.”='”.$user_password.”‘ and is_active=’1’ “);
2019-04-23 13:02:15
What is this query mean
rohit267 2019-04-23 13:22:43
SQL command
rohit267 2019-04-23 13:22:53
To get data from database
Nikhil Thakkar 2019-04-23 15:31:31
Hy any requirement in ahmedabad for wordpress developers.
2019-04-24 16:53:36
Guys does any one knoe how to convert word file into pdf using php
saiks24 2019-04-24 16:55:26
2019-04-24 16:53:36
Guys does any one knoe how to convert word file into pdf using php
Use libreoffice package for unix system ( in php shell_exec( libreoffice command ) )
Mayank_theDevloper 2019-04-24 16:55:45
2019-04-24 16:53:36
Guys does any one knoe how to convert word file into pdf using php
https://github.com/PHPOffice/PHPWord
GitHub – PHPOffice/PHPWord: A pure PHP library for reading and writing word processing documents –
GitHubA pure PHP library for reading and writing word processing documents – GitHub – PHPOffice/PHPWord: A pure PHP library for reading and writing word processing documents
MontyLalwani 2019-04-25 21:46:35
Hii anybody wants to work from home in corephp,javascript,ajax msg me i have project of one month
Timing 6:30 PM to 1:00 AM
vikaskumar_99 2019-04-26 03:48:12
MontyLalwani 2019-04-25 21:46:35
Hii anybody wants to work from home in corephp,javascript,ajax msg me i have project of one month
Timing 6:30 PM to 1:00 AM
Yes
2019-04-26 06:36:31
MontyLalwani 2019-04-25 21:46:35
Hii anybody wants to work from home in corephp,javascript,ajax msg me i have project of one month
Timing 6:30 PM to 1:00 AM
Interested
Sruthy 2019-04-26 07:00:16
How to remove index.php from url
rohit267 2019-04-26 07:03:56
Sruthy 2019-04-26 07:00:16
How to remove index.php from url
Its the homepage of your site
rohit267 2019-04-26 07:04:26
When someone visit your site, it by default opens index.html or index.php
Sruthy 2019-04-26 07:05:06
Index.php
Sruthy 2019-04-26 07:05:24
It is in linux
2019-04-26 08:47:00
2018-12-07 16:30:24
am looking for PHP developer
Yes, tell me
2019-04-26 08:47:43
rohit267 2019-04-26 07:04:26
When someone visit your site, it by default opens index.html or index.php
Depends on sequence of files set in index for apache/nginx conf
2019-04-26 08:48:11
MontyLalwani 2019-04-25 21:46:35
Hii anybody wants to work from home in corephp,javascript,ajax msg me i have project of one month
Timing 6:30 PM to 1:00 AM
Yes please
feature 2019-04-26 13:58:39
“ $ids = $database->query(“select email, id from emails where user_id = $chat_id order by id desc limit 5″);
while($row = $ids->fetch_array())
{
$rows[] = $row;
}
foreach($rows as $row)
{
$reply = $row[’email’] . $row[‘id’];
}
$reply = ” I want all foreach loop results here as single message “;
return;“
feature 2019-04-26 13:59:36
how can i make collect all loop results from database in single $reply?
raj_eswar 2019-04-26 14:00:12
As a string?
feature 2019-04-26 14:00:15
yes
feature 2019-04-26 14:01:03
i am learning php and trying build a telegram bot .
raj_eswar 2019-04-26 14:02:32
concatenate all emails and ids
use
$reply . =
feature 2019-04-26 14:03:38
raj_eswar 2019-04-26 14:02:32
concatenate all emails and ids
use
$reply . =
can you give an example pls. i tried many time with diffrent things but i am unable to make it
raj_eswar 2019-04-26 14:04:28
U need to get all the emails and Id’s as a string
AM I right?
feature 2019-04-26 14:04:39
raj_eswar 2019-04-26 14:04:28
U need to get all the emails and Id’s as a string
AM I right?
yes
raj_eswar 2019-04-26 14:05:24
u missed ‘dot’ after reply
raj_eswar 2019-04-26 14:06:45
“ $ids = $database->query(“select email, id from emails where user_id = $chat_id order by id desc limit 5″);
while($row = $ids->fetch_array())
{
$rows[] = $row;
}
$reply=”;
foreach($rows as $row)
{
$reply . = $row[’email’] . $row[‘id’];
}
$reply = ” I want all foreach loop results here as single message “;
return;“
raj_eswar 2019-04-26 14:07:13
Try this it should work upto my knowledge
feature 2019-04-26 14:09:46
raj_eswar 2019-04-26 14:04:28
U need to get all the emails and Id’s as a string
AM I right?
i tried to do that without loop but it was giving single result only so used loop so its now giving all results but in diffrent strings
raj_eswar 2019-04-26 14:12:06
raj_eswar 2019-04-26 14:06:45
“ $ids = $database->query(“select email, id from emails where user_id = $chat_id order by id desc limit 5″);
while($row = $ids->fetch_array())
{
$rows[] = $row;
}
$reply=”;
foreach($rows as $row)
{
$reply . = $row[’email’] . $row[‘id’];
}
$reply = ” I want all foreach loop results here as single message “;
return;“
Once can you try this if it doesn’t work ping me
feature 2019-04-26 14:23:12
raj_eswar 2019-04-26 14:12:06
Once can you try this if it doesn’t work ping me
worked, thanks a lot
i_am_ro0t 2019-04-26 14:57:21
Sruthy 2019-04-26 07:00:16
How to remove index.php from url
Search for url rewriting.
shaikahamed 2019-04-26 15:06:40
How to post random id in database in JSON API
shaikahamed 2019-04-26 15:06:59
I mean random string
saiks24 2019-04-26 15:10:39
shaikahamed 2019-04-26 15:06:40
How to post random id in database in JSON API
take request body ($_POST, or file_get_content(‘php://input’)) – parse (json_decode) and put to database
shaikahamed 2019-04-26 15:14:56
saiks24 2019-04-26 15:10:39
take request body ($_POST, or file_get_content(‘php://input’)) – parse (json_decode) and put to database
I will try and get back to you
Thank you
Sruthy 2019-04-26 15:16:03
How to display the image from the database in codeigniter
Ajwebdev 2019-04-26 15:18:00
Sruthy 2019-04-26 15:16:03
How to display the image from the database in codeigniter
Did you save a image file as blob or just saving it’s path
Sruthy 2019-04-26 15:18:31
Save the image in the folder
Sruthy 2019-04-26 15:18:46
And give it’s path into database
saiks24 2019-04-26 15:18:53
Sruthy 2019-04-26 15:16:03
How to display the image from the database in codeigniter
You must create route to image, and in controller of this route make fileread(pathtoimage)
saiks24 2019-04-26 15:19:59
and in html “<img src=”yousite.com/pathotoimagecontroller/imageid” >”
Ajwebdev 2019-04-26 15:20:26
https://stackoverflow.com/questions/9177399/how-to-display-image-from-database-in-codeigniter
How to display image from database in CodeIgniter? –
Stack OverflowI am using CodeIgniter 2.1.0 and MySQL database. I have uploaded an image through a form and successfully stored it in a uploads directory and I have also successfully stored the full path of the i…
Ajwebdev 2019-04-26 15:20:45
If you had any doubt just refer this link
← prev | next →