202 Posted Topics
Re: Can we see the code that is executed when the user checks mechanical... | |
Re: Sorry Valter but your question is quite unclear. Could you post some code here and perhaps an image of your issue so a member of the community can help you find a solution. Clarification is key :) | |
Re: Phorce is correct, this has nothing to do with PHP and will most likely be moved to CSS soon. However, wrapping your image in div tags and setting the nowrap style could solve your problem: <div style="white-space: nowrap;"> <img ... /> </div> I would of course create a CSS class … | |
DaniWebers, We have a category for Jobs and Resumes in the Business Exchange and it's used regularly for recruitment, however all over the forums I find and repsond to people in search for careers advice. Could we possibly add a new category 'Careers Advice' under the Business Exchange parent? Cheers, … | |
Re: Dani, I've got in touch with an SEO expert I have worked with previously, he's as good as they come and holds a clientel list with fortune 500's such as Nokia, Microsoft, Audi, BMW, Wilson and LG. I'll forward his response to you when I get it, I know he's … | |
Re: Perculiar name haha but welcome to Daniweb. This isn't a good place to submit your programming queries... but the best. | |
Re: Ewww Dreamweaver :'( If you're dealing with currency, which it looks like you are, then you should definately use `money_format()`. http://www.php.net/manual/en/function.money-format.php However if you just want want to have a decimal place and not a comma change it to this: $row_total[ number_format, 'sub_total, 2, '.' ''']; ?>" Notice the change … | |
Re: RewriteEngine On RewriteRule ^([^/]*)/([^/]*)$ /index.php?a=$1&u=$2 [L] The original URL: http://website.com/index.php?a=profile&u=username The rewritten URL: http://website.com/profile/username Hope I've got it right, Michael | |
Re: Well done on self-answering, but would you care to share your solution incase another user runs into the same issue? Michael | |
Re: Right forgive me but we're lost in translation. Are you simply trying to display an image in a MS Access database? If so one simple Google search gave me a million more answers than I needed. Here is one : http://support.microsoft.com/kb/285820 OR: http://lmgtfy.com/?q=show+image+in+microsoft+access+database | |
Re: Just incase almostbob is jumping the gun (no offence meant almostbob) and these results are infact about you (Internet trolls and so forth) then you can report the false information to the webmasters. It's a long route to go but totally understandable. I myself had a 15 year old american … | |
Re: Hi Dani, Couldn't you show the time twice for users that are logged in? The GMT in dark font and the users profile defined timezone next to the GMT in a faint grey (or visa versa). Michael | |
Re: Get yourself a clearer error dump... try using `trigger_error` or `mysql_error`. More info can be found in the official PHP manual. I would also plead that you use MySQLi or PDO rather than MySQL and look into prepared statements. It makes database driven web applications so much easier to create … | |
Re: > the necessity of domain registration I don't mean this offencively but this is a very... strange, topic. A domain name is an address mapped to a webservers IP address. You can host a website without a domain name, people will just have to enter your IP address. I'm not … | |
[Image of design issue](http://imgur.com/seWlte0) Hi peeps, Struggling to locate the source of this issue. The dropdown for ALL of the menu items appears on the far left of the nav and not below te menu item selected. For example, in the image above I clicked programming and the dropdown appeared … | |
Re: I don't have an exact answer my friend but I might be able to push your search into the right direction. Usually this type of behaviour is down to the clients browser, therefore I would suggest looking at JavaScript which is all executed client side. Perhaps looking into the onkeyup … ![]() | |
Hi all, I'm still playing around with OOP and to be totally honest really enjoying it! I can't believe I haven't made the switch from procedural earlier... Something I would like to know is, how can I set default arguments for methods / functions? What i'm getting at is, if … | |
Hi all, I've literally JUST dived into OOP and it's a totally different world. I've written some pretty awful code just to grasp OOP basics. The following code is all in the same file and runes fine, there are no warnings, errors, notices and so forth yet it doesn't work … | |
Re: Or you could just grow up, go without your social diarrhea for a few hours, get yourself some good grades and then have a great job that allows you to use Facebook because you're so high up the corporate ladder! No? I didn't think so. Your best bet is to … | |
Re: I couldn't agree with Diafol any more, +1. I love PHP, it's fun because it's challenging. It's useful because it works. I too have very limited experience with Java and it's just a different world in comparison to PHP. Ultimately it depends on what you'd like to do in the … | |
Re: Is it 100% writable? Is there enough space? Does the user you're defining have access to that dir? Does that user have remote access at all? | |
Re: Could be an issue with a local firewall or something in regards to accessing JQuery. Have you considered adding the .mis.js file locally and trying again? It's a weak reponse and I apologise for that but it's all I can think of at this moment in time. | |
Hello DaniWebers! I'm absolutely shocking when it comes to JavaScript/JQuery and have run into an occurance when I would like to use it. Now before you slap me on the wrist I **DO** intend to learn JS in 2014 (Scouts honour!). I am using this slider: [JQuery - Snap To … | |
Re: Mr Green is right. You will first need a foundation understanding of hardware so look into the CompTIA A+ 801 and 802 exams. Attaining this certification will allow you to call yourself an A+ Technician. Next you should move to the CCENT -> CCNA -> CCNP certification track. If you're … | |
Re: As far as I'm aware... that's impossible. You could use the GD library but that would be ridiculous as far as I'm concerned. You would need to use JavaScript or HTML5 imo - probably the best way forward. You'd need to pull in your database values as you construct the … | |
Re: Judging by your question - you chose a very... humerous, username. All you need is a simple shell script if it's on a linux webserver that used the cp command with the -B switch. The -U switch might also be useful. I'm not sure why you're asking this in VB.NET, … | |
Re: I believe this may be to expose the link in his sig. @Yirilryn, if you have a question feel free to come back and elaborate! | |
Re: Need to see the code otherwise how can we help? Could be an issue with your CSS. Could be the incorrect setup of your <div> tags. Could be a million things. Give us some more information. | |
Re: I'm a little confused by this discussion thread - just a cheap effort to expose the links in your sig? **1. Go for the strong and unique Contents** This makes no sense at all. **2. Make a strong Keyword Phrase** Care to elaborate? **3. Choose best Title Tag** How would … | |
Been trying to get this working for a few hours now but can't seem to get a result. Any advice would be welcomed with open arms! I'm using the JQuery Validation Plugin: [http://jqueryvalidation.org/validate/](http://jqueryvalidation.org/validate/). I have included the following into my file: <script src="assets/plugins/jquery-1.10.1.min.js" type="text/javascript"></script> <script src="assets/plugins/jquery-migrate-1.2.1.min.js" type="text/javascript"></script> <script src="assets/plugins/jquery-validation/dist/jquery.validate.min.js" type="text/javascript"></script> … | |
Hi all, I've been playing around with PHP for a while now and never really studied hardcore (Just used it as best as I could on a whim) but I've now decided to sharpen the skill and get much better. I'm playing around with my first class and would like … | |
Re: I've used [this one](http://www.codefromjames.com/wordpress/?p=15) before and it was dead easy to use. It was quite a clean and tidy addition to one of my major forms. ![]() | |
Re: Output PHP errors and post them here please or get them from your error.log file. If you're local it's php_error_log | |
![]() | Re: Is this not viable? public: void theFunction() { MessageBox::Show("This is a sexy message", MessageBoxButtons::OKCancel, MessageBoxIcon::Asterisk); } Or am I well off... I could be (I'm a total C++ novice) ![]() |
Re: This is so very concerning - especially when the value of most companies lies in one asset: their data! I've always taken security very seriously and for that reason wouldn't open a single office without having a dedicated security professional. A 2nd/3rd line support technician jst doesn't cut it (and … ![]() | |
Re: We need to see some code. I'd also add some spaces to your query... Please add your form processing code and your actual form code. It would also be good if you get a PHP or SQL error to us. Just for easy reading and to avoid syntax issues: "SELECT … | |
Re: Into your loop or any theme template file on that note: the_post_thumbnail(); // without parameter -> Thumbnail the_post_thumbnail('thumbnail'); // Thumbnail (default 150px x 150px max) the_post_thumbnail('medium'); // Medium resolution (default 300px x 300px max) the_post_thumbnail('large'); // Large resolution (default 640px x 640px max) the_post_thumbnail('full'); // Original image resolution (unmodified) the_post_thumbnail( … | |
Hi all! I'm trying to validate this form: <form action="<?php $_SERVER['PHP_SELF'] ?>" class="horizontal-form" name="settings" id="settings" method="post"> <div class="row-fluid"> <div class="span4 "> <div class="control-group"> <label class="control-label" for="firstName">First Name</label> <div class="controls"> <input type="text" id="fn" class="m-wrap span12" value="<?php echo $userInfo['fn']; ?>"> </div> </div> </div> </div> </form> I've added my validation js files.. These … ![]() | |
Re: Plug the monitor into another PC if you have one to test. Try a new cable incase the current one is faulty. Triple check that the video card the port is on is actually enabled. Make sure the cable is snug in both the monitor and the video port. Try … | |
Re: Cereal is spot on - *use* is a reserved keyword for PHP. For all reserved keywords check here: [http://www.php.net/manual/en/reserved.keywords.php](http://www.php.net/manual/en/reserved.keywords.php) ![]() | |
Re: Ignore this topic people - multiple post. The issue was the use of the reserved keyword `use` in his query. See here: http://www.php.net/manual/en/reserved.keywords.php | |
Re: Your question isn't amazingly clear; but if I'm understanding it correctly you'd like your recent posts? `<?php wp_get_recent_posts( $args, $output ) ?> ` Example below will show 10 recent posts: <h2>Recent Posts</h2> <ul> <?php $recent_posts = wp_get_recent_posts(); foreach( $recent_posts as $recent ){ echo ' <li> <a href="'.get_permalink($recent["ID"]).'" title="Look .esc_attr($recent["post_title"]).'">' . … ![]() | |
Re: I'm not too sure how you're thinking of doing it but if this was me I would collect years of experience in the job they are applying to, their age (could break certain discrimination laws), their location by postcode and similar variables when they apply. I would then enter desirable … | |
Re: Sorry I know this topic is 2 months old but this might help someone. Always encode JS variables with JSON when creating a JS variable from a PHP variable. See below: instead of: `var meat="<?php echo $meat; ?>";` do this: `var meat="<?php echo json_encode($meat); ?>";` | |
Re: Welcome to DaniWeb! Your reading and searching is about to become reading, searching and **asking**! | |
Hi all, I'm currently looking at this [JSFIDDLE](http://jsfiddle.net/MH8e4/6/) and it's 50% of what I need. I have a series of Accordions on my page (a list of courses). What I would like to do is assign these accordians to categories so that when a checkbox is pressed with the id … | |
Re: You're spot on! You won't learn faster anywhere else. If I've learnt one thing here it's that respect the comminity and they respect you back :) Ask the right questions and your learning curve will spike. Welcome to DaniWeb | |
Re: I support @Unimportants answer. If your form is on the same file as the processing script above you'll need: `action="<?php $_SERVER['PHP_SELF']; ?>"` | |
Re: In their [FAQs](http://mediawhite.com/index.php?page=faq) it states: > Prior to the display of Ads, both parties will agree to a certain rate per impression or per click. Our rates are above industry standard and the best part is that **we give weekly payments**. They have a live chat that's online too - … |
The End.