Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for Besherek

Hi folks, I have an existing shopping cart for a print company that allows users to proof labels select qty and send them to a cart. We'd get an email and we'd contact the client for an over the phone payment. We want to use Paypal and I'm curious if …

Member Avatar for Stefano Mtangoo
0
303
Member Avatar for Besherek

Hey guys, I'm trying to update an existing site and I'm having a few issues with an array in terms of sorting the results of an array into a simple div layout. It currently works and the output is working fine. However I want to define a category as a …

Member Avatar for Besherek
0
178
Member Avatar for hno
Member Avatar for plagel

I usually throw in a clear: both div when I get the float drop problem. Some older IE version have problems with margins and paddings and in turn drops a float left or right underneath like with your site. Try add a clear: both div. example below, styles can be …

Member Avatar for Besherek
0
142
Member Avatar for bjdmb
Member Avatar for NinjaLink

Not sure, try fixing this first. Removing the space between the numbers and px [CODE] #header_inner { padding:1em 2em; width: 494 px; /* 494px */ height: 119 px; /* 119px */ background: url(../../lib/css_styles/layouts/carlile_bay3.jpg); } [/CODE]

Member Avatar for ko ko
0
182
Member Avatar for Besherek

Hi folks, I'm building a page that displays content from a database. I'm using CKEditor to add content to the database which includes basic html tags such as <p>, <img>, etc On the page however, I want to shorten an article and have a more link below it. An example …

Member Avatar for Besherek
0
113
Member Avatar for mrcniceguy

Interesting thread .... Does this work as well? [CODE] $a_user=$_POST['login_username']; $a_password=sha1($_POST['login_password']); // set up SQL statement $query = sprintf("SELECT * FROM admin_auth WHERE a_user = '%s' AND a_pass = '%s'", mysql_real_escape_string($a_user), mysql_real_escape_string($a_password));[/CODE]

Member Avatar for mrcniceguy
0
299
Member Avatar for Besherek

Hi guys, I think I may have complicated matters for myself with this one. I'm making an image gallery, which is built based on a hierarchy. I have no problem outputting the images directly in their specific category. The problem I'm having is I'm trying to call 1 thumbnail from …

Member Avatar for Besherek
0
112
Member Avatar for Besherek

Hi folks, I need a little help working out a 2 tier navigation that is database driven as I'll need to use CMS to insert new categories and topics at a later date. The navigation is in unordered list format looking similar to below. Two category listed navigation with two …

Member Avatar for Besherek
0
117
Member Avatar for Besherek

Hi folks, I've used a while loop to call about 5 category names from a database to make a navigation. I didn't want to hard code the categories because I want to be able to change them using Content Management and have the nav update from the database. [CODE]<a href="category.php?cat=<?php …

Member Avatar for Besherek
0
192
Member Avatar for nikesh.yadav

Best not to use .inc files if you have secure information on them, as mentioned above, they can be read as a text file.

Member Avatar for dasatti
0
1K
Member Avatar for Besherek

Hi folks, I have a small Paging problem, was wondering if anyone could help me out with. I have a blog that I need to page after a set number of blogs. The Next and Previous links work fine and so does the Page number Nav. However, my page number …

Member Avatar for Besherek
0
341

The End.