202 Posted Topics

Member Avatar for SaRa Ahmad
Member Avatar for SaRa Ahmad
0
157
Member Avatar for valter.schmaltz

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 :)

Member Avatar for rishif2
0
67
Member Avatar for anestistsoukalis

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 …

Member Avatar for mmcdonald
0
199
Member Avatar for mmcdonald

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, …

Member Avatar for mmcdonald
0
140
Member Avatar for Dani

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 …

Member Avatar for mmcdonald
0
155
Member Avatar for gaylordcat

Perculiar name haha but welcome to Daniweb. This isn't a good place to submit your programming queries... but the best.

Member Avatar for asifalizaman
0
111
Member Avatar for chrisschristou

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 …

Member Avatar for chrisschristou
0
200
Member Avatar for everton.retweets

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

Member Avatar for mmcdonald
0
162
Member Avatar for gahhon

Well done on self-answering, but would you care to share your solution incase another user runs into the same issue? Michael

Member Avatar for mmcdonald
0
123
Member Avatar for Hazuan Nazri

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

Member Avatar for mmcdonald
0
302
Member Avatar for rmeron

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 …

Member Avatar for mmcdonald
0
217
Member Avatar for Dani

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

Member Avatar for mmcdonald
4
270
Member Avatar for robin.aditta1

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 …

Member Avatar for simplypixie
0
686
Member Avatar for mnewsome

> 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 …

Member Avatar for mmcdonald
0
164
Member Avatar for mmcdonald

[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 …

Member Avatar for mmcdonald
0
139
Member Avatar for jerry717

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 …

Member Avatar for diafol
0
282
Member Avatar for mmcdonald

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 …

Member Avatar for mmcdonald
0
174
Member Avatar for mmcdonald

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 …

Member Avatar for mmcdonald
0
311
Member Avatar for John_Tee

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 …

Member Avatar for obatoki.james
0
120
Member Avatar for nira9

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 …

Member Avatar for stevie.whalen
0
267
Member Avatar for Siberian

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?

Member Avatar for Siberian
0
396
Member Avatar for jelly46

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.

Member Avatar for Troy III
0
1K
Member Avatar for GlenRogers
Member Avatar for mmcdonald

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 …

Member Avatar for mmcdonald
0
378
Member Avatar for nelson mark

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 …

Member Avatar for caperjack
0
136
Member Avatar for amit.chaudhari.71

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 …

Member Avatar for <M/>
0
198
Member Avatar for Mr.M

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, …

Member Avatar for Mr.M
0
329
Member Avatar for Yirilryn

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!

Member Avatar for Cables4Sure
-1
147
Member Avatar for davy_yg

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.

Member Avatar for davy_yg
0
115
Member Avatar for garyson02

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 …

Member Avatar for ronald577
0
349
Member Avatar for mmcdonald

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> …

Member Avatar for imBaCodes
0
330
Member Avatar for mmcdonald

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 …

Member Avatar for mmcdonald
0
509
Member Avatar for cirbab4

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.

Member Avatar for stbuchok
0
204
Member Avatar for yachile

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

Member Avatar for mmcdonald
0
213
Member Avatar for Fjdd

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)

Member Avatar for Fjdd
0
4K
Member Avatar for happygeek

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 …

Member Avatar for LastMitch
2
451
Member Avatar for wareez

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 …

Member Avatar for wareez
0
109
Member Avatar for rubai

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( …

Member Avatar for mmcdonald
0
157
Member Avatar for mmcdonald

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 …

Member Avatar for LastMitch
0
164
Member Avatar for cindybee

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 …

Member Avatar for mmcdonald
0
101
Member Avatar for spyros.lois

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)

Member Avatar for diafol
0
280
Member Avatar for spyros.lois

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

Member Avatar for mmcdonald
-1
174
Member Avatar for dlaverick

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"]).'">' . …

Member Avatar for diafol
0
308
Member Avatar for renierdbruyn

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 …

Member Avatar for renierdbruyn
0
513
Member Avatar for LegateLucius

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); ?>";`

Member Avatar for mmcdonald
0
238
Member Avatar for يوسف_1

Welcome to DaniWeb! Your reading and searching is about to become reading, searching and **asking**!

Member Avatar for JorgeM
0
45
Member Avatar for mmcdonald

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 …

Member Avatar for mmcdonald
0
378
Member Avatar for Reynolds Riser

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

Member Avatar for happygeek
0
107
Member Avatar for newbie26

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']; ?>"`

Member Avatar for newbie26
0
370
Member Avatar for A.bilal

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 - …

Member Avatar for A.bilal
-1
77

The End.