¡@

Home 

php Programming Glossary: www.yoursite.com

How to create a custom admin page in opencart?

http://stackoverflow.com/questions/10700761/how-to-create-a-custom-admin-page-in-opencart

and Enable the Access Permission. To visit your page go to www.yoursite.com opencart admin index.php route custom helloworld share improve..

To understand PHP's header()

http://stackoverflow.com/questions/1250393/to-understand-phps-header

path. You may very well have a url that looks like http www.yoursite.com forms contact From this situation returning a header like header.. may very well cause the browser to try to request http www.yoursite.com forms contact index.php which is obviously not what you want...

How can I have CodeIgniter load specific pages using SSL?

http://stackoverflow.com/questions/1500527/how-can-i-have-codeigniter-load-specific-pages-using-ssl

config config.php set your page to config 'base_url' http www.yoursite.com or config 'base_url' https www.yoursite.com Then in your non.. http www.yoursite.com or config 'base_url' https www.yoursite.com Then in your non ssl VirtualHost folder set your config to redirect.. folder to the SSL site RedirectPermanent sslfolder https www.yoursite.com sslfolder Option 2 Send everything to SSL and keep all your..

How to simulate more than 1 request(i.e. 4000 or more) on a single page to test performance?

http://stackoverflow.com/questions/2140584/how-to-simulate-more-than-1-requesti-e-4000-or-more-on-a-single-page-to-test

already installed on your system. ab n 4000 c 10 http www.yoursite.com mysql_query_performance.php That's for 4000 requests performed..

How to show Ajax requests in URL?

http://stackoverflow.com/questions/3205900/how-to-show-ajax-requests-in-url

other links working just like before. How to redirect from www.yoursite.com myapp a b c to www.yoursite.com myapp # a b c and still keep.. How to redirect from www.yoursite.com myapp a b c to www.yoursite.com myapp # a b c and still keep the experience smooth for the user..

Session lost when switching from HTTP to HTTPS in PHP

http://stackoverflow.com/questions/441496/session-lost-when-switching-from-http-to-https-in-php

secure page to receive the session ID is located at http www.yoursite.com safePages securePage.php Start a session using the current session.. is the domain of your secure server secureServerDomain 'www.yoursite.com' securePagePath is the path to the page that will receive and..

How to do a registration confirmation email which will expires within 24 hr

http://stackoverflow.com/questions/5529680/how-to-do-a-registration-confirmation-email-which-will-expires-within-24-hr

has to click on This means thins link will look like http www.yoursite.com validate.php id HQGETBDC At the same time you record a piece..