I'm pulling a password from a database, which was encrypted with MD5. So, my $pass is the variable with MD5 password string.
I'm trying to do a simple, popup alert to check the password to show a...
Type: Posts; User: viktor; Keyword(s):
I'm pulling a password from a database, which was encrypted with MD5. So, my $pass is the variable with MD5 password string.
I'm trying to do a simple, popup alert to check the password to show a...
Absolutely! Perfect. Thanks a lot, really do appreciate it.
Hey guys,
Is it possible to add a password prompt when using display property with some js to hide/reveal content?
I know it's kind of pointless as the content will be in source code, but I need...
Hey everyone,
Need some quick help. I'm trying to implement a slideshow (http://ow.ly/58RXT) and it seems to be conflicting with js built into CMS that we use. Is there a way to include noConflict...
Hey guys,
I got few basic comparability issues with CSS. Or maybe I'm just doing something wrong, so feel free to correct it.
1. 3 column header. I've setup 3 column header to have different...
I'm curious if it's possible. I have a job feed. The title of the feed is formatted this way: Job title at Comany (City, State) plus there's also description item.
Is it possible to reformat this...
Here's small dilemma. I'm customizing a service that offers header/footer areas for customization code. Anything I enter inside those is already bound by pre-set width.
I need to add a menu at the...
Thanks, it does work but the script needs separate values for city and state, which I do have. Here's what I tried but it displays the values instead of being inside onClick event.
<?php ...
Hey guys,
I need to insert php inside onClick. Could use some help here.
I got this: <?php echo $location; ?>
This needs to go inside onClick.
This is the onclick code:
...
I have this piece of code that pulls an some info from database to create image with title, hyperlinked to an article. The problem is that the link to article changed, and I'm having trouble pulling...
Guys,
Thanks for pointing me in the right direction. By commenting out css files and js files, I found out that Thickbox css file is messing with my list.
Funny thing is, it's not happening on...
Ok, I have an issue with html lists.
I'm using simple setup:
<ul>
<li>1</li>
<li>2</li>
</ul>
The list shows up fine in Dreamweaver, and once saved on my PC and viewed in FF works fine.
I'm looking for a random link generator that uses text file as a database. So when someone clicks a button or link they are randomly taken to a link from the database.
I've seen Perl script that...
I would recommend streaming your videos instead. It's a lot easier, and a lot safer because they can't download the file. Most hosting providers offer streaming service, at least good ones do.
...
I know the basics in php and know I can use open.window function to open links in new window.
I have this code, and the links it generates open in parent window. How can I modify it to open links...
Hey guys,
Need some quick help with submit button.
I have simple ajax and php mail form, which uses post action.
Right now I have this as my submit button:
<input class="submit"...
No error messages, but empty shopping cart is still displayed.
Ahhhhh another one...
Parse error: syntax error, unexpected '}' in .../default/templates/common/minicart.tpl.php on line 21
Thanks Nile, but I still got error code:
Parse error: syntax error, unexpected '{' in .../default/templates/common/minicart.tpl.php on line 11
Thanks for quick replies.
Here's what I did, but I'm getting an error code:
<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not...
I'm trying to figure out if there's anything that works like display:none but in PHP. It's module for Joomla.
I'm using IF..ELSE statement and I want to be able to hide/disable the code for ELSE....
hey,
i'm missing something here, can't figure out what. I'm learning php slowly so, I really do appreciate help.
$output = "<script type=\"text/javascript\">
var gaJsHost =\ (("https:" ==...
I want to be able to use one user database for several different web apps.
The thing is, they all use different DBs. I'm trying to use Joomla as the main portal site to other web apps (Limesurvey,...
Any help? Anyone?
Here's the link. I just uploaded everything onto the server.
I've been working with Firefox, and noticed that IE for some reason does not
load page correctly. I'm not sure why. Any help on that...