8,966 Posted Topics

Member Avatar for davy_yg
Member Avatar for pritaeas
0
66
Member Avatar for hr.Ziggurat

If safe_mode is enabled and you cannot disable it, then you might not get this to work. Fortunately, other people have had similar issues, so you can try [this workaround](http://www.edmondscommerce.co.uk/curl/php-curl-curlopt_followlocation-and-open_basedir-or-safe-mode/).

Member Avatar for hr.Ziggurat
0
2K
Member Avatar for davy_yg
Member Avatar for cubalibras

> I ran the query in the database and it returned a COUNT value of 0, the odd part is that when I remove the password section the COUNT returns 1. Sounds like you inserted the record with a different password, or a different hash. The code you have looks …

Member Avatar for cubalibras
0
148
Member Avatar for krunal1986

What code are you using? [This thread](http://forums.asp.net/t/1286660.aspx/1) has some info.

Member Avatar for JorgeM
0
186
Member Avatar for ashita08

> Insert into Customer Detail Does it really have a space? You forgot to ask your question.

Member Avatar for sania khan
0
95
Member Avatar for alibasha
Member Avatar for pritaeas
0
116
Member Avatar for MMadhavi

[This thread](http://www.daniweb.com/web-development/php/threads/430854/dropdown-search-from-mysql-database-help) may help.

Member Avatar for pritaeas
0
68
Member Avatar for PeterVrist

Have not seen this behaviour before. Unfortunately, I cannot try your case, as I do not have D7, nor a Win7 PC without Delphi installed. Are you sure that you do not have code somewhere that disables it by accident (can you show some maybe)?

Member Avatar for PeterVrist
0
88
Member Avatar for jacob21
Member Avatar for jordanfine
0
28
Member Avatar for AshokGanesan

Perhaps some info in [this thread](http://www.daniweb.com/web-development/php/threads/427045/php-printer-function-not-working-) can help.

Member Avatar for pritaeas
0
148
Member Avatar for kausty

You want to highlight words on the current page? I've written a [jQuery plugin](http://www.pritaeas.net/public/jquery/hp/highlight/index.html) once that does that.

Member Avatar for pritaeas
0
154
Member Avatar for manhthaodn

If there are FK's enforced, then you have to make sure you first delete all child records, before you can delete the product.

Member Avatar for manhthaodn
0
178
Member Avatar for confstu

http://peterned.home.xs4all.nl/blog/sortrows.html This is an example showing you how to do it with table rows.

Member Avatar for confstu
0
244
Member Avatar for papadarl

You'll need to be a little more specific: what are they saying, and what don't you understand.

Member Avatar for lps
0
69
Member Avatar for ziadkassam
Member Avatar for pritaeas
0
154
Member Avatar for LastMitch

PEAR is very nice to work with, you just have to make sure you use recent packages. Some of them haven't been updated in quite a while. It's best to avoid those.

Member Avatar for LastMitch
0
164
Member Avatar for menukadevinda

How do you output to the browser? Did you specify a character encoding?

Member Avatar for menukadevinda
0
80
Member Avatar for vindyauwu

So what is the problem? You said something was wrong, but did not specify.

Member Avatar for pritaeas
0
167
Member Avatar for jento
Member Avatar for mangel.murti
Member Avatar for trektrak
Member Avatar for vetle.haugen
Member Avatar for alvinkane.concepcion
Member Avatar for visweswaran28
Member Avatar for deepakpandeyece
Member Avatar for coolrana1792
Member Avatar for gacoekchip.pokher

> How to get harddisk serial number and motherboard serial number using php?. On your server perhaps with an `exec` call to some linux function (if you set priviliges correctly). On the client, not possible.

Member Avatar for gacoekchip.pokher
0
4K
Member Avatar for gacoekchip.pokher

If you mean using the function `multi_query`, then you need to switch to the `mysqli` extension.

Member Avatar for pritaeas
0
239
Member Avatar for showman13

> How can I ensure that multiple members making the same choice at the same time don't end up receiving the exact same result, and ultimately try to acquire that position at the same time? If your field is the PK, inserting the same id will fail. Then you can …

Member Avatar for showman13
0
844
Member Avatar for jaleks

> Directory Listing Denied Means you cannot get a directory list of the root folder. Uploading a page has nothing to do with this. Once index.html has been uploaded (ftp), you should be able to reach it.

Member Avatar for jaleks
0
82
Member Avatar for vizz

> How to bookmark website automatically without asking user/visitor of website in all browsers? This will annoy a lot of users... Anyway, why don't you just call: `$("#bookmarkme").click();`

Member Avatar for JorgeM
0
1K
Member Avatar for KeepThe9FlamesAlive

You mean you typed into an editor on a webpage, and then refreshed the page? I don't think you can, perhaps with a browser plugin.

Member Avatar for pritaeas
0
187
Member Avatar for neartoyou
Member Avatar for iguanairs
Member Avatar for pritaeas
0
122
Member Avatar for Pardess

I suggest you install WAMP or XAMPP on your machine and start trying stuff first (PHP is backend/server-side too). Is this for an intranet, or does it have to be accessible anywhere?

Member Avatar for pritaeas
0
67
Member Avatar for subhadeep.majumdar.733

Try this and tell us if you get an error: $set = mysql_query($get) or die(mysql_error());

Member Avatar for subhadeep.majumdar.733
0
192
Member Avatar for niall_heavey
Member Avatar for AleMonteiro
0
2K
Member Avatar for jwales

1. Show your code. 2. This is cached by your browser. You can try [this](http://www.badpenguin.org/php-howto-control-page-caching) but it may not always work.

Member Avatar for jwales
0
150
Member Avatar for jcl1290
Member Avatar for tyson.crouch
Member Avatar for iamthwee

A singleton is a class which provides you with one, and only one, instance of that class. The scope resolution operator is an operator that allows you access to constants and static methods of a class. You can compare it to `->` which you use to access instance variables and …

Member Avatar for Morta
0
145
Member Avatar for BigHeart
Member Avatar for SQLpower

Some views allow updating, but I think it depends on whether it can be traced back to the actual records.

Member Avatar for SQLpower
0
144
Member Avatar for wasim kazi

This should work: <div id="featured"> <ul class="ui-tabs-nav"> <?php $i = 0; foreach($posts as $post): ?> <?php $i++; ?> <li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-<?php echo $i; ?>"> <a href="#"> <span> <?php echo $this->escape($post['title']) ?> <?php if($leads): ?> <p><?php echo $this->maxText($post['content'], 50, '...', true) ?></p> <?php endif ?> </span> <img class="post-image" src="<?php echo …

Member Avatar for wasim kazi
0
1K
Member Avatar for passioncoder

You will need to show what you have. Paste the relevant pieces of code, or the url if you have this online somewhere.

Member Avatar for passioncoder
0
1K
Member Avatar for Linna

You would need to use AJAX to retrieve the new values for the dropdown. Basically, turn this PHP code into a file of it's own, and pass the values that are selected to build your query condition.

Member Avatar for pritaeas
0
123
Member Avatar for mancode1007

Perhaps you are just a little impatient, or nobody knows the answer. Since you found an answer, are you willing to share?

Member Avatar for pritaeas
0
88
Member Avatar for RobotFX

It is just an XML CDATA block. Load this file into SimpleXML/DOMDocument, and you can do with it what you want.

Member Avatar for pritaeas
0
175
Member Avatar for vindyauwu

The End.