8,966 Posted Topics

Member Avatar for manaila

Why not use [MySQL's replication](http://dev.mysql.com/doc/refman/5.0/en/replication-howto.html).

Member Avatar for manaila
0
181
Member Avatar for cguan_77

Selecting the database is optional, not required. Anyway, check your error log, to see if perhaps the mysql extension is not installed, or perhaps some other configuration errors. The code the OP provided is correct.

Member Avatar for cguan_77
0
180
Member Avatar for <M/>

You need to rename the functions slideSwitch (you have three), or change them to one single function which accepts the div id as parameter.

Member Avatar for ansaripk
0
1K
Member Avatar for divin757

Why don't you just temporarily set the print.css as default stylesheet (until you're done)?

Member Avatar for divin757
0
220
Member Avatar for TerenceZ

You may want to contact AnyDAC directly for such an issue. Hard to see when the Assert gets triggered without more information.

Member Avatar for pritaeas
0
159
Member Avatar for ketan0202
Member Avatar for pritaeas
0
166
Member Avatar for jkon

> It sounds more like a site to gather and organize references (links) for given subjects and sub-subjects. Isn't that just a link farm, like DMOZ ? Been thinking about building such a site for a while now, but due to lack of time, it's stopped with the idea. Link …

Member Avatar for pritaeas
0
224
Member Avatar for jateshs1007
Member Avatar for Djmann1013

I use it all the time for readability, but know they have different precedence.

Member Avatar for Djmann1013
0
165
Member Avatar for b0tz

If it is an object, you need to use `->` to access the property, if it is an array use `[]` (either with index, or string). So in your case you need to mix them up. $numberIdOfItem = $your_object->val->me[0][0]->me['struct']['id']->me['string']; // I think I suggest you try it one step at …

Member Avatar for b0tz
0
283
Member Avatar for GrimJack
Member Avatar for vinnitro
1
3K
Member Avatar for Riu 2009
Member Avatar for debal

Did you use a different user, then the one which created those tables? If so, check your priviliges.

Member Avatar for debal
0
285
Member Avatar for spj-Athlon

Usually you can read it with `GetMenuState` or `GetMenuItemInfo` (and set with the SetXxx counterparts). But I'm not sure you can use this cross-process.

Member Avatar for pritaeas
0
240
Member Avatar for accra

Just echo more columns like this one: `$row['name']`. `name` is the name of the corresponding column.

Member Avatar for pritaeas
0
112
Member Avatar for grant.baker

Spot on, only too many (unnecessary) brackets ;) `/^(?:[A-Z]{3}[0-9]{3}, )*AAA111$/` should do the same.

Member Avatar for grant.baker
0
291
Member Avatar for raji181
Member Avatar for raji181
-1
169
Member Avatar for smarty470
Member Avatar for cacofonix
Member Avatar for xjshiya
Member Avatar for xjshiya
0
1K
Member Avatar for xjshiya

You can use `set_time_limit(0);` at the top of your script. The problem in your code is that you have three nested loops... are they really necessary? Lines 21+22 actually do the same thing as line 28. So you are trying to fetch 27 * (24 columns and 27 rows).

Member Avatar for xjshiya
0
219
Member Avatar for vaayaa1
Member Avatar for extjac

You are correct. For displaying I use fetchAll. If I need additional processing, I use the while.

Member Avatar for pritaeas
0
251
Member Avatar for TMacFarlane
Member Avatar for george.badole
Member Avatar for aaadee
Member Avatar for akuvidz
Member Avatar for thilipdilip

There was a thread about this a couple of days ago, but am unable to find it. I suggest you do a search within this forum.

Member Avatar for Javvy
0
159
Member Avatar for godzab

Check out [this tutorial](http://www.tizag.com/ajaxTutorial/ajaxxmlhttprequest.php). There are some errors in your code that need to be fixed.

Member Avatar for esma.ramirez
0
127
Member Avatar for LastMitch

Dani has implemented multi-quoting. So each time you select a piece of text it gets buffered. When you click in the editor and click the quote button, all those get copied, and the buffer is cleared.

Member Avatar for pritaeas
0
105
Member Avatar for shlokka

Why not just host your own shop? The yearly cost of a host is 30% of a single product sell.

Member Avatar for almostbob
0
151
Member Avatar for annedayah
Member Avatar for GlenRogers

I have some of PacktPub, I can recommend them. One of them is about [building a CMS](http://www.packtpub.com/cms-design-using-php-and-jquery/book). If you are looking at the other titles, be sure to check the release date.

Member Avatar for pritaeas
0
134
Member Avatar for trashed

Check how you do it in the designer. The property you set, is the one you need to set in code. I haven't used DevExpress in a while, so my memory is failing. If all else fails, the DevExpress forums are your best bet.

Member Avatar for pritaeas
0
73
Member Avatar for arctushar
Member Avatar for Ancient Dragon

> I can never win That's one sure fact ;) Personally, I think it makes perfect sense at it's current position.

Member Avatar for gerbil
0
230
Member Avatar for Ismatus3
Member Avatar for somedude3488
Member Avatar for masterdeveloper
2
680
Member Avatar for Sanchixx
Member Avatar for Sanchixx
0
186
Member Avatar for Raakesh399

Something like this [tutorial](http://www.phpro.org/tutorials/Model-View-Controller-MVC.html) perhaps?

Member Avatar for simasj
0
87
Member Avatar for ps1992

There are a lot of mp3 players out there you can use. You just have to search for one (with a playlist) that you like. What kind of tutorial are you looking for?

Member Avatar for ps1992
0
233
Member Avatar for jokanga
Member Avatar for Sathish_1
Member Avatar for Sanchixx

You can use `setTimeout` to call a function that call a PHP script via `$.ajax`

Member Avatar for Sanchixx
0
75
Member Avatar for Sanchixx

For single: $text = str_replace(':-)', '<img src="smiley.jpg" />', $text); For multiple: $txtSmileys = array (':-)', ':-('); $imgSmileys = array ('<img src="smiley.jpg" />', '<img src="smiley-sad.jpg" />'); $text = str_replace($txtSmileys, $imgSmileys, $text);

Member Avatar for Sanchixx
0
436
Member Avatar for aabi
Member Avatar for Synestic

`.*` is greedy, so it will take too much, most likely. You can try: RewriteRule ^(\d+)/(\d+)/(.*)$ products.php?sub=$1&id=$2&name=$3 [L] Assuming the first two will only contain digits. If that also does not work, try the simplest first, something like this: RewriteRule ^test$ products.php [L] It should rewrite `http://examples.com/test` to `http://example.com/product.php`. If …

Member Avatar for pritaeas
0
212
Member Avatar for ska_defender
Member Avatar for ska_defender
0
162
Member Avatar for gouki2005
Member Avatar for pritaeas
0
55
Member Avatar for Hari Murthy

The End.