← prev | next →
bhaviksumera 2019-01-30 10:58:49
When QR is Scanned than site is open which is provided in qr and Text is Automatically Pasted to that open page
itsrizwans 2019-01-30 11:04:23
http://phpqrcode.sourceforge.net/#demo
PHP QR Code – QR code generator, an LGPL PHP library –
phpqrcode.sourceforge.netPHP QR code is Open Source (LGPL) generator for 2-D QR barcode, supports PNG export of code and TCPDF bindings
itsrizwans 2019-01-30 11:04:45
You can use ths library
itsrizwans 2019-01-30 11:06:01
Please go thorough documentation in your case you have to generate the qr for website. Where your Web url contains your additional parameters.
bhaviksumera 2019-01-30 11:13:03
Thanks You 😄
anonymous_7299 2019-01-30 14:56:00
I need one website any type in php
anonymous_7299 2019-01-30 14:56:03
Also java
anonymous_7299 2019-01-30 14:56:07
Please
2019-01-30 21:35:52
2019-01-25 18:45:50
Core Php lead?
Yes i do have, let me pm you
itsrizwans 2019-01-30 22:07:55
anonymous_7299 2019-01-30 14:56:00
I need one website any type in php
PM me for more details
Doli Gohel 2019-01-31 12:26:49
How can I increase speed of datatable loading on server side which contains thousands of entries?
2019-01-31 13:35:55
Web developer
2019-01-31 13:36:06
Site development
2019-01-31 13:36:11
Okay?
2019-01-31 13:36:52
Landing, Social network, Search, cms
i_am_ro0t 2019-01-31 17:30:23
Doli Gohel 2019-01-31 12:26:49
How can I increase speed of datatable loading on server side which contains thousands of entries?
Which db you are using
raj_eswar 2019-01-31 18:45:22
Populate dropdown using database rows
Mayank_theDevloper 2019-01-31 18:55:12
Yes you can also create table for this and when drop down open last option is button when user click on button & open modal and modal collect class name and save on database ..
Mayank_theDevloper 2019-01-31 18:59:23
Ok so when user click on class room redirect on there ui
Mayank_theDevloper 2019-01-31 19:01:39
Hmmm no if possible create one view and load appropriate data on that view its practical
Mayank_theDevloper 2019-01-31 19:02:27
Because if you create ui for all that class its not good way and very lengthy way.
Mayank_theDevloper 2019-01-31 19:04:05
Yes
Mayank_theDevloper 2019-01-31 19:05:27
As per image you are same ui for all class when user select class you can fire select query with same class and show data on this ui
Mayank_theDevloper 2019-01-31 19:06:33
Always welcome
Mayank_theDevloper 2019-02-01 17:00:37
No both have different library
raj_eswar 2019-02-01 21:27:38
How can I remove empty elements from array in php
I tried array_filter but it’s omitting last element.
If I have A,,B my array should be A,B
raj_eswar 2019-02-01 21:28:05
raj_eswar 2019-02-01 21:27:38
How can I remove empty elements from array in php
I tried array_filter but it’s omitting last element.
If I have A,,B my array should be A,B
Without unset any possible way to avoid looping
2019-02-02 02:54:08
Whoever wants to do his project will write to me
Mayank_theDevloper 2019-02-02 13:58:26
raj_eswar 2019-02-01 21:28:05
Without unset any possible way to avoid looping

raj_eswar 2019-02-02 18:10:08
Mayank_theDevloper 2019-02-02 13:58:26
Tq for your reply
But can’t we void looping
Mayank_theDevloper 2019-02-02 18:21:19
Hi @raj_eswar can you share your array_filter example which you implemented but not working i think something wrong.
raj_eswar 2019-02-02 18:29:43
I have a STRING like
,ABC,xyz,,pqr
I used explode with coma as a separate so I get array like
0=>null
1=>ABC
2=>xyz
3=>null
4=>prq
Note: Here null refers empty string
Now I want to delete all empties from array
itsrizwans 2019-02-02 18:30:40
Use strlen parameter in array_filter function
itsrizwans 2019-02-02 18:33:42
raj_eswar 2019-02-02 18:29:43
I have a STRING like
,ABC,xyz,,pqr
I used explode with coma as a separate so I get array like
0=>null
1=>ABC
2=>xyz
3=>null
4=>prq
Note: Here null refers empty string
Now I want to delete all empties from array
$result = array_filter( $array, ‘strlen’ );
Mayank_theDevloper 2019-02-02 18:46:18
Can you try array_filter function without strlen
raj_eswar 2019-02-02 18:55:36
Mayank_theDevloper 2019-02-02 18:46:18
Can you try array_filter function without strlen
I tried this its omitting last string
raj_eswar 2019-02-02 18:55:47
itsrizwans 2019-02-02 18:33:42
$result = array_filter( $array, ‘strlen’ );
Tq I will try it
2019-02-02 22:26:06
Who want to work with me?
chetankaul 2019-02-02 22:27:24
What work!?
Sohil_Vahora 2019-02-02 22:30:47
2019-02-02 22:26:06
Who want to work with me?
Which topic related?
2019-02-03 03:14:47
Heloo free how can add a watermark in pdf using tcpdf
itsrizwans 2019-02-03 08:07:23
You can use header in your PDF library to make it downloadable
itsrizwans 2019-02-03 08:08:35
header(‘Content-type: application/pdf’);
header(‘Content-Disposition: attachment; filename=”file.pdf”‘);
$pdf->Output(); # terminate your file with TCPDF output
itsrizwans 2019-02-03 08:09:31
Or try this if your PDF library supports it
$pdf->Output($downlaodname, ‘D’);
MontyLalwani 2019-02-03 09:58:28
Hii any one who is interested to work in corephp please ping me
MontyLalwani 2019-02-03 09:59:15
Ping me in personal
2019-02-03 20:03:01
Everyone
2019-02-04 12:23:19
2019-02-02 22:26:06
Who want to work with me?
Interested
← prev | next →