Anyone is having idea how to setup Paypal guest checkout without billing address?

|
natanmi 2020-08-03 19:27:20
it is local
2020-08-03 19:27:52
No issue please send me url
natanmi 2020-08-03 19:27:59
http://localhost/ci/features
natanmi 2020-08-03 19:28:08
luv_php-22079.jpg

2020-08-03 19:29:37
http://localhost/ci/user/home/features
2020-08-03 19:29:45
Please try this one
natanmi 2020-08-03 19:30:23
yes it works
natanmi 2020-08-03 19:30:28
and also this is work: http://localhost/ci/home/features
natanmi 2020-08-03 19:30:39
how i can view it without the word “home” ?
2020-08-03 19:31:20
You can handle with application/config/route.php
natanmi 2020-08-03 19:32:34
luv_php-22086.jpg
yes but what to type instead ‘home’ ?
princeigs 2020-08-04 10:39:57
Hi Friends Can you please help in this matter ?

Problem – when i try to login , getting http://127.0.0.1/abc/login/checkLogin (404)

Htacces Code
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Redirect Trailing Slashes If Not A Folder…
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]

# Handle Front Controller…
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

CI Config Base URL Code
$base = “http://”.$_SERVER[‘HTTP_HOST’];
$base .= str_replace(basename($_SERVER[‘SCRIPT_NAME’]),””,$_SERVER[‘SCRIPT_NAME’]);
$config[‘base_url’] = $base;

$config[‘upload_path’] = $config[‘base_url’] . “assets/uploads/”;
$config[‘ckeditor_basepath’] = $config[‘base_url’] . “admin_assets/ckeditor/”;

URL -http://127.0.0.1/abc/
After if login URL is like this – http://127.0.0.1/abc/admin/dashboard

But after input login credential getting error http://127.0.0.1/abc/login/checkLogin

princeigs 2020-08-04 13:56:07
Is anyone help in this matter ?
thegreatmorningsun 2020-08-04 17:32:28
need a help in php
Akhilbansal122 2020-08-05 06:37:55
luv_php-22104.jpg

Akhilbansal122 2020-08-05 06:38:08
Plz help
rohit267 2020-08-05 06:42:28
Akhilbansal122 2020-08-05 06:37:55

reinstall

Akhilbansal122 2020-08-05 06:43:15
Sir sab db delete ho jayga
Akhilbansal122 2020-08-05 06:43:31
Project h
rohit267 2020-08-05 06:58:08
Akhilbansal122 2020-08-05 06:43:31
Project h

how to backup projects in xampp search kar lo

2020-08-05 08:59:17
luv_php-22114.jpg

2020-08-05 08:59:32
Anyone have single page bootstrap form
2020-08-05 08:59:35
Like that
rohit267 2020-08-05 09:31:54
2020-08-05 08:59:17

build one

T P 2020-08-05 09:43:42
yes
natanmi 2020-08-05 10:33:48
2020-08-05 08:59:32
Anyone have single page bootstrap form

I can build for you
Message me privately

2020-08-05 11:31:50
Hi,
Anyone is having idea how to setup Paypal guest checkout without billing address ?
DCNETW 2020-08-05 12:09:23
I can do it for payment
vaisakhkm344 2020-08-05 16:13:07
2020-07-17 06:42:31
Any CodeIgniter ping me..

hi am codeigniter developer

nikhil_ev 2020-08-05 17:49:03
2019-12-05 07:58:42
Hello,
Logicode Inc. is organising a Hackathon for full-stack developers on 8th December 2019 at Ahmedabad branch
Winner will be rewarded with Amazon gift vouchers worth Rs.15000 and top performers will have a job opportunity.
Tech stack: PHP, LARAVEL, ANGULAR JS, MYSQL
Registration link: https://logicode.hackathon.com/#/event

I think 2019 was over

Fullstack_php_developer 2020-08-05 17:57:53
I am fullstack php developer
natanmi 2020-08-05 19:33:58
luv_php-22135.jpg
codeigniter app run fine on local but when upload to live so page not found, and i did change the url in config.php….ao what can be the issue?
natanmi 2020-08-05 20:22:14
ok I found the issue.The first letter of the controller was not a capital letter and it gives error once it is running on Linux but when running on local windows then no error. so now it solved my self πŸ™‚
rohit267 2020-08-05 20:41:25
natanmi 2020-08-05 20:22:14
ok I found the issue.The first letter of the controller was not a capital letter and it gives error once it is running on Linux but when running on local windows then no error. so now it solved my self πŸ™‚

yeah I was using windows hosting and shifted to Linux and encountered same issue some days before

natanmi 2020-08-05 20:42:16
rohit267 2020-08-05 20:41:25
yeah I was using windows hosting and shifted to Linux and encountered same issue some days before

yes, windows don’t care about capital….but all other worlds , is do.

button_idli 2020-08-06 01:29:38
natanmi 2020-08-05 20:22:14
ok I found the issue.The first letter of the controller was not a capital letter and it gives error once it is running on Linux but when running on local windows then no error. so now it solved my self πŸ™‚

I just saw your msg. I was about to tell you about check name of folders.

2020-08-06 01:32:56
Holla
any laravel developer
Fullstack_php_developer 2020-08-06 06:17:44
2020-08-06 01:32:56
Holla
any laravel developer

Yes

natanmi 2020-08-06 07:11:21
button_idli 2020-08-06 01:29:38
I just saw your msg. I was about to tell you about check name of folders.

Name of controller. It’s important to know the exact error so folder it’s not the correct word in this case.

button_idli 2020-08-06 07:12:18
natanmi 2020-08-06 07:11:21
Name of controller. It’s important to know the exact error so folder it’s not the correct word in this case.

Yup I got it bro

ipsita11 2020-08-06 09:21:52
Hello, anyone has purchased any course from Udemy?? I have some questions to ask.
natanmi 2020-08-06 09:22:20
yes ask…
dr_hjc 2020-08-06 11:12:56
Https://spacewebhost.in
Nagendra J 2020-08-06 11:58:44
Hi anyone having experience hands on laravel
Nagendra J 2020-08-06 11:58:53
And staying in Vizag
Nagendra J 2020-08-06 11:59:36
Hi thank you
altomi93 2020-08-06 13:01:39
hi guys, i’m trying to get random values, but this function return always the same value…
I’m calling it in a loop of javascript
https://pastebin.com/f7jmgq0X

test – Pastebin.comPastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Nagendra J 2020-08-06 13:02:54
Nagendra J 2020-08-06 11:58:44
Hi anyone having experience hands on laravel

Need to work as a freelancer..

Nagendra J 2020-08-06 13:03:08
If anyone interested pm
Goelkartik62 2020-08-06 19:48:17
firstly remove “[ ]” character in string then use second explode function.
|