Looking for php developers who can assist us for our website.
2019-06-22 21:55:23
I made a php function that perform a specific task after user register to my site …
I want that function to be performed after 36 hours of user register …
So anyone have any way to do so please help me…
I don’t want to use cron jobs…
Mayank_theDevloper2019-06-23 06:51:30
2019-06-22 21:55:23
I made a php function that perform a specific task after user register to my site …
I want that function to be performed after 36 hours of user register …
So anyone have any way to do so please help me…
I don’t want to use cron jobs…
Don’t use crone job then use session or cookie or check when user login , user registration time is more than 36 hours if yes then continue
2019-06-23 06:52:40
Mayank_theDevloper2019-06-23 06:51:30
Don’t use crone job then use session or cookie or check when user login , user registration time is more than 36 hours if yes then continue
Basically I want it to be automatically…Not manually
i_am_r00t2019-06-23 11:53:42
2019-06-23 06:52:40
Basically I want it to be automatically…Not manually
Framework??
2019-06-23 13:22:57
No framework…
Only core php…
rohit2672019-06-23 14:39:44
Godaddy giving 405 not allowed when post request is sent to a folder, but when the resquest is sent to the index.php file, it works,, any solution?
rohit2672019-06-23 14:40:11
index.php of that folder
Bhagyashree2019-06-23 18:18:48
How to rewrite url in php..
Plz guide me
hotboy_1782019-06-23 18:22:14
rohit2672019-06-23 14:39:44
Godaddy giving 405 not allowed when post request is sent to a folder, but when the resquest is sent to the index.php file, it works,, any solution?
do u use GOdaddy with PHPMailer before
2019-06-23 18:25:38
Bhagyashree2019-06-23 18:18:48
How to rewrite url in php..
Plz guide me
In htaccess file…there are certain rules for it you need to refer those
Bhagyashree2019-06-23 18:30:28
2019-06-23 18:25:38
In htaccess file…there are certain rules for it you need to refer those
Ok
hotboy_1782019-06-23 18:38:25
Bhagyashree2019-06-23 18:18:48
How to rewrite url in php..
Plz guide me
let me help u?
hotboy_1782019-06-23 18:41:50
Bhagyashree2019-06-23 18:18:48
How to rewrite url in php..
Plz guide me
Save the below code in a file . name the file .htaccess
and make ur urls like
<a href=”user-login”>Login</a> instead of <a href=”user-login.php”>Login</a>
RewriteEngine on
#Hide all php extentions
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [NC,L]
rohit2672019-06-23 18:42:58
hotboy_1782019-06-23 18:22:14
do u use GOdaddy with PHPMailer before
Yes, i use google smpt instead of godaddy mail
hotboy_1782019-06-23 18:43:15
rohit2672019-06-23 18:42:58
Yes, i use google smpt instead of godaddy mail
Godaddy port numbers dont work bro
hotboy_1782019-06-23 18:43:45
rohit2672019-06-23 18:42:58
Yes, i use google smpt instead of godaddy mail
Outgoing port numbers for google is what?
hotboy_1782019-06-23 18:44:07
rohit2672019-06-23 18:42:58
Yes, i use google smpt instead of godaddy mail
does outgoing port numbers work for u with PHPMailer
hotboy_1782019-06-23 18:44:09
?
rohit2672019-06-23 18:53:36
hotboy_1782019-06-23 18:44:07
does outgoing port numbers work for u with PHPMailer
Laravel 5.8 tutorial #1- Installation and getting start – YouTube here in laravel 5.8 tutorial we will learn how to install laravel with composer with simple example and how to getting start with it
if you do not have composer find the video link for this
Checkout and subscribe our new channel for technical news
https://www.youtube.com/channel/UCUu2FA5OO9KpFXL2ZYR0aNg
pddiyora2019-06-24 17:57:10
thanks brother
2019-06-25 15:46:17
Hi , I want to insert iframe code database, is this possible?
rohit2672019-06-25 16:07:21
2019-06-25 15:46:17
Hi , I want to insert iframe code database, is this possible?