Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
7
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

13 Posted Topics

Member Avatar for Travus

So I have this line of code: $results = mysql_query('SELECT * FROM members WHERE category1="Photographers" ORDER BY premium DESC, featured DESC, company ASC'); Everything works great, Premium members show up above featured. Featured above regular members, and they are all in alphabetical order. However I want to have featured members …

Member Avatar for Travus
0
148
Member Avatar for Travus

I am trying to submit a form using JavaScript however when I click my button the text in the form disapers but nothing is sent or posted to my php script. <?php require_once("../content/includes/validation.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <title>Contact | Buffalo Bridal Association</title> <meta charset="utf-8" /> <meta name="description" content="" …

Member Avatar for Travus
0
2K
Member Avatar for PhilEaton

I think this is what you are looking for. @import url('/css/styles.css'); http://reference.sitepoint.com/css/at-import

Member Avatar for PhilEaton
0
198
Member Avatar for Member #949455

Yes for your purposes LONG TEXT would be a good choice. I am using LONG TEXT to store recipes in an application I am writing. Check out the documentation if you want to know spicifics. http://dev.mysql.com/doc/refman/5.6/en/blob.html

Member Avatar for Member #949455
0
315
Member Avatar for muralibobby2015

I am not fimiliar with magento but are you able to insert a meta tag in your site? <meta http-equiv="refresh" content="30"> More information about refreshing content with meta tags. http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm

Member Avatar for Member #46692
0
183
Member Avatar for CoolFlame

I don't have any templates for you, but I do have some guidance. Just think about what you have been asked to do. The task, to write a job proposal. So what does that really mean? It means they want you to put in writing exactly what you are going …

Member Avatar for CoolFlame
0
249
Member Avatar for Travus

I am using the [jQuery validation](http://docs.jquery.com/Plugins/Validation) plug in on a website I am creating. The validation works, and the messages are set, however when they get displayed on my webpage they have line breaks. I only display one message at a time so I dont know why a single message …

Member Avatar for Travus
0
1K
Member Avatar for veledrom

The max size of your file should be determined by your bandwidth. If your pages are loading slowly, then you know you should decress your file size. If they are loading quickly then make no changes.

Member Avatar for veledrom
0
98
Member Avatar for BadManSam

With out really looking over the code to much I would say you should look into cookies. [In PHP](http://www.w3schools.com/php/php_cookies.asp) [In JavaScript](http://www.w3schools.com/js/js_cookies.asp)

Member Avatar for Travus
0
181
Member Avatar for phaedrusGhost

I am not sure, but I would try looking at the varables being passed to the loops. Check to see if they are declared before the loop is called with a echo statment. If not there is your problem. Sorry I couldn't be of more help.

Member Avatar for Travus
0
150
Member Avatar for wildplace

This is a popular feature that many websites are doing now a days. The feature is called a lightbox. There are many diffrent versions of lightboxes so google them and try a few out. Here are two I like to use. http://lokeshdhakar.com/projects/lightbox2/ http://fancybox.net/

Member Avatar for wildplace
0
112
Member Avatar for softDeveloper

In order to [upload a file](http://www.w3schools.com/php/php_file_upload.asp) I believe you will need some backend code. To display it in an iframe just link the file that is uploaded to your iframe src="" attribute.

Member Avatar for Travus
0
667
Member Avatar for my3h

Check out the parse_url method. [php docs](http://ca.php.net/manual/en/function.parse-url.php) <?php $myurl = "http://www.mystore.website.com/index.php?fkdsjklfjdskldfd=id"; $myvar = parse_url($myurl); echo($myvar['host']); ?> Also if your problem is solved please mark the thread as solved, thank you.

Member Avatar for Member #120589
0
164

The End.