PHP - Moved: Jnlp Link Question
This topic has been moved to HTML Help.
http://www.phpfreaks.com/forums/index.php?topic=306802.0 Similar TutorialsHi there! I'm not sure which section this questions belongs in however, it seems to fit well in PHP. Basically, I'm using this link to directly log me into the cPanel webmail: http://website.com:2095/login?user=email@website.com&pass=123 Which would log me into webmail with the details as: username: email@website.com password: 123 This works perfectly on FireFox, but on Internet Explorer, the popup login box still occurs. Why is this? Thanks This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=307669.0 This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=353620.0 This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=344960.0 This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=321416.0 This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=359149.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=320284.0 This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=311598.0 This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=321778.0 This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=354388.0 Hello, all I know this isn't actually a PHP questions, but I thought you guys might be able to help. I am creating a software for a forum and would like to create a link to search for a tag word that can link to a search that can find the software. The website uses this for search: https://www.website.com/search.php?do=process I figured out this works to put the keyword in the tag box: https://www.website.com/search.php?tag=mysearchword I can't figure out how to combine the two to process the search. I tried things like this: https://www.website.com/search.php?do=process&tag=mysearchword But that and other variations did not work. Does anyone have any suggestions? Thanks! Edited July 5, 2019 by abberrationadded more info Here is the function sources that calls the social communtiy re-route or re-direct. an you tell me how to re-write that line alone,pls Code: [Select] function getReturnURL() { $regType = XiptFactory::getSettings('user_reg'); if($regType === 'community') // return XiPTRoute::_('index.php?option=com_community&view=register', false); return XiPTRoute::_('index.php?option=com_community&view=register&Itemid=436', false); //return XiPTRoute::_('index.php?option=com_user&view=register', false); return XiPTRoute::_('index.php?option=com_community&view=register&Itemid=436', false); } Quote from: danjapro I need some quick help. I just need to write this redirect out to where it only redirect the link I have. Current State, NO GOOD producing two itemids. Code: [Select] return XiPTRoute::_('index.php?option=com_community&view=register&Itemid=436', false); I just want the url I have listed to be in url, not any addtional itemids. Thank you in advance. So say i have this: Code: [Select] <link rel="stylesheet" media="all" type="text/css" href="_css/styles.css" /> now the file that is linking to that is 3 directories deep, besides using a rel or absolute link, could i define the path by using something like this Code: [Select] <link rel="stylesheet" href="<?php require($_SERVER['DOCUMENT_ROOT'] . "/_css/portfolio-styles.css"); ?>" type="text/css" /> but this is actually opening the CSS in the header thanks for any explanation on how to do this This topic has been moved to Other. http://www.phpfreaks.com/forums/index.php?topic=316401.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=308937.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=345714.0 This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=342468.0 Amazingly, threads about application design belong in the Application Design sub-forum. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=358384.0 This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=321972.0 This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=307000.0 |