β prev | next β
kameshindore 2020-12-04 23:30:56
Shubham Potekar 2020-12-02 17:10:35
guys I want to build an email process which should send mail anyone knows please suggest me.
Use php smtp library.
2020-12-05 00:22:16
first
Soumen954 2020-12-05 05:03:34
anyone can help me if college Course name is same Their requirement process is same and i show my requirement process 1 time so what i write sql query
im_gokul_dev 2020-12-05 06:06:00
Soumen954 2020-12-05 05:03:34
anyone can help me if college Course name is same Their requirement process is same and i show my requirement process 1 time so what i write sql query
Select * from college where course_name like *%$parameter%* limit 0,1
Dave Mehul 2020-12-05 07:40:36
W
2020-12-05 07:54:05
How to fix syntax error,
unexpected T_ENDIF
kameshindore 2020-12-05 07:58:03
2020-12-05 07:54:05
How to fix syntax error,
unexpected T_ENDIF
Check ur have using if statement and not closing it.
cnea bbq 2020-12-05 08:12:52
i mean new authorization update
2020-12-05 09:05:16
kameshindore 2020-12-04 23:30:56
Use php smtp library.
πThanks
unknown_pilot_ktm 2020-12-05 11:32:17
I am running codeIgniter project facing issue can anyone help please
2020-12-05 12:20:35
hi i want to install laravel on my ubuntu os. i tried and stuck in how to run laravel on apache. any proper tutorial link can anyone share with me?
2020-12-05 12:30:16
installed using this command and still not running
kishor10d 2020-12-05 13:53:31
You can do it by using composer install command, no need to use laravel command
Krish9773 2020-12-05 17:57:31
Any can send me ecommerce invoice format
Carbon12_chaos 2020-12-06 05:15:18
hello i need some help from a dev please to help me create a simple payment plugin, i already have most of the ground work in, just need some help on the final touches..please PM me
Frank Sui 2020-12-06 08:03:45
Now will try it
itechsoft 2020-12-06 09:17:46
Carbon12_chaos 2020-12-06 05:15:18
hello i need some help from a dev please to help me create a simple payment plugin, i already have most of the ground work in, just need some help on the final touches..please PM me
Hey inbox me
D_deepak 2020-12-06 12:41:22
How to learn bootstrap4 ?
kanhaiya_here 2020-12-06 13:02:25
D_deepak 2020-12-06 12:41:22
How to learn bootstrap4 ?
W3school it’s best way to learn .
tinkerbell1708 2020-12-06 13:25:47
D_deepak 2020-12-06 12:41:22
How to learn bootstrap4 ?
Try to learn from its official documentation
As far as I know
Official documentation is the best way to learn anything
kanhaiya_here 2020-12-06 14:11:20
tinkerbell1708 2020-12-06 13:25:47
Try to learn from its official documentation
As far as I know
Official documentation is the best way to learn anything
Where we find its official documentation ?
tinkerbell1708 2020-12-06 14:55:20
kanhaiya_here 2020-12-06 14:11:20
Where we find its official documentation ?
On its official website
Getbootstrap
Kemal raihan 2020-12-06 17:41:45
just use get_participants and wait.
D_deepak 2020-12-06 19:25:45
tinkerbell1708 2020-12-06 13:25:47
Try to learn from its official documentation
As far as I know
Official documentation is the best way to learn anything
Thanks π
Avorguesa 2020-12-06 19:49:40

Does anyone know how can i post this in a curl php because when im posting this date in the code i have a 0 as a return, but when im doing it in a page like apitester just sending the post i get the correct post data
itechsoft 2020-12-06 20:00:13

Please I need help on how I can ADD UP JSS1A AND JSS1B together and get the total. Am only getting the first class JSS1A.
itechsoft 2020-12-06 20:00:14
Facebook 2020-12-07 07:51:29
Avorguesa 2020-12-06 19:49:40
Does anyone know how can i post this in a curl php because when im posting this date in the code i have a 0 as a return, but when im doing it in a page like apitester just sending the post i get the correct post data
I think copy that and paste in data and break line every time and put all in one line
tinkerbell1708 2020-12-07 08:40:44
itechsoft 2020-12-06 20:00:14
Where ‘class’ = ‘JSS1A’ OR ‘class’ = ‘JSS1B’
TRY THIS
itechsoft 2020-12-07 08:50:02
tinkerbell1708 2020-12-07 08:40:44
Where ‘class’ = ‘JSS1A’ OR ‘class’ = ‘JSS1B’
TRY THIS
Okay I will try that. But the class is a column in the table “students”.
ipsita11 2020-12-07 09:19:27
I wanna update my xampp.
ipsita11 2020-12-07 09:20:56
How to do?? Where the php version should update from 7.4.10 to 7.4.13
kishor10d 2020-12-07 09:55:37
Re-install it, better way
Naren0003 2020-12-07 11:30:03
ipsita11 2020-12-07 09:20:56
How to do?? Where the php version should update from 7.4.10 to 7.4.13
If your requirement is updating the PHP version then do like this
Install the new version of xampp by renaming the folder.
Now let say new version of xampp is installed in C:/newXampp/
Older xampp C:/xampp
Now locate the PHP in new Version of xampp
C:/newXampp/php
Copy that PHP folder
Now come to older xampp
C:/xampp
Find the PHP folder here and rename it to old_php. Now paste the new PHP folder here.
Now locate the php.ini file in both the xampp’s
Change the respective version numbers
β prev | next β